From c47872c2af09ec00e42e5f2001c0e19678f51003 Mon Sep 17 00:00:00 2001 From: Teo Ene Date: Thu, 25 Feb 2021 09:58:54 -0600 Subject: [PATCH] Changed .do file back to run all --- wally-pipelined/regression/wally-coremark.do | 2 +- wally-pipelined/regression/wally-pipelined.do | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/wally-pipelined/regression/wally-coremark.do b/wally-pipelined/regression/wally-coremark.do index 44667d53..d5612238 100644 --- a/wally-pipelined/regression/wally-coremark.do +++ b/wally-pipelined/regression/wally-coremark.do @@ -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 diff --git a/wally-pipelined/regression/wally-pipelined.do b/wally-pipelined/regression/wally-pipelined.do index 227ea377..b8e72968 100644 --- a/wally-pipelined/regression/wally-pipelined.do +++ b/wally-pipelined/regression/wally-pipelined.do @@ -105,6 +105,6 @@ configure wave -childrowmargin 2 set DefaultRadix hexadecimal -- Run the Simulation -run 2000 -#run -all +#run 2000 +run -all #quit