Skip to content

Designed an MIPS simulator using python and tkinter to simulate how instructions takes advantage of Instruction level parallelism and demonstrates how an instruction stalls in pipeline when it depends on results from other instruction

Notifications You must be signed in to change notification settings

deepikarajani24/MIPS_Simulator_Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MIPS_Simulator_Python

Designed an MIPS simulator using python and tkinter to simulate how instructions takes advantage of Instruction level parallelism and demonstrates how an instruction stalls in pipeline when it depends on results from other instruction.

Different types of assembly language instruction set are supported, and their simulation results are produced.

About

Designed an MIPS simulator using python and tkinter to simulate how instructions takes advantage of Instruction level parallelism and demonstrates how an instruction stalls in pipeline when it depends on results from other instruction

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages