Fixed "bug" with wally-pipelined.do

This commit is contained in:
Ross Thompson 2022-02-22 22:19:25 -06:00
parent 59f04f2518
commit 834b308ed6

View File

@ -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
vsim -lib work_${1}_${2} testbenchopt -suppress 8852,12070,3084
#-- Run the Simulation
#-- Run the Simulation
run -all
add log -recursive /*
do linux-wave.do
run -all