From 693489da870270a91d9b4df612ea5f1a0dc97ce8 Mon Sep 17 00:00:00 2001 From: Palmer Dabbelt Date: Tue, 5 Aug 2014 11:53:55 -0700 Subject: [PATCH] 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. --- README | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README b/README index 2e325570..8f0fbd29 100644 --- a/README +++ b/README @@ -45,6 +45,9 @@ BUILDING THE PROJECT: cd emulator 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: make run-asm-tests-debug