Skip to content

Commit

Permalink
Fix NutShell Sim test
Browse files Browse the repository at this point in the history
  • Loading branch information
poemonsense committed Dec 18, 2023
1 parent bc3aafa commit e4a8981
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions env-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
./build/emu -b 0 -e 0 -i ./ready-to-run/microbench.bin

0 comments on commit e4a8981

Please sign in to comment.