hvvashistha / MIPS-Scoreboard

MIPS ScoreBoard Simulation with Caching and Memory

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Python 99.4%Language:Makefile 0.6%