Skip to content

GeorgeSaman/MIPS-Simulator-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages