Add a note to the README about "make emulator-debug"
I made a clean checkout of reference-chip yesterday and wasn't able to build the debug emulator without first having built the non-debug emulator. I just added a note to the README to say this.
This commit is contained in:
parent
434da22283
commit
693489da87
3
README
3
README
@ -45,6 +45,9 @@ BUILDING THE PROJECT:
|
|||||||
cd emulator
|
cd emulator
|
||||||
make emulator-debug
|
make emulator-debug
|
||||||
|
|
||||||
|
(note that you must have run "make emulator" at least once before
|
||||||
|
running "make emulator-debug")
|
||||||
|
|
||||||
And to run the assembly tests on the C simulator and generate waveforms:
|
And to run the assembly tests on the C simulator and generate waveforms:
|
||||||
|
|
||||||
make run-asm-tests-debug
|
make run-asm-tests-debug
|
||||||
|
Loading…
Reference in New Issue
Block a user