From e4a89813652f87828554362e02b7aa53e1f8478d Mon Sep 17 00:00:00 2001 From: Yinan Xu Date: Mon, 18 Dec 2023 16:14:48 +0800 Subject: [PATCH] Fix NutShell Sim test --- env-test.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/env-test.sh b/env-test.sh index 7dcdefb37..2b7dfef66 100644 --- a/env-test.sh +++ b/env-test.sh @@ -15,6 +15,6 @@ make clean # test if mill & Chisel has been installed correctlly make verilog # test if verilator has been installed correctlly -make emu EMU_CXX_EXTRA_FLAGS="-DFIRST_INST_ADDRESS=0x80000000" WITH_CHISELDB=0 +make emu # test verilator simulation -./build/emu -b 0 -e 0 -i ./ready-to-run/microbench.bin \ No newline at end of file +./build/emu -b 0 -e 0 -i ./ready-to-run/microbench.bin