Fixed subtle bug in the embench makefile if the sim/wkdir directory did not exist.

This commit is contained in:
Rose Thompson 2023-11-26 15:34:40 -06:00
parent d8f098013c
commit 0c789c2fbd

View File

@ -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/