33 lines
1.5 KiB
Plaintext
33 lines
1.5 KiB
Plaintext
onerror {resume}
|
|
quietly WaveActivateNextPane {} 0
|
|
add wave -noupdate -format Logic /tb_sync_fifo_ctrl/rst
|
|
add wave -noupdate -format Logic /tb_sync_fifo_ctrl/we
|
|
add wave -noupdate -format Literal -radix hexadecimal /tb_sync_fifo_ctrl/ptr_w
|
|
add wave -noupdate -format Logic /tb_sync_fifo_ctrl/re
|
|
add wave -noupdate -format Literal -radix hexadecimal /tb_sync_fifo_ctrl/ptr_r
|
|
add wave -noupdate -format Logic /tb_sync_fifo_ctrl/fifo_almost_empty
|
|
add wave -noupdate -format Logic /tb_sync_fifo_ctrl/fifo_empty
|
|
add wave -noupdate -format Logic /tb_sync_fifo_ctrl/fifo_almost_full
|
|
add wave -noupdate -format Logic /tb_sync_fifo_ctrl/fifo_full
|
|
add wave -noupdate -format Literal -radix hexadecimal /tb_sync_fifo_ctrl/din
|
|
add wave -noupdate -format Literal -radix hexadecimal /tb_sync_fifo_ctrl/dout
|
|
add wave -noupdate -format Literal -radix unsigned /tb_sync_fifo_ctrl/uut/pw_next
|
|
add wave -noupdate -format Literal -radix unsigned /tb_sync_fifo_ctrl/uut/pr_next
|
|
add wave -noupdate -format Literal -radix unsigned /tb_sync_fifo_ctrl/uut/diff
|
|
TreeUpdate [SetDefaultTree]
|
|
WaveRestoreCursors {{Cursor 1} {290000 ps} 0}
|
|
configure wave -namecolwidth 190
|
|
configure wave -valuecolwidth 80
|
|
configure wave -justifyvalue left
|
|
configure wave -signalnamewidth 1
|
|
configure wave -snapdistance 10
|
|
configure wave -datasetprefix 0
|
|
configure wave -rowmargin 4
|
|
configure wave -childrowmargin 2
|
|
configure wave -gridoffset 0
|
|
configure wave -gridperiod 100
|
|
configure wave -griddelta 40
|
|
configure wave -timeline 1
|
|
update
|
|
WaveRestoreZoom {0 ps} {2166667 ps}
|