DLohmann / mips-cache-simulator

This project is part of the class CSE 140 Computer architecture at UC Merced. The project is to build a MIPS cache simulator using TIPS.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cache-simulator

This project is part of the class CSE 140 Computer architecture at UC Merced. The project is to build a MIPS cache simulator using TIPS.

Compiling

Install gtk-2.0

sudo apt-get install gtk2.0 

# The following may not be necessary, but in case the above doesn't get this by default:
sudo apt-get -f install
sudo apt-get install build-essential libgtk2.0-dev

If on Windows, install an X server like Xming and export DISPLAY=:0

Then just make, and ./tips to run

About

This project is part of the class CSE 140 Computer architecture at UC Merced. The project is to build a MIPS cache simulator using TIPS.


Languages

Language:C 99.0%Language:Makefile 0.8%Language:Assembly 0.3%