36 lines
1.1 KiB
Plaintext
36 lines
1.1 KiB
Plaintext
onerror {resume}
|
|
quietly WaveActivateNextPane {} 0
|
|
add wave -noupdate /dec_tb/clk
|
|
add wave -noupdate /dec_tb/clrn
|
|
add wave -noupdate /dec_tb/train
|
|
add wave -noupdate /dec_tb/r
|
|
add wave -noupdate /dec_tb/y
|
|
add wave -noupdate /dec_tb/g
|
|
add wave -noupdate /dec_tb/div
|
|
add wave -noupdate /dec_tb/ctl_wr
|
|
add wave -noupdate /dec_tb/ctl_rd
|
|
add wave -noupdate /dec_tb/ctl_addr
|
|
add wave -noupdate /dec_tb/ctl_wrdata
|
|
add wave -noupdate /dec_tb/ctl_rddata
|
|
add wave -noupdate /dec_tb/ram_wr
|
|
add wave -noupdate /dec_tb/ram_addr
|
|
add wave -noupdate /dec_tb/ram_wrdata
|
|
TreeUpdate [SetDefaultTree]
|
|
WaveRestoreCursors {{Cursor 1} {3346003 ps} 0}
|
|
quietly wave cursor active 1
|
|
configure wave -namecolwidth 150
|
|
configure wave -valuecolwidth 100
|
|
configure wave -justifyvalue left
|
|
configure wave -signalnamewidth 0
|
|
configure wave -snapdistance 10
|
|
configure wave -datasetprefix 0
|
|
configure wave -rowmargin 4
|
|
configure wave -childrowmargin 2
|
|
configure wave -gridoffset 0
|
|
configure wave -gridperiod 1
|
|
configure wave -griddelta 40
|
|
configure wave -timeline 0
|
|
configure wave -timelineunits ns
|
|
update
|
|
WaveRestoreZoom {0 ps} {15928500 ps}
|