From ebd9c0ee2964fb04fe80b8f69ea951c04401a78c Mon Sep 17 00:00:00 2001 From: Jarred Allen Date: Thu, 29 Apr 2021 14:41:10 -0400 Subject: [PATCH] Remove signal which no longer exists from default waves, so sim-wally works --- wally-pipelined/regression/wave-dos/default-waves.do | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/wally-pipelined/regression/wave-dos/default-waves.do b/wally-pipelined/regression/wave-dos/default-waves.do index 7baf7fe2..85ded931 100644 --- a/wally-pipelined/regression/wave-dos/default-waves.do +++ b/wally-pipelined/regression/wave-dos/default-waves.do @@ -26,7 +26,6 @@ add wave -hex /testbench/dut/hart/ifu/PCF add wave -hex /testbench/dut/hart/ifu/PCD add wave -hex /testbench/dut/hart/ifu/InstrD add wave /testbench/InstrDName -add wave -hex /testbench/dut/hart/ifu/ic/InstrRawD add wave -divider add wave -hex /testbench/dut/hart/ifu/PCE add wave -hex /testbench/dut/hart/ifu/InstrE @@ -64,4 +63,4 @@ configure wave -snapdistance 10 configure wave -datasetprefix 0 configure wave -rowmargin 4 configure wave -childrowmargin 2 -set DefaultRadix hexadecimal \ No newline at end of file +set DefaultRadix hexadecimal