Changed .do file back to run all

This commit is contained in:
Teo Ene 2021-02-25 09:58:54 -06:00
parent d00d42cf9a
commit c47872c2af
2 changed files with 3 additions and 3 deletions

View File

@ -42,7 +42,7 @@ view wave
add wave /testbench/clk
add wave /testbench/reset
add wave -divider
add wave /testbench/dut/hart/ebu/IReadF
#add wave /testbench/dut/hart/ebu/IReadF
add wave /testbench/dut/hart/DataStall
add wave /testbench/dut/hart/InstrStall
add wave /testbench/dut/hart/StallF

View File

@ -105,6 +105,6 @@ configure wave -childrowmargin 2
set DefaultRadix hexadecimal
-- Run the Simulation
run 2000
#run -all
#run 2000
run -all
#quit