Source: mipsleftshifter.h
|
|
|
|
/***************************************************************************
mipsleftshifter.h - description
-------------------
begin : Thu Nov 23 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 MIPSLEFTSHIFTER_H
#define MIPSLEFTSHIFTER_H
#include "mipsbubbleunit.h"
/**
*@author Jose Maria Requena Lopez
*/
class MipsLeftShifter {
public:
MipsLeftShifter();
~MipsLeftShifter();
void run(WIRE in[32],WIRE out[32]);
};
#endif
| Generated by: root@localhost.localdomain on Sat Dec 2 02:26:22 200. |