mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-02 17:55:19 +00:00
Patch makefile in embench to use wsim.
This commit is contained in:
parent
c1221e6608
commit
2702b9f001
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user