webDrag0n / MIPS-Simulator-Python

MIPS simulator using Python.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

MIPS simulator using Python.


Languages

Language:Python 100.0%