Skip to content

likhil10/MIPS-Scoreboard

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MIPS Scoreboard Simulation

This project is part of Advanced Computer Architecture course CMSC 611 at UMBC.

MIPS architecture is RISC architecutre developed by MIPS technologies. Scoreboarding is one of the strategy for dynamic processor pipeline queuing. It was developed for MIPS architecture and was employed in CDC 6600 computers/

Intructions for make file

To clean the directory:

make clean

To run the simulation:

make run

To run with your own configuration and data files:

python  ./simulator.py <inst.txt> <data.txt> <config.txt> <result.txt>

About

MIPS ScoreBoard Simulation with Caching and Memory

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.4%
  • Makefile 0.6%