mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-02 17:55:19 +00:00
Fixed subtle bug in the embench makefile if the sim/wkdir directory did not exist.
This commit is contained in:
parent
d8f098013c
commit
0c789c2fbd
@ -43,6 +43,7 @@ sim: modelsim_build_memfile modelsim_run speed
|
||||
|
||||
# launches modelsim to simulate tests on wally
|
||||
modelsim_run:
|
||||
mkdir -p ../../sim/wkdir
|
||||
(cd ../../sim/ && vsim -c -do "do wally-batch.do rv32gc embench")
|
||||
cd ../../benchmarks/embench/
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user