Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 853 Bytes

README.md

File metadata and controls

13 lines (12 loc) · 853 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, or make runtest to run all tests.
  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 core) to run the simulation of compiled binary.