Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 401 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 401 Bytes

MIPS-Simulator-Python

MIPS simulator using Python.

5 stage pipelined mips machine model using python.

  • It handles data hazards using forwarding and stalling.
  • Full mips ISA to be included.

How to use it

  • Paste your object code into instructions.txt
  • Open MIPS.py and run the script.

adding instructions to the machine is as simple as adding new elements to the decoders dictionaries.