/MIPS-Simulator

A software simulator for the MIPS-1 instruction set

Primary LanguageC++MIT LicenseMIT

Build executable in bin/:

make simulator

Build testbench in bin/:

make testbench

Run all tests and output csv

make test

Run all tests and output pretty table

make pretty_test

Clean everything:

make clean

Dependencies