mirror of
https://github.com/openhwgroup/cvw.git
synced 2025-06-28 01:32:49 -04:00
Patch makefile in embench to use wsim.
This commit is contained in:
parent
c1221e6608
commit
2702b9f001
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue