/MIPS-Simulator-Python

MIPS simulator using Python.

Primary LanguagePython

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.