blob: 5c461cdaf88e2ce3d99eeadca5f236b2a5cf2844 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
|
onerror {resume}
quietly WaveActivateNextPane {} 0
add wave -noupdate -divider -height 20 TB
add wave -noupdate /tb/rstn
add wave -noupdate /tb/clk_25
add wave -noupdate /tb/clk_125
add wave -noupdate /tb/clk_250
add wave -noupdate /tb/pll_lock
add wave -noupdate /tb/pclk
add wave -noupdate /tb/rx_d
add wave -noupdate -radix unsigned /tb/rx_clk_cnt
add wave -noupdate /tb/rx_clk_cnt_start
add wave -noupdate /tb/rx_idle_cnt
add wave -noupdate /tb/rx_last_byte
add wave -noupdate /tb/clk_125
add wave -noupdate /tb/clk_250
add wave -noupdate /tb/rx_data_cnt
add wave -noupdate /tb/rx_d_byte
add wave -noupdate /tb/rgmii_rx_clk
add wave -noupdate /tb/rgmii_rx_ctl
add wave -noupdate /tb/rgmii_rx_d
add wave -noupdate /tb/rgmii_tx_clk
add wave -noupdate /tb/rgmii_tx_ctl
add wave -noupdate /tb/rgmii_tx_d
add wave -noupdate -divider -height 20 DUT
add wave -noupdate /tb/dut/rgmii_rx_clk
add wave -noupdate /tb/dut/rgmii_rx_ctl
add wave -noupdate /tb/dut/rgmii_rx_d
add wave -noupdate /tb/dut/rx_ctl
add wave -noupdate /tb/dut/rx_d
add wave -noupdate /tb/dut/tx_ctl
add wave -noupdate /tb/dut/tx_d
add wave -noupdate /tb/dut/rgmii_tx_clk
add wave -noupdate /tb/dut/rgmii_tx_ctl
add wave -noupdate /tb/dut/rgmii_tx_d
TreeUpdate [SetDefaultTree]
WaveRestoreCursors {{Cursor 1} {26378096549 fs} 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 {26360219488 fs} {26396029484 fs}
|