mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +00:00
Fixed "bug" with wally-pipelined.do
This commit is contained in:
parent
6a52f95cc8
commit
d331b9f29d
@ -37,7 +37,8 @@ if {$2 eq "buildroot" || $2 eq "buildroot-checkpoint"} {
|
|||||||
vopt +acc work_${1}_${2}.testbench -work work_${1}_${2} -G INSTR_LIMIT=$3 -G INSTR_WAVEON=$4 -G CHECKPOINT=$5 -o testbenchopt
|
vopt +acc work_${1}_${2}.testbench -work work_${1}_${2} -G INSTR_LIMIT=$3 -G INSTR_WAVEON=$4 -G CHECKPOINT=$5 -o testbenchopt
|
||||||
vsim -lib work_${1}_${2} testbenchopt -suppress 8852,12070,3084
|
vsim -lib work_${1}_${2} testbenchopt -suppress 8852,12070,3084
|
||||||
|
|
||||||
#-- Run the Simulation
|
#-- Run the Simulation
|
||||||
|
run -all
|
||||||
add log -recursive /*
|
add log -recursive /*
|
||||||
do linux-wave.do
|
do linux-wave.do
|
||||||
run -all
|
run -all
|
||||||
|
Loading…
Reference in New Issue
Block a user