/***************************************************************************
mipsmuxbubble.h - description
-------------------
begin : Mon Nov 27 2000
copyright : (C) 2000 by Jose Maria Requena Lopez
email : jmrequena@larural.es
***************************************************************************/
/***************************************************************************
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
* the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
* *
***************************************************************************/
#ifndef MIPSMUXBUBBLE_H
#define MIPSMUXBUBBLE_H
#include "sdlc++.h"
/**
*@author Jose Maria Requena Lopez
*/
class MipsMuxBubble {
public:
MipsMuxBubble();
~MipsMuxBubble();
MUX_2_1 muxs[32];
void run(WIRE& stopControl,WIRE* a,WIRE* b,WIRE* out,int size);
};
#endif
| Generated by: root@localhost.localdomain on Sat Dec 2 02:26:22 200. |