-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathREADME
More file actions
12 lines (6 loc) · 744 Bytes
/
README
File metadata and controls
12 lines (6 loc) · 744 Bytes
1
2
3
4
5
6
7
8
9
10
MIPS-Datapath is a graphical MIPS simulator written by Andrew Gascoyne-Cecil.
MIPS-Datapath supports a small subset of the full MIPS instruction set. The flow of data within a graphical representation of a MIPS simulator can be displayed in one of three modes: simplified, pipelined, and data forwarding. MIPS-Datapath is designed as a tool for learning about how processors work from the ground up.
The application uses wxWidgets for a cross-platform graphical user interface. (see http://www.wxwidgets.org)
MIPS-Datapath is released under the terms of the GNU General Public License Version 3.
(see http://www.gnu.org/licenses/gpl.html)
Development of this program requires the wxWidgets and GLUT development libraries to be installed.