1 |
145 |
lanttu |
onerror {resume}
|
2 |
|
|
quietly WaveActivateNextPane {} 0
|
3 |
|
|
add wave -noupdate /tb_rx_ctrl/clk
|
4 |
|
|
add wave -noupdate /tb_rx_ctrl/clk_udp
|
5 |
|
|
add wave -noupdate /tb_rx_ctrl/rst_n
|
6 |
|
|
add wave -noupdate -divider stimulus
|
7 |
|
|
add wave -noupdate /tb_rx_ctrl/test_id
|
8 |
|
|
add wave -noupdate /tb_rx_ctrl/send_state
|
9 |
|
|
add wave -noupdate /tb_rx_ctrl/send_data
|
10 |
|
|
add wave -noupdate /tb_rx_ctrl/send_done
|
11 |
|
|
add wave -noupdate /tb_rx_ctrl/rx_data_valid_r
|
12 |
|
|
add wave -noupdate /tb_rx_ctrl/current
|
13 |
|
|
add wave -noupdate -radix hexadecimal /tb_rx_ctrl/rx_data_to_duv
|
14 |
|
|
add wave -noupdate /tb_rx_ctrl/rx_data_valid_to_duv
|
15 |
|
|
add wave -noupdate /tb_rx_ctrl/rx_re_from_duv
|
16 |
|
|
add wave -noupdate /tb_rx_ctrl/new_rx_to_duv
|
17 |
|
|
add wave -noupdate /tb_rx_ctrl/rx_len_to_duv
|
18 |
|
|
add wave -noupdate -radix hexadecimal /tb_rx_ctrl/source_ip_to_duv
|
19 |
|
|
add wave -noupdate -radix hexadecimal /tb_rx_ctrl/dest_port_to_duv
|
20 |
|
|
add wave -noupdate -radix hexadecimal /tb_rx_ctrl/source_port_to_duv
|
21 |
|
|
add wave -noupdate /tb_rx_ctrl/rx_erroneous_to_duv
|
22 |
|
|
add wave -noupdate -divider response
|
23 |
|
|
add wave -noupdate -radix hexadecimal /tb_rx_ctrl/ip_from_duv
|
24 |
|
|
add wave -noupdate -radix hexadecimal /tb_rx_ctrl/dest_port_from_duv
|
25 |
|
|
add wave -noupdate -radix hexadecimal /tb_rx_ctrl/source_port_from_duv
|
26 |
|
|
add wave -noupdate /tb_rx_ctrl/rx_addr_valid_to_duv
|
27 |
|
|
add wave -noupdate /tb_rx_ctrl/send_request_from_duv
|
28 |
|
|
add wave -noupdate /tb_rx_ctrl/ready_for_tx_to_duv
|
29 |
|
|
add wave -noupdate /tb_rx_ctrl/rx_empty_from_duv
|
30 |
|
|
add wave -noupdate -radix hexadecimal /tb_rx_ctrl/rx_data_from_duv
|
31 |
|
|
add wave -noupdate /tb_rx_ctrl/rx_re_to_duv
|
32 |
|
|
TreeUpdate [SetDefaultTree]
|
33 |
|
|
WaveRestoreCursors {{Cursor 1} {2540 ns} 0}
|
34 |
|
|
configure wave -namecolwidth 250
|
35 |
|
|
configure wave -valuecolwidth 261
|
36 |
|
|
configure wave -justifyvalue left
|
37 |
|
|
configure wave -signalnamewidth 0
|
38 |
|
|
configure wave -snapdistance 10
|
39 |
|
|
configure wave -datasetprefix 0
|
40 |
|
|
configure wave -rowmargin 4
|
41 |
|
|
configure wave -childrowmargin 2
|
42 |
|
|
configure wave -gridoffset 0
|
43 |
|
|
configure wave -gridperiod 1
|
44 |
|
|
configure wave -griddelta 40
|
45 |
|
|
configure wave -timeline 0
|
46 |
|
|
configure wave -timelineunits ms
|
47 |
|
|
update
|
48 |
|
|
WaveRestoreZoom {0 ns} {9945 ns}
|