Developed by Zach Tey, Matias Ketema
To run tests-> (for pipelined version)
Method 1: run_tests.sh script
- Add _mem_in.hex and _regs_in.hex file into 'tests' folder
- Add into run_tests.sh (line 13) eg. tests=("lui" "easy")
- Run "./run_tests.sh
Method 2: Makefile
- Add _mem_in.hex and _regs_in.hex file into 'tests' folder
- Add into Makfile (line 8) eg. TESTS = lui
- Run "make run_all", or "make run TEST="