32 lines
1.3 KiB
Plaintext
32 lines
1.3 KiB
Plaintext
onerror {resume}
|
|
quietly WaveActivateNextPane {} 0
|
|
add wave -noupdate -format Logic /tb_bbfifo/rst
|
|
add wave -noupdate -format Logic /tb_bbfifo/clk
|
|
add wave -noupdate -format Logic /tb_bbfifo/re
|
|
add wave -noupdate -format Logic /tb_bbfifo/we
|
|
add wave -noupdate -format Logic /tb_bbfifo/ready
|
|
add wave -noupdate -format Logic /tb_bbfifo/avail
|
|
add wave -noupdate -format Literal -radix hexadecimal /tb_bbfifo/din
|
|
add wave -noupdate -format Literal -radix hexadecimal /tb_bbfifo/dout
|
|
add wave -noupdate -format Literal /tb_bbfifo/inst_bbfifo/req
|
|
add wave -noupdate -format Literal /tb_bbfifo/inst_bbfifo/rdy
|
|
add wave -noupdate -format Literal -radix hexadecimal -expand /tb_bbfifo/inst_bbfifo/bucket_array
|
|
add wave -noupdate -format Literal /tb_bbfifo/inst_bbfifo/ce_in
|
|
add wave -noupdate -format Literal /tb_bbfifo/inst_bbfifo/ce_out
|
|
TreeUpdate [SetDefaultTree]
|
|
WaveRestoreCursors {{Cursor 1} {170000 ps} 0}
|
|
configure wave -namecolwidth 150
|
|
configure wave -valuecolwidth 100
|
|
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 1
|
|
configure wave -griddelta 40
|
|
configure wave -timeline 0
|
|
update
|
|
WaveRestoreZoom {76738 ps} {299465 ps}
|