Source: mipsignextender.h


Annotated List
Files
Globals
Hierarchy
Index
/***************************************************************************
                          mipsignextender.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 MIPSIGNEXTENDER_H
#define MIPSIGNEXTENDER_H


#include "mipsleftshifter.h"

/**
  *@author Jose Maria Requena Lopez
  */

class MipSignExtender {
public: 
	MipSignExtender();
	~MipSignExtender();

	void run(WIRE in[16],WIRE out[32]);

};


#endif

Generated by: root@localhost.localdomain on Sat Dec 2 02:26:22 200.