Patch makefile in embench to use wsim.

This commit is contained in:
Rose Thompson 2024-04-16 12:10:43 -05:00
parent c1221e6608
commit 2702b9f001

View File

@ -44,7 +44,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 ../../sim/ && wsim rv32gc embench)
cd ../../benchmarks/embench/
# builds the objdump based on the compiled c elf files