Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 648 Bytes

README.md

File metadata and controls

11 lines (10 loc) · 648 Bytes

MIPS64

Dependenices

How to run

  1. ./scripts/cloneGoogleTest.sh to build gTest.
  2. make runtest to run all tests.
  3. make <TEST FILE NAME> (e.g. make alu) to run specific test under tests folder.
  4. make example_asm/<ASSEMBLY FILE NAME> (e.g. make example_asm/fabonacci) to compile assembly into binary.
  5. make <SIMULATION FILE NAME> (e.g. make full_machine) to run the simulation of compiled binary.