minor change to wave file.

This commit is contained in:
Ross Thompson 2021-02-19 09:08:13 -06:00
parent 7d6093b302
commit 06e975ac2f

View File

@ -2,17 +2,18 @@ onerror {resume}
quietly WaveActivateNextPane {} 0 quietly WaveActivateNextPane {} 0
add wave -noupdate /testbench/clk add wave -noupdate /testbench/clk
add wave -noupdate /testbench/reset add wave -noupdate /testbench/reset
add wave -noupdate -radix ascii /testbench/memfilename
add wave -noupdate -divider <NULL> add wave -noupdate -divider <NULL>
add wave -noupdate /testbench/dut/hart/ebu/IReadF add wave -noupdate /testbench/dut/hart/ebu/IReadF
add wave -noupdate -expand -group HDU /testbench/dut/hart/DataStall add wave -noupdate -expand -group HDU /testbench/dut/hart/DataStall
add wave -noupdate -expand -group HDU /testbench/dut/hart/InstrStall add wave -noupdate -expand -group HDU /testbench/dut/hart/InstrStall
add wave -noupdate -expand -group HDU /testbench/dut/hart/hzu/FlushF add wave -noupdate -expand -group HDU -color Yellow /testbench/dut/hart/hzu/FlushF
add wave -noupdate -expand -group HDU /testbench/dut/hart/StallF add wave -noupdate -expand -group HDU -color Yellow /testbench/dut/hart/FlushD
add wave -noupdate -expand -group HDU /testbench/dut/hart/StallD add wave -noupdate -expand -group HDU -color Yellow /testbench/dut/hart/FlushE
add wave -noupdate -expand -group HDU /testbench/dut/hart/FlushD add wave -noupdate -expand -group HDU -color Yellow /testbench/dut/hart/FlushM
add wave -noupdate -expand -group HDU /testbench/dut/hart/FlushE add wave -noupdate -expand -group HDU -color Yellow /testbench/dut/hart/FlushW
add wave -noupdate -expand -group HDU /testbench/dut/hart/FlushM add wave -noupdate -expand -group HDU -color Orange /testbench/dut/hart/StallF
add wave -noupdate -expand -group HDU /testbench/dut/hart/FlushW add wave -noupdate -expand -group HDU -color Orange /testbench/dut/hart/StallD
add wave -noupdate -expand -group Bpred -expand -group direction -divider Update add wave -noupdate -expand -group Bpred -expand -group direction -divider Update
add wave -noupdate -expand -group Bpred -expand -group direction /testbench/dut/hart/ifu/bpred/DirPredictor/UpdatePC add wave -noupdate -expand -group Bpred -expand -group direction /testbench/dut/hart/ifu/bpred/DirPredictor/UpdatePC
add wave -noupdate -expand -group Bpred -expand -group direction /testbench/dut/hart/ifu/bpred/DirPredictor/UpdateEN add wave -noupdate -expand -group Bpred -expand -group direction /testbench/dut/hart/ifu/bpred/DirPredictor/UpdateEN
@ -48,7 +49,7 @@ add wave -noupdate -expand -group BTB /testbench/dut/hart/ifu/bpred/TargetPredic
add wave -noupdate -expand -group {Execution Stage} /testbench/dut/hart/ifu/PCE add wave -noupdate -expand -group {Execution Stage} /testbench/dut/hart/ifu/PCE
add wave -noupdate -expand -group {Execution Stage} /testbench/dut/hart/ifu/InstrE add wave -noupdate -expand -group {Execution Stage} /testbench/dut/hart/ifu/InstrE
TreeUpdate [SetDefaultTree] TreeUpdate [SetDefaultTree]
WaveRestoreCursors {{Cursor 1} {66 ns} 0} WaveRestoreCursors {{Cursor 1} {137177 ns} 0}
quietly wave cursor active 1 quietly wave cursor active 1
configure wave -namecolwidth 250 configure wave -namecolwidth 250
configure wave -valuecolwidth 185 configure wave -valuecolwidth 185
@ -64,4 +65,4 @@ configure wave -griddelta 40
configure wave -timeline 0 configure wave -timeline 0
configure wave -timelineunits ns configure wave -timelineunits ns
update update
WaveRestoreZoom {21 ns} {105 ns} WaveRestoreZoom {136946 ns} {137442 ns}