1 |
145 |
lanttu |
onerror {resume}
|
2 |
|
|
quietly WaveActivateNextPane {} 0
|
3 |
|
|
add wave -noupdate /tb_tx_ctrl/clk
|
4 |
|
|
add wave -noupdate /tb_tx_ctrl/rst_n
|
5 |
|
|
add wave -noupdate /tb_tx_ctrl/test_len
|
6 |
|
|
add wave -noupdate /tb_tx_ctrl/timeout_cnt
|
7 |
|
|
add wave -noupdate -divider {hibi receiver (=tb) -> duv}
|
8 |
|
|
add wave -noupdate /tb_tx_ctrl/clk_udp_to_duv
|
9 |
|
|
add wave -noupdate /tb_tx_ctrl/write_data
|
10 |
|
|
add wave -noupdate /tb_tx_ctrl/write_state
|
11 |
|
|
add wave -noupdate /tb_tx_ctrl/write_done
|
12 |
|
|
add wave -noupdate /tb_tx_ctrl/new_tx_to_duv
|
13 |
|
|
add wave -noupdate -radix hexadecimal /tb_tx_ctrl/tx_len_to_duv
|
14 |
|
|
add wave -noupdate -radix hexadecimal /tb_tx_ctrl/tx_data_to_duv
|
15 |
|
|
add wave -noupdate /tb_tx_ctrl/tx_we_to_duv
|
16 |
|
|
add wave -noupdate /tb_tx_ctrl/new_tx_ack_from_duv
|
17 |
|
|
add wave -noupdate /tb_tx_ctrl/tx_full_from_duv
|
18 |
|
|
add wave -noupdate -divider {ctrl regs (=tb) to duv}
|
19 |
|
|
add wave -noupdate -radix hexadecimal /tb_tx_ctrl/tx_ip_to_duv
|
20 |
|
|
add wave -noupdate -radix hexadecimal /tb_tx_ctrl/tx_dest_port_to_duv
|
21 |
|
|
add wave -noupdate -radix hexadecimal /tb_tx_ctrl/tx_source_port_to_duv
|
22 |
|
|
add wave -noupdate -radix hexadecimal /tb_tx_ctrl/timeout_to_duv
|
23 |
|
|
add wave -noupdate /tb_tx_ctrl/do_timeout
|
24 |
|
|
add wave -noupdate /tb_tx_ctrl/timeout_release_from_duv
|
25 |
|
|
add wave -noupdate -divider {duv -> udp (=tb)}
|
26 |
|
|
add wave -noupdate /tb_tx_ctrl/read_data
|
27 |
|
|
add wave -noupdate /tb_tx_ctrl/read_state
|
28 |
|
|
add wave -noupdate /tb_tx_ctrl/read_done
|
29 |
|
|
add wave -noupdate /tb_tx_ctrl/new_tx_from_duv
|
30 |
|
|
add wave -noupdate /tb_tx_ctrl/tx_data_valid_from_duv
|
31 |
|
|
add wave -noupdate -radix hexadecimal /tb_tx_ctrl/tx_data_from_duv
|
32 |
|
|
add wave -noupdate /tb_tx_ctrl/tx_re_to_duv
|
33 |
|
|
add wave -noupdate -radix hexadecimal /tb_tx_ctrl/tx_len_from_duv
|
34 |
|
|
add wave -noupdate -radix hexadecimal /tb_tx_ctrl/dest_ip_from_duv
|
35 |
|
|
add wave -noupdate -radix hexadecimal /tb_tx_ctrl/dest_port_from_duv
|
36 |
|
|
add wave -noupdate -radix hexadecimal /tb_tx_ctrl/source_port_from_duv
|
37 |
|
|
TreeUpdate [SetDefaultTree]
|
38 |
|
|
WaveRestoreCursors {{Cursor 1} {95934 ns} 0}
|
39 |
|
|
configure wave -namecolwidth 247
|
40 |
|
|
configure wave -valuecolwidth 199
|
41 |
|
|
configure wave -justifyvalue left
|
42 |
|
|
configure wave -signalnamewidth 0
|
43 |
|
|
configure wave -snapdistance 10
|
44 |
|
|
configure wave -datasetprefix 0
|
45 |
|
|
configure wave -rowmargin 4
|
46 |
|
|
configure wave -childrowmargin 2
|
47 |
|
|
configure wave -gridoffset 0
|
48 |
|
|
configure wave -gridperiod 1
|
49 |
|
|
configure wave -griddelta 40
|
50 |
|
|
configure wave -timeline 0
|
51 |
|
|
configure wave -timelineunits ms
|
52 |
|
|
update
|
53 |
|
|
WaveRestoreZoom {90892 ns} {96564 ns}
|