OpenCores
URL https://opencores.org/ocsvn/esoc/esoc/trunk

Subversion Repositories esoc

[/] [esoc/] [trunk/] [Sources/] [altera/] [esoc_port_mac/] [testbench/] [esoc_port_mac/] [esoc_port_mac_wave.do] - Blame information for rev 42

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 42 lmaarsen
# Copyright (C) 1991-2008 Altera Corporation
2
# Any  megafunction  design,  and related netlist (encrypted  or  decrypted),
3
# support information,  device programming or simulation file,  and any other
4
# associated  documentation or information  provided by  Altera  or a partner
5
# under  Altera's   Megafunction   Partnership   Program  may  be  used  only
6
# to program  PLD  devices (but not masked  PLD  devices) from  Altera.   Any
7
# other  use  of such  megafunction  design,  netlist,  support  information,
8
# device programming or simulation file,  or any other  related documentation
9
# or information  is prohibited  for  any  other purpose,  including, but not
10
# limited to  modification,  reverse engineering,  de-compiling, or use  with
11
# any other  silicon devices,  unless such use is  explicitly  licensed under
12
# a separate agreement with  Altera  or a megafunction partner.  Title to the
13
# intellectual property,  including patents,  copyrights,  trademarks,  trade
14
# secrets,  or maskworks,  embodied in any such megafunction design, netlist,
15
# support  information,  device programming or simulation file,  or any other
16
# related documentation or information provided by  Altera  or a megafunction
17
# partner, remains with Altera, the megafunction partner, or their respective
18
# licensors. No other licenses, including any licenses needed under any third
19
# party's intellectual property, are provided herein.
20
 
21
 
22
#####################################################################################
23
# Description :
24
#
25
# ModelSIM HDL Simulator wave macro file
26
#
27
#####################################################################################
28
 
29
 
30
onerror {resume}
31
quietly WaveActivateNextPane {} 0
32
 
33
add wave -noupdate -divider -height 40 {TESTBENCH INTERFACE}
34
if [regexp {/tb/reset} [find signals /tb/reset]]                            {add wave -noupdate -format Logic -radix hexadecimal /tb/reset}
35
if [regexp {/tb/reset_model} [find signals /tb/reset_model]]                {add wave -noupdate -format Logic -radix hexadecimal /tb/reset_model}
36
if [regexp {/tb/reset_mdio} [find signals /tb/reset_mdio]]                  {add wave -noupdate -format Logic -radix hexadecimal /tb/reset_mdio}
37
if [regexp {/tb/state} [find signals /tb/state]]                            {add wave -noupdate -format Literal -radix unsigned /tb/state}
38
if [regexp {/tb/nextstate} [find signals /tb/nextstate]]                    {add wave -noupdate -format Literal -radix unsigned /tb/nextstate}
39
if [regexp {/tb/sim_start} [find signals /tb/sim_start]]                    {add wave -noupdate -format Logic -radix hexadecimal /tb/sim_start}
40
if [regexp {/tb/sim_stop} [find signals /tb/sim_stop]]                      {add wave -noupdate -format Logic -radix hexadecimal /tb/sim_stop}
41
if [regexp {/tb/frm_gen_ena_gmii} [find signals /tb/frm_gen_ena_gmii]]      {add wave -noupdate -format Logic /tb/frm_gen_ena_gmii}
42
if [regexp {/tb/frm_gen_ena_mii} [find signals /tb/frm_gen_ena_mii]]        {add wave -noupdate -format Logic /tb/frm_gen_ena_mii}
43
if [regexp {/tb/rxframe_cnt} [find signals /tb/rxframe_cnt]]                {add wave -noupdate -format Literal -radix unsigned /tb/rxframe_cnt}
44
if [regexp {/tb/rx_frm_cnt} [find signals /tb/rx_frm_cnt]]                  {add wave -noupdate -format Literal -radix unsigned /tb/rx_frm_cnt}
45
if [regexp {/tb/rxsim_done} [find signals /tb/rxsim_done]]                  {add wave -noupdate -format Logic -radix hexadecimal /tb/rxsim_done}
46
if [regexp {/tb/txframe_cnt} [find signals /tb/txframe_cnt]]                {add wave -noupdate -format Literal -radix unsigned /tb/txframe_cnt}
47
if [regexp {/tb/tx_frm_cnt} [find signals /tb/tx_frm_cnt]]                  {add wave -noupdate -format Literal -radix unsigned /tb/tx_frm_cnt}
48
if [regexp {/tb/txsim_done} [find signals /tb/txsim_done]]                  {add wave -noupdate -format Logic -radix hexadecimal /tb/txsim_done}
49
 
50
 
51
add wave -noupdate -divider -height 40 {CONTROL INTERFACE}
52
if [regexp {/tb/dut/reset} [find signals /tb/dut/reset]]                    {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/reset}
53
if [regexp {/tb/dut/reset_reg_clk} [find signals /tb/dut/reset_reg_clk]]    {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/reset_reg_clk}
54
if [regexp {/tb/dut/reset_tx_clk} [find signals /tb/dut/reset_tx_clk]]      {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/reset_tx_clk}
55
if [regexp {/tb/dut/reset_rx_clk} [find signals /tb/dut/reset_rx_clk]]      {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/reset_rx_clk}
56
if [regexp {/tb/dut/clk} [find signals /tb/dut/clk]]                        {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/clk}
57
if [regexp {/tb/dut/address} [find signals /tb/dut/address]]                {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/address}
58
if [regexp {/tb/dut/readdata} [find signals /tb/dut/readdata]]              {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/readdata}
59
if [regexp {/tb/dut/read} [find signals /tb/dut/read]]                      {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/read}
60
if [regexp {/tb/dut/writedata} [find signals /tb/dut/writedata]]            {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/writedata}
61
if [regexp {/tb/dut/write} [find signals /tb/dut/write]]                    {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/write}
62
if [regexp {/tb/dut/waitrequest} [find signals /tb/dut/waitrequest]]        {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/waitrequest}
63
if [regexp {/tb/dut/reg_clk} [find signals /tb/dut/reg_clk]]                {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/reg_clk}
64
if [regexp {/tb/dut/reg_addr} [find signals /tb/dut/reg_addr]]              {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/reg_addr}
65
if [regexp {/tb/dut/reg_data_in} [find signals /tb/dut/reg_data_in]]        {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/reg_data_in}
66
if [regexp {/tb/dut/reg_rd} [find signals /tb/dut/reg_rd]]                  {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/reg_rd}
67
if [regexp {/tb/dut/reg_data_out} [find signals /tb/dut/reg_data_out]]      {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/reg_data_out}
68
if [regexp {/tb/dut/reg_wr} [find signals /tb/dut/reg_wr]]                  {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/reg_wr}
69
if [regexp {/tb/dut/reg_busy} [find signals /tb/dut/reg_busy]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/reg_busy}
70
 
71
add wave -noupdate -divider -height 40 {RECEIVE INTERFACE}
72
if [regexp {/tb/dut/tbi_rx_d} [find signals /tb/dut/tbi_rx_d]]              {add wave -noupdate -divider {  PMA TBI RX}}
73
if [regexp {/tb/dut/tbi_rx_clk} [find signals /tb/dut/tbi_rx_clk]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/tbi_rx_clk}
74
if [regexp {/tb/dut/tbi_rx_d} [find signals /tb/dut/tbi_rx_d]]              {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/tbi_rx_d}
75
 
76
if [regexp {/tb/dut/tbi_rx_d_0} [find signals /tb/dut/tbi_rx_d_0]]              {add wave -noupdate -divider {  PMA TBI RX 0}}
77
if [regexp {/tb/dut/tbi_rx_clk_0} [find signals /tb/dut/tbi_rx_clk_0]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/tbi_rx_clk_0}
78
if [regexp {/tb/dut/tbi_rx_d_0} [find signals /tb/dut/tbi_rx_d_0]]              {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/tbi_rx_d_0}
79
 
80
if [regexp {/tb/dut/tbi_rx_d_1} [find signals /tb/dut/tbi_rx_d_1]]              {add wave -noupdate -divider {  PMA TBI RX 1}}
81
if [regexp {/tb/dut/tbi_rx_clk_1} [find signals /tb/dut/tbi_rx_clk_1]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/tbi_rx_clk_1}
82
if [regexp {/tb/dut/tbi_rx_d_1} [find signals /tb/dut/tbi_rx_d_1]]              {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/tbi_rx_d_1}
83
 
84
if [regexp {/tb/dut/tbi_rx_d_2} [find signals /tb/dut/tbi_rx_d_2]]              {add wave -noupdate -divider {  PMA TBI RX 2}}
85
if [regexp {/tb/dut/tbi_rx_clk_2} [find signals /tb/dut/tbi_rx_clk_2]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/tbi_rx_clk_2}
86
if [regexp {/tb/dut/tbi_rx_d_2} [find signals /tb/dut/tbi_rx_d_2]]              {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/tbi_rx_d_2}
87
 
88
if [regexp {/tb/dut/tbi_rx_d_3} [find signals /tb/dut/tbi_rx_d_3]]              {add wave -noupdate -divider {  PMA TBI RX 3}}
89
if [regexp {/tb/dut/tbi_rx_clk_3} [find signals /tb/dut/tbi_rx_clk_3]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/tbi_rx_clk_3}
90
if [regexp {/tb/dut/tbi_rx_d_3} [find signals /tb/dut/tbi_rx_d_3]]              {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/tbi_rx_d_3}
91
 
92
if [regexp {/tb/dut/tbi_rx_d_4} [find signals /tb/dut/tbi_rx_d_4]]              {add wave -noupdate -divider {  PMA TBI RX 4}}
93
if [regexp {/tb/dut/tbi_rx_clk_4} [find signals /tb/dut/tbi_rx_clk_4]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/tbi_rx_clk_4}
94
if [regexp {/tb/dut/tbi_rx_d_4} [find signals /tb/dut/tbi_rx_d_4]]              {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/tbi_rx_d_4}
95
 
96
if [regexp {/tb/dut/tbi_rx_d_5} [find signals /tb/dut/tbi_rx_d_5]]              {add wave -noupdate -divider {  PMA TBI RX 5}}
97
if [regexp {/tb/dut/tbi_rx_clk_5} [find signals /tb/dut/tbi_rx_clk_5]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/tbi_rx_clk_5}
98
if [regexp {/tb/dut/tbi_rx_d_5} [find signals /tb/dut/tbi_rx_d_5]]              {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/tbi_rx_d_5}
99
 
100
if [regexp {/tb/dut/tbi_rx_d_6} [find signals /tb/dut/tbi_rx_d_6]]              {add wave -noupdate -divider {  PMA TBI RX 6}}
101
if [regexp {/tb/dut/tbi_rx_clk_6} [find signals /tb/dut/tbi_rx_clk_6]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/tbi_rx_clk_6}
102
if [regexp {/tb/dut/tbi_rx_d_6} [find signals /tb/dut/tbi_rx_d_6]]              {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/tbi_rx_d_6}
103
 
104
if [regexp {/tb/dut/tbi_rx_d_7} [find signals /tb/dut/tbi_rx_d_7]]              {add wave -noupdate -divider {  PMA TBI RX 7}}
105
if [regexp {/tb/dut/tbi_rx_clk_7} [find signals /tb/dut/tbi_rx_clk_7]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/tbi_rx_clk_7}
106
if [regexp {/tb/dut/tbi_rx_d_7} [find signals /tb/dut/tbi_rx_d_7]]              {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/tbi_rx_d_7}
107
 
108
if [regexp {/tb/dut/tbi_rx_d_8} [find signals /tb/dut/tbi_rx_d_8]]              {add wave -noupdate -divider {  PMA TBI RX 8}}
109
if [regexp {/tb/dut/tbi_rx_clk_8} [find signals /tb/dut/tbi_rx_clk_8]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/tbi_rx_clk_8}
110
if [regexp {/tb/dut/tbi_rx_d_8} [find signals /tb/dut/tbi_rx_d_8]]              {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/tbi_rx_d_8}
111
 
112
if [regexp {/tb/dut/tbi_rx_d_9} [find signals /tb/dut/tbi_rx_d_9]]              {add wave -noupdate -divider {  PMA TBI RX 9}}
113
if [regexp {/tb/dut/tbi_rx_clk_9} [find signals /tb/dut/tbi_rx_clk_9]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/tbi_rx_clk_9}
114
if [regexp {/tb/dut/tbi_rx_d_9} [find signals /tb/dut/tbi_rx_d_9]]              {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/tbi_rx_d_9}
115
 
116
if [regexp {/tb/dut/tbi_rx_d_10} [find signals /tb/dut/tbi_rx_d_10]]              {add wave -noupdate -divider {  PMA TBI RX 10}}
117
if [regexp {/tb/dut/tbi_rx_clk_10} [find signals /tb/dut/tbi_rx_clk_10]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/tbi_rx_clk_10}
118
if [regexp {/tb/dut/tbi_rx_d_10} [find signals /tb/dut/tbi_rx_d_10]]              {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/tbi_rx_d_10}
119
 
120
if [regexp {/tb/dut/tbi_rx_d_11} [find signals /tb/dut/tbi_rx_d_11]]              {add wave -noupdate -divider {  PMA TBI RX 11}}
121
if [regexp {/tb/dut/tbi_rx_clk_11} [find signals /tb/dut/tbi_rx_clk_11]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/tbi_rx_clk_11}
122
if [regexp {/tb/dut/tbi_rx_d_11} [find signals /tb/dut/tbi_rx_d_11]]              {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/tbi_rx_d_11}
123
 
124
if [regexp {/tb/dut/tbi_rx_d_12} [find signals /tb/dut/tbi_rx_d_12]]              {add wave -noupdate -divider {  PMA TBI RX 12}}
125
if [regexp {/tb/dut/tbi_rx_clk_12} [find signals /tb/dut/tbi_rx_clk_12]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/tbi_rx_clk_12}
126
if [regexp {/tb/dut/tbi_rx_d_12} [find signals /tb/dut/tbi_rx_d_12]]              {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/tbi_rx_d_12}
127
 
128
if [regexp {/tb/dut/tbi_rx_d_13} [find signals /tb/dut/tbi_rx_d_13]]              {add wave -noupdate -divider {  PMA TBI RX 13}}
129
if [regexp {/tb/dut/tbi_rx_clk_13} [find signals /tb/dut/tbi_rx_clk_13]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/tbi_rx_clk_13}
130
if [regexp {/tb/dut/tbi_rx_d_13} [find signals /tb/dut/tbi_rx_d_13]]              {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/tbi_rx_d_13}
131
 
132
if [regexp {/tb/dut/tbi_rx_d_14} [find signals /tb/dut/tbi_rx_d_14]]              {add wave -noupdate -divider {  PMA TBI RX 14}}
133
if [regexp {/tb/dut/tbi_rx_clk_14} [find signals /tb/dut/tbi_rx_clk_14]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/tbi_rx_clk_14}
134
if [regexp {/tb/dut/tbi_rx_d_14} [find signals /tb/dut/tbi_rx_d_14]]              {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/tbi_rx_d_14}
135
 
136
if [regexp {/tb/dut/tbi_rx_d_15} [find signals /tb/dut/tbi_rx_d_15]]              {add wave -noupdate -divider {  PMA TBI RX 15}}
137
if [regexp {/tb/dut/tbi_rx_clk_15} [find signals /tb/dut/tbi_rx_clk_15]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/tbi_rx_clk_15}
138
if [regexp {/tb/dut/tbi_rx_d_15} [find signals /tb/dut/tbi_rx_d_15]]              {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/tbi_rx_d_15}
139
 
140
if [regexp {/tb/dut/tbi_rx_d_16} [find signals /tb/dut/tbi_rx_d_16]]              {add wave -noupdate -divider {  PMA TBI RX 16}}
141
if [regexp {/tb/dut/tbi_rx_clk_16} [find signals /tb/dut/tbi_rx_clk_16]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/tbi_rx_clk_16}
142
if [regexp {/tb/dut/tbi_rx_d_16} [find signals /tb/dut/tbi_rx_d_16]]              {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/tbi_rx_d_16}
143
 
144
if [regexp {/tb/dut/tbi_rx_d_17} [find signals /tb/dut/tbi_rx_d_17]]              {add wave -noupdate -divider {  PMA TBI RX 17}}
145
if [regexp {/tb/dut/tbi_rx_clk_17} [find signals /tb/dut/tbi_rx_clk_17]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/tbi_rx_clk_17}
146
if [regexp {/tb/dut/tbi_rx_d_17} [find signals /tb/dut/tbi_rx_d_17]]              {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/tbi_rx_d_17}
147
 
148
if [regexp {/tb/dut/tbi_rx_d_18} [find signals /tb/dut/tbi_rx_d_18]]              {add wave -noupdate -divider {  PMA TBI RX 18}}
149
if [regexp {/tb/dut/tbi_rx_clk_18} [find signals /tb/dut/tbi_rx_clk_18]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/tbi_rx_clk_18}
150
if [regexp {/tb/dut/tbi_rx_d_18} [find signals /tb/dut/tbi_rx_d_18]]              {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/tbi_rx_d_18}
151
 
152
if [regexp {/tb/dut/tbi_rx_d_19} [find signals /tb/dut/tbi_rx_d_19]]              {add wave -noupdate -divider {  PMA TBI RX 19}}
153
if [regexp {/tb/dut/tbi_rx_clk_19} [find signals /tb/dut/tbi_rx_clk_19]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/tbi_rx_clk_19}
154
if [regexp {/tb/dut/tbi_rx_d_19} [find signals /tb/dut/tbi_rx_d_19]]              {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/tbi_rx_d_19}
155
 
156
if [regexp {/tb/dut/tbi_rx_d_20} [find signals /tb/dut/tbi_rx_d_20]]              {add wave -noupdate -divider {  PMA TBI RX 20}}
157
if [regexp {/tb/dut/tbi_rx_clk_20} [find signals /tb/dut/tbi_rx_clk_20]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/tbi_rx_clk_20}
158
if [regexp {/tb/dut/tbi_rx_d_20} [find signals /tb/dut/tbi_rx_d_20]]              {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/tbi_rx_d_20}
159
 
160
if [regexp {/tb/dut/tbi_rx_d_21} [find signals /tb/dut/tbi_rx_d_21]]              {add wave -noupdate -divider {  PMA TBI RX 21}}
161
if [regexp {/tb/dut/tbi_rx_clk_21} [find signals /tb/dut/tbi_rx_clk_21]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/tbi_rx_clk_21}
162
if [regexp {/tb/dut/tbi_rx_d_21} [find signals /tb/dut/tbi_rx_d_21]]              {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/tbi_rx_d_21}
163
 
164
if [regexp {/tb/dut/tbi_rx_d_22} [find signals /tb/dut/tbi_rx_d_22]]              {add wave -noupdate -divider {  PMA TBI RX 22}}
165
if [regexp {/tb/dut/tbi_rx_clk_22} [find signals /tb/dut/tbi_rx_clk_22]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/tbi_rx_clk_22}
166
if [regexp {/tb/dut/tbi_rx_d_22} [find signals /tb/dut/tbi_rx_d_22]]              {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/tbi_rx_d_22}
167
 
168
if [regexp {/tb/dut/tbi_rx_d_23} [find signals /tb/dut/tbi_rx_d_23]]              {add wave -noupdate -divider {  PMA TBI RX 23}}
169
if [regexp {/tb/dut/tbi_rx_clk_23} [find signals /tb/dut/tbi_rx_clk_23]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/tbi_rx_clk_23}
170
if [regexp {/tb/dut/tbi_rx_d_23} [find signals /tb/dut/tbi_rx_d_23]]              {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/tbi_rx_d_23}
171
 
172
 
173
if [regexp {/tb/dut/rxp} [find signals /tb/dut/rxp]]                        {add wave -noupdate -divider {  PMA SERIAL RX}}
174
if [regexp {/tb/dut/ref_clk} [find signals /tb/dut/ref_clk]]                {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/ref_clk}
175
if [regexp {/tb/dut/rxp} [find signals /tb/dut/rxp]]                        {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/rxp}
176
 
177
if [regexp {/tb/dut/rxp_0} [find signals /tb/dut/rxp_0]]                        {add wave -noupdate -divider {  PMA SERIAL RX 0}}
178
if [regexp {/tb/dut/rxp_0} [find signals /tb/dut/rxp_0]]                        {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/rxp_0}
179
 
180
if [regexp {/tb/dut/rxp_1} [find signals /tb/dut/rxp_1]]                        {add wave -noupdate -divider {  PMA SERIAL RX 1}}
181
if [regexp {/tb/dut/rxp_1} [find signals /tb/dut/rxp_1]]                        {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/rxp_1}
182
 
183
if [regexp {/tb/dut/rxp_2} [find signals /tb/dut/rxp_2]]                        {add wave -noupdate -divider {  PMA SERIAL RX 2}}
184
if [regexp {/tb/dut/rxp_2} [find signals /tb/dut/rxp_2]]                        {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/rxp_2}
185
 
186
if [regexp {/tb/dut/rxp_3} [find signals /tb/dut/rxp_3]]                        {add wave -noupdate -divider {  PMA SERIAL RX 3}}
187
if [regexp {/tb/dut/rxp_3} [find signals /tb/dut/rxp_3]]                        {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/rxp_3}
188
 
189
if [regexp {/tb/dut/rxp_4} [find signals /tb/dut/rxp_4]]                        {add wave -noupdate -divider {  PMA SERIAL RX 4}}
190
if [regexp {/tb/dut/rxp_4} [find signals /tb/dut/rxp_4]]                        {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/rxp_4}
191
 
192
if [regexp {/tb/dut/rxp_5} [find signals /tb/dut/rxp_5]]                        {add wave -noupdate -divider {  PMA SERIAL RX 5}}
193
if [regexp {/tb/dut/rxp_5} [find signals /tb/dut/rxp_5]]                        {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/rxp_5}
194
 
195
if [regexp {/tb/dut/rxp_6} [find signals /tb/dut/rxp_6]]                        {add wave -noupdate -divider {  PMA SERIAL RX 6}}
196
if [regexp {/tb/dut/rxp_6} [find signals /tb/dut/rxp_6]]                        {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/rxp_6}
197
 
198
if [regexp {/tb/dut/rxp_7} [find signals /tb/dut/rxp_7]]                        {add wave -noupdate -divider {  PMA SERIAL RX 7}}
199
if [regexp {/tb/dut/rxp_7} [find signals /tb/dut/rxp_7]]                        {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/rxp_7}
200
 
201
if [regexp {/tb/dut/rxp_8} [find signals /tb/dut/rxp_8]]                        {add wave -noupdate -divider {  PMA SERIAL RX 8}}
202
if [regexp {/tb/dut/rxp_8} [find signals /tb/dut/rxp_8]]                        {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/rxp_8}
203
 
204
if [regexp {/tb/dut/rxp_9]} [find signals /tb/dut/rxp_9]]                        {add wave -noupdate -divider {  PMA SERIAL RX 9}}
205
if [regexp {/tb/dut/rxp_9]} [find signals /tb/dut/rxp_9]]                        {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/rxp_9}
206
 
207
if [regexp {/tb/dut/rxp_10} [find signals /tb/dut/rxp_10]]                        {add wave -noupdate -divider {  PMA SERIAL RX 10}}
208
if [regexp {/tb/dut/rxp_10} [find signals /tb/dut/rxp_10]]                        {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/rxp_10}
209
 
210
if [regexp {/tb/dut/rxp_11} [find signals /tb/dut/rxp_11]]                        {add wave -noupdate -divider {  PMA SERIAL RX 11}}
211
if [regexp {/tb/dut/rxp_11} [find signals /tb/dut/rxp_11]]                        {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/rxp_11}
212
 
213
if [regexp {/tb/dut/rxp_12} [find signals /tb/dut/rxp_12]]                        {add wave -noupdate -divider {  PMA SERIAL RX 12}}
214
if [regexp {/tb/dut/rxp_12} [find signals /tb/dut/rxp_12]]                        {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/rxp_12}
215
 
216
if [regexp {/tb/dut/rxp_13} [find signals /tb/dut/rxp_13]]                        {add wave -noupdate -divider {  PMA SERIAL RX 13}}
217
if [regexp {/tb/dut/rxp_13} [find signals /tb/dut/rxp_13]]                        {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/rxp_13}
218
 
219
if [regexp {/tb/dut/rxp_14} [find signals /tb/dut/rxp_14]]                        {add wave -noupdate -divider {  PMA SERIAL RX 14}}
220
if [regexp {/tb/dut/rxp_14} [find signals /tb/dut/rxp_14]]                        {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/rxp_14}
221
 
222
if [regexp {/tb/dut/rxp_15} [find signals /tb/dut/rxp_15]]                        {add wave -noupdate -divider {  PMA SERIAL RX 15}}
223
if [regexp {/tb/dut/rxp_15} [find signals /tb/dut/rxp_15]]                        {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/rxp_15}
224
 
225
if [regexp {/tb/dut/rxp_16} [find signals /tb/dut/rxp_16]]                        {add wave -noupdate -divider {  PMA SERIAL RX 16}}
226
if [regexp {/tb/dut/rxp_16} [find signals /tb/dut/rxp_16]]                        {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/rxp_16}
227
 
228
if [regexp {/tb/dut/rxp_17} [find signals /tb/dut/rxp_17]]                        {add wave -noupdate -divider {  PMA SERIAL RX 17}}
229
if [regexp {/tb/dut/rxp_17} [find signals /tb/dut/rxp_17]]                        {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/rxp_17}
230
 
231
if [regexp {/tb/dut/rxp_18} [find signals /tb/dut/rxp_18]]                        {add wave -noupdate -divider {  PMA SERIAL RX 18}}
232
if [regexp {/tb/dut/rxp_18} [find signals /tb/dut/rxp_18]]                        {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/rxp_18}
233
 
234
if [regexp {/tb/dut/rxp_19} [find signals /tb/dut/rxp_19]]                        {add wave -noupdate -divider {  PMA SERIAL RX 19}}
235
if [regexp {/tb/dut/rxp_19} [find signals /tb/dut/rxp_19]]                        {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/rxp_19}
236
 
237
if [regexp {/tb/dut/rxp_20} [find signals /tb/dut/rxp_20]]                        {add wave -noupdate -divider {  PMA SERIAL RX 20}}
238
if [regexp {/tb/dut/rxp_20} [find signals /tb/dut/rxp_20]]                        {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/rxp_20}
239
 
240
if [regexp {/tb/dut/rxp_21} [find signals /tb/dut/rxp_21]]                        {add wave -noupdate -divider {  PMA SERIAL RX 21}}
241
if [regexp {/tb/dut/rxp_21} [find signals /tb/dut/rxp_21]]                        {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/rxp_21}
242
 
243
if [regexp {/tb/dut/rxp_22} [find signals /tb/dut/rxp_22]]                        {add wave -noupdate -divider {  PMA SERIAL RX 22}}
244
if [regexp {/tb/dut/rxp_22} [find signals /tb/dut/rxp_22]]                        {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/rxp_22}
245
 
246
if [regexp {/tb/dut/rxp_22} [find signals /tb/dut/rxp_23]]                        {add wave -noupdate -divider {  PMA SERIAL RX 23}}
247
if [regexp {/tb/dut/rxp_22} [find signals /tb/dut/rxp_23]]                        {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/rxp_23}
248
 
249
 
250
if [regexp {/tb/dut/gm_rx_err} [find signals /tb/dut/gm_rx_err]]            {add wave -noupdate -divider {  GMII RX}}
251
if [regexp {/tb/dut/gmii_rx_err} [find signals /tb/dut/gmii_rx_err]]        {add wave -noupdate -divider {  GMII RX}}
252
if [regexp {/tb/dut/rx_clk} [find signals /tb/dut/rx_clk]]                  {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/rx_clk}
253
if [regexp {/tb/dut/gm_rx_err} [find signals /tb/dut/gm_rx_err]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gm_rx_err}
254
if [regexp {/tb/dut/gm_rx_dv} [find signals /tb/dut/gm_rx_dv]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gm_rx_dv}
255
if [regexp {/tb/dut/gm_rx_d} [find signals /tb/dut/gm_rx_d]]                {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/gm_rx_d}
256
if [regexp {/tb/dut/gmii_rx_err} [find signals /tb/dut/gmii_rx_err]]        {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gmii_rx_err}
257
if [regexp {/tb/dut/gmii_rx_dv} [find signals /tb/dut/gmii_rx_dv]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gmii_rx_dv}
258
if [regexp {/tb/dut/gmii_rx_d} [find signals /tb/dut/gmii_rx_d]]            {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/gmii_rx_d}
259
 
260
if [regexp {/tb/dut/gm_rx_err_0} [find signals /tb/dut/gm_rx_err_0]]            {add wave -noupdate -divider {  GMII RX 0}}
261
if [regexp {/tb/dut/gmii_rx_err_0} [find signals /tb/dut/gmii_rx_err_0]]        {add wave -noupdate -divider {  GMII RX 0}}
262
if [regexp {/tb/dut/rx_clk_0} [find signals /tb/dut/rx_clk_0]]                  {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/rx_clk_0}
263
if [regexp {/tb/dut/gm_rx_err_0} [find signals /tb/dut/gm_rx_err_0]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gm_rx_err_0}
264
if [regexp {/tb/dut/gm_rx_dv_0} [find signals /tb/dut/gm_rx_dv_0]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gm_rx_dv_0}
265
if [regexp {/tb/dut/gm_rx_d_0} [find signals /tb/dut/gm_rx_d_0]]                {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/gm_rx_d_0}
266
if [regexp {/tb/dut/gmii_rx_err_0} [find signals /tb/dut/gmii_rx_err_0]]        {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gmii_rx_err_0}
267
if [regexp {/tb/dut/gmii_rx_dv_0} [find signals /tb/dut/gmii_rx_dv_0]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gmii_rx_dv_0}
268
if [regexp {/tb/dut/gmii_rx_d_0} [find signals /tb/dut/gmii_rx_d_0]]            {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/gmii_rx_d_0}
269
 
270
if [regexp {/tb/dut/gm_rx_err_1} [find signals /tb/dut/gm_rx_err_1]]           {add wave -noupdate -divider {  GMII RX 1}}
271
if [regexp {/tb/dut/gmii_rx_err_1} [find signals /tb/dut/gmii_rx_err_1]]        {add wave -noupdate -divider {  GMII RX 1}}
272
if [regexp {/tb/dut/rx_clk_1} [find signals /tb/dut/rx_clk_1]]                  {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/rx_clk_1}
273
if [regexp {/tb/dut/gm_rx_err_1} [find signals /tb/dut/gm_rx_err_1]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gm_rx_err_1}
274
if [regexp {/tb/dut/gm_rx_dv_1} [find signals /tb/dut/gm_rx_dv_1]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gm_rx_dv_1}
275
if [regexp {/tb/dut/gm_rx_d_1} [find signals /tb/dut/gm_rx_d_1]]                {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/gm_rx_d_1}
276
if [regexp {/tb/dut/gmii_rx_err_1} [find signals /tb/dut/gmii_rx_err_1]]        {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gmii_rx_err_1}
277
if [regexp {/tb/dut/gmii_rx_dv_1} [find signals /tb/dut/gmii_rx_dv_1]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gmii_rx_dv_1}
278
if [regexp {/tb/dut/gmii_rx_d_1} [find signals /tb/dut/gmii_rx_d_1]]            {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/gmii_rx_d_1}
279
 
280
if [regexp {/tb/dut/gm_rx_err_2} [find signals /tb/dut/gm_rx_err_2]]            {add wave -noupdate -divider {  GMII RX 2}}
281
if [regexp {/tb/dut/gmii_rx_err_2} [find signals /tb/dut/gmii_rx_err_2]]        {add wave -noupdate -divider {  GMII RX 2}}
282
if [regexp {/tb/dut/rx_clk_2} [find signals /tb/dut/rx_clk_2]]                  {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/rx_clk_2}
283
if [regexp {/tb/dut/gm_rx_err_2} [find signals /tb/dut/gm_rx_err_2]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gm_rx_err_2}
284
if [regexp {/tb/dut/gm_rx_dv_2} [find signals /tb/dut/gm_rx_dv_2]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gm_rx_dv_2}
285
if [regexp {/tb/dut/gm_rx_d_2} [find signals /tb/dut/gm_rx_d_2]]                {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/gm_rx_d_2}
286
if [regexp {/tb/dut/gmii_rx_err_2} [find signals /tb/dut/gmii_rx_err_2]]        {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gmii_rx_err_2}
287
if [regexp {/tb/dut/gmii_rx_dv_2} [find signals /tb/dut/gmii_rx_dv_2]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gmii_rx_dv_2}
288
if [regexp {/tb/dut/gmii_rx_d_2} [find signals /tb/dut/gmii_rx_d_2]]            {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/gmii_rx_d_2}
289
 
290
if [regexp {/tb/dut/gm_rx_err_3} [find signals /tb/dut/gm_rx_err_3]]            {add wave -noupdate -divider {  GMII RX 3}}
291
if [regexp {/tb/dut/gmii_rx_err_3} [find signals /tb/dut/gmii_rx_err_3]]        {add wave -noupdate -divider {  GMII RX 3}}
292
if [regexp {/tb/dut/rx_clk_3} [find signals /tb/dut/rx_clk_3]]                  {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/rx_clk_3}
293
if [regexp {/tb/dut/gm_rx_err_3} [find signals /tb/dut/gm_rx_err_3]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gm_rx_err_3}
294
if [regexp {/tb/dut/gm_rx_dv_3} [find signals /tb/dut/gm_rx_dv_3]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gm_rx_dv_3}
295
if [regexp {/tb/dut/gm_rx_d_3} [find signals /tb/dut/gm_rx_d_3]]                {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/gm_rx_d_3}
296
if [regexp {/tb/dut/gmii_rx_err_3} [find signals /tb/dut/gmii_rx_err_3]]        {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gmii_rx_err_3}
297
if [regexp {/tb/dut/gmii_rx_dv_3} [find signals /tb/dut/gmii_rx_dv_3]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gmii_rx_dv_3}
298
if [regexp {/tb/dut/gmii_rx_d_3} [find signals /tb/dut/gmii_rx_d_3]]            {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/gmii_rx_d_3}
299
 
300
if [regexp {/tb/dut/gm_rx_err_4} [find signals /tb/dut/gm_rx_err_4]]            {add wave -noupdate -divider {  GMII RX 4}}
301
if [regexp {/tb/dut/gmii_rx_err_4} [find signals /tb/dut/gmii_rx_err_4]]        {add wave -noupdate -divider {  GMII RX 4}}
302
if [regexp {/tb/dut/rx_clk_4} [find signals /tb/dut/rx_clk_4]]                  {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/rx_clk_4}
303
if [regexp {/tb/dut/gm_rx_err_4} [find signals /tb/dut/gm_rx_err_4]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gm_rx_err_4}
304
if [regexp {/tb/dut/gm_rx_dv_4} [find signals /tb/dut/gm_rx_dv_4]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gm_rx_dv_4}
305
if [regexp {/tb/dut/gm_rx_d_4} [find signals /tb/dut/gm_rx_d_4]]                {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/gm_rx_d_4}
306
if [regexp {/tb/dut/gmii_rx_err_4} [find signals /tb/dut/gmii_rx_err_4]]        {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gmii_rx_err_4}
307
if [regexp {/tb/dut/gmii_rx_dv_4} [find signals /tb/dut/gmii_rx_dv_4]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gmii_rx_dv_4}
308
if [regexp {/tb/dut/gmii_rx_d_4} [find signals /tb/dut/gmii_rx_d_4]]            {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/gmii_rx_d_4}
309
 
310
if [regexp {/tb/dut/gm_rx_err_5} [find signals /tb/dut/gm_rx_err_5]]            {add wave -noupdate -divider {  GMII RX 5}}
311
if [regexp {/tb/dut/gmii_rx_err_5} [find signals /tb/dut/gmii_rx_err_5]]        {add wave -noupdate -divider {  GMII RX 5}}
312
if [regexp {/tb/dut/rx_clk_5} [find signals /tb/dut/rx_clk_5]]                  {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/rx_clk_5}
313
if [regexp {/tb/dut/gm_rx_err_5} [find signals /tb/dut/gm_rx_err_5]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gm_rx_err_5}
314
if [regexp {/tb/dut/gm_rx_dv_5} [find signals /tb/dut/gm_rx_dv_5]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gm_rx_dv_5}
315
if [regexp {/tb/dut/gm_rx_d_5} [find signals /tb/dut/gm_rx_d_5]]                {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/gm_rx_d_5}
316
if [regexp {/tb/dut/gmii_rx_err_5} [find signals /tb/dut/gmii_rx_err_5]]        {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gmii_rx_err_5}
317
if [regexp {/tb/dut/gmii_rx_dv_5} [find signals /tb/dut/gmii_rx_dv_5]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gmii_rx_dv_5}
318
if [regexp {/tb/dut/gmii_rx_d_5} [find signals /tb/dut/gmii_rx_d_5]]            {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/gmii_rx_d_5}
319
 
320
if [regexp {/tb/dut/gm_rx_err_6} [find signals /tb/dut/gm_rx_err_6]]            {add wave -noupdate -divider {  GMII RX 6}}
321
if [regexp {/tb/dut/gmii_rx_err_6} [find signals /tb/dut/gmii_rx_err_6]]        {add wave -noupdate -divider {  GMII RX 6}}
322
if [regexp {/tb/dut/rx_clk_6} [find signals /tb/dut/rx_clk_6]]                  {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/rx_clk_6}
323
if [regexp {/tb/dut/gm_rx_err_6} [find signals /tb/dut/gm_rx_err_6]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gm_rx_err_6}
324
if [regexp {/tb/dut/gm_rx_dv_6} [find signals /tb/dut/gm_rx_dv_6]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gm_rx_dv_6}
325
if [regexp {/tb/dut/gm_rx_d_6} [find signals /tb/dut/gm_rx_d_6]]                {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/gm_rx_d_6}
326
if [regexp {/tb/dut/gmii_rx_err_6} [find signals /tb/dut/gmii_rx_err_6]]        {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gmii_rx_err_6}
327
if [regexp {/tb/dut/gmii_rx_dv_6} [find signals /tb/dut/gmii_rx_dv_6]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gmii_rx_dv_6}
328
if [regexp {/tb/dut/gmii_rx_d_6} [find signals /tb/dut/gmii_rx_d_6]]            {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/gmii_rx_d_6}
329
 
330
if [regexp {/tb/dut/gm_rx_err_7} [find signals /tb/dut/gm_rx_err_7]]            {add wave -noupdate -divider {  GMII RX 7}}
331
if [regexp {/tb/dut/gmii_rx_err_7} [find signals /tb/dut/gmii_rx_err_7]]        {add wave -noupdate -divider {  GMII RX 7}}
332
if [regexp {/tb/dut/rx_clk_7} [find signals /tb/dut/rx_clk_7]]                  {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/rx_clk_7}
333
if [regexp {/tb/dut/gm_rx_err_7} [find signals /tb/dut/gm_rx_err_7]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gm_rx_err_7}
334
if [regexp {/tb/dut/gm_rx_dv_7} [find signals /tb/dut/gm_rx_dv_7]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gm_rx_dv_7}
335
if [regexp {/tb/dut/gm_rx_d_7} [find signals /tb/dut/gm_rx_d_7]]                {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/gm_rx_d_7}
336
if [regexp {/tb/dut/gmii_rx_err_7} [find signals /tb/dut/gmii_rx_err_7]]        {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gmii_rx_err_7}
337
if [regexp {/tb/dut/gmii_rx_dv_7} [find signals /tb/dut/gmii_rx_dv_7]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gmii_rx_dv_7}
338
if [regexp {/tb/dut/gmii_rx_d_7} [find signals /tb/dut/gmii_rx_d_7]]            {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/gmii_rx_d_7}
339
 
340
if [regexp {/tb/dut/gm_rx_err_8} [find signals /tb/dut/gm_rx_err_8]]            {add wave -noupdate -divider {  GMII RX 8}}
341
if [regexp {/tb/dut/gmii_rx_err_8} [find signals /tb/dut/gmii_rx_err_8]]        {add wave -noupdate -divider {  GMII RX 8}}
342
if [regexp {/tb/dut/rx_clk_8} [find signals /tb/dut/rx_clk_8]]                  {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/rx_clk_8}
343
if [regexp {/tb/dut/gm_rx_err_8} [find signals /tb/dut/gm_rx_err_8]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gm_rx_err_8}
344
if [regexp {/tb/dut/gm_rx_dv_8} [find signals /tb/dut/gm_rx_dv_8]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gm_rx_dv_8}
345
if [regexp {/tb/dut/gm_rx_d_8} [find signals /tb/dut/gm_rx_d_8]]                {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/gm_rx_d_8}
346
if [regexp {/tb/dut/gmii_rx_err_8} [find signals /tb/dut/gmii_rx_err_8]]        {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gmii_rx_err_8}
347
if [regexp {/tb/dut/gmii_rx_dv_8} [find signals /tb/dut/gmii_rx_dv_8]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gmii_rx_dv_8}
348
if [regexp {/tb/dut/gmii_rx_d_8} [find signals /tb/dut/gmii_rx_d_8]]            {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/gmii_rx_d_8}
349
 
350
if [regexp {/tb/dut/gm_rx_err_9} [find signals /tb/dut/gm_rx_err_9]]            {add wave -noupdate -divider {  GMII RX 9}}
351
if [regexp {/tb/dut/gmii_rx_err_9} [find signals /tb/dut/gmii_rx_err_9]]        {add wave -noupdate -divider {  GMII RX 9}}
352
if [regexp {/tb/dut/rx_clk_9} [find signals /tb/dut/rx_clk_9]]                  {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/rx_clk_9}
353
if [regexp {/tb/dut/gm_rx_err_9} [find signals /tb/dut/gm_rx_err_9]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gm_rx_err_9}
354
if [regexp {/tb/dut/gm_rx_dv_9} [find signals /tb/dut/gm_rx_dv_9]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gm_rx_dv_9}
355
if [regexp {/tb/dut/gm_rx_d_9} [find signals /tb/dut/gm_rx_d_9]]                {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/gm_rx_d_9}
356
if [regexp {/tb/dut/gmii_rx_err_9} [find signals /tb/dut/gmii_rx_err_9]]        {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gmii_rx_err_9}
357
if [regexp {/tb/dut/gmii_rx_dv_9} [find signals /tb/dut/gmii_rx_dv_9]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gmii_rx_dv_9}
358
if [regexp {/tb/dut/gmii_rx_d_9} [find signals /tb/dut/gmii_rx_d_9]]            {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/gmii_rx_d_9}
359
 
360
if [regexp {/tb/dut/gm_rx_err_10} [find signals /tb/dut/gm_rx_err_10]]            {add wave -noupdate -divider {  GMII RX 10}}
361
if [regexp {/tb/dut/gmii_rx_err_10} [find signals /tb/dut/gmii_rx_err_10]]        {add wave -noupdate -divider {  GMII RX 10}}
362
if [regexp {/tb/dut/rx_clk_10} [find signals /tb/dut/rx_clk_10]]                  {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/rx_clk_10}
363
if [regexp {/tb/dut/gm_rx_err_10} [find signals /tb/dut/gm_rx_err_10]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gm_rx_err_10}
364
if [regexp {/tb/dut/gm_rx_dv_10} [find signals /tb/dut/gm_rx_dv_10]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gm_rx_dv_10}
365
if [regexp {/tb/dut/gm_rx_d_10} [find signals /tb/dut/gm_rx_d_10]]                {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/gm_rx_d_10}
366
if [regexp {/tb/dut/gmii_rx_err_10} [find signals /tb/dut/gmii_rx_err_10]]        {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gmii_rx_err_10}
367
if [regexp {/tb/dut/gmii_rx_dv_10} [find signals /tb/dut/gmii_rx_dv_10]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gmii_rx_dv_10}
368
if [regexp {/tb/dut/gmii_rx_d_10} [find signals /tb/dut/gmii_rx_d_10]]            {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/gmii_rx_d_10}
369
 
370
if [regexp {/tb/dut/gm_rx_err_11} [find signals /tb/dut/gm_rx_err_11]]            {add wave -noupdate -divider {  GMII RX 11}}
371
if [regexp {/tb/dut/gmii_rx_err_11} [find signals /tb/dut/gmii_rx_err_11]]        {add wave -noupdate -divider {  GMII RX 11}}
372
if [regexp {/tb/dut/rx_clk_11} [find signals /tb/dut/rx_clk_11]]                  {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/rx_clk_11}
373
if [regexp {/tb/dut/gm_rx_err_11} [find signals /tb/dut/gm_rx_err_11]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gm_rx_err_11}
374
if [regexp {/tb/dut/gm_rx_dv_11} [find signals /tb/dut/gm_rx_dv_11]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gm_rx_dv_11}
375
if [regexp {/tb/dut/gm_rx_d_11} [find signals /tb/dut/gm_rx_d_11]]                {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/gm_rx_d_11}
376
if [regexp {/tb/dut/gmii_rx_err_11} [find signals /tb/dut/gmii_rx_err_11]]        {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gmii_rx_err_11}
377
if [regexp {/tb/dut/gmii_rx_dv_11} [find signals /tb/dut/gmii_rx_dv_11]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gmii_rx_dv_11}
378
if [regexp {/tb/dut/gmii_rx_d_11} [find signals /tb/dut/gmii_rx_d_11]]            {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/gmii_rx_d_11}
379
 
380
 
381
if [regexp {/tb/dut/gm_rx_err_12} [find signals /tb/dut/gm_rx_err_12]]            {add wave -noupdate -divider {  GMII RX 12}}
382
if [regexp {/tb/dut/gmii_rx_err_12} [find signals /tb/dut/gmii_rx_err_12]]        {add wave -noupdate -divider {  GMII RX 12}}
383
if [regexp {/tb/dut/rx_clk_12} [find signals /tb/dut/rx_clk_12]]                  {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/rx_clk_12}
384
if [regexp {/tb/dut/gm_rx_err_12} [find signals /tb/dut/gm_rx_err_12]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gm_rx_err_12}
385
if [regexp {/tb/dut/gm_rx_dv_12} [find signals /tb/dut/gm_rx_dv_12]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gm_rx_dv_12}
386
if [regexp {/tb/dut/gm_rx_d_12} [find signals /tb/dut/gm_rx_d_12]]                {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/gm_rx_d_12}
387
if [regexp {/tb/dut/gmii_rx_err_12} [find signals /tb/dut/gmii_rx_err_12]]        {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gmii_rx_err_12}
388
if [regexp {/tb/dut/gmii_rx_dv_12} [find signals /tb/dut/gmii_rx_dv_12]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gmii_rx_dv_12}
389
if [regexp {/tb/dut/gmii_rx_d_12} [find signals /tb/dut/gmii_rx_d_12]]            {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/gmii_rx_d_12}
390
 
391
if [regexp {/tb/dut/gm_rx_err_13} [find signals /tb/dut/gm_rx_err_13]]            {add wave -noupdate -divider {  GMII RX 13}}
392
if [regexp {/tb/dut/gmii_rx_err_13} [find signals /tb/dut/gmii_rx_err_13]]        {add wave -noupdate -divider {  GMII RX 13}}
393
if [regexp {/tb/dut/rx_clk_13} [find signals /tb/dut/rx_clk_13]]                  {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/rx_clk_13}
394
if [regexp {/tb/dut/gm_rx_err_13} [find signals /tb/dut/gm_rx_err_13]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gm_rx_err_13}
395
if [regexp {/tb/dut/gm_rx_dv_13} [find signals /tb/dut/gm_rx_dv_13]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gm_rx_dv_13}
396
if [regexp {/tb/dut/gm_rx_d_13} [find signals /tb/dut/gm_rx_d_13]]                {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/gm_rx_d_13}
397
if [regexp {/tb/dut/gmii_rx_err_13} [find signals /tb/dut/gmii_rx_err_13]]        {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gmii_rx_err_13}
398
if [regexp {/tb/dut/gmii_rx_dv_13} [find signals /tb/dut/gmii_rx_dv_13]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gmii_rx_dv_13}
399
if [regexp {/tb/dut/gmii_rx_d_13} [find signals /tb/dut/gmii_rx_d_13]]            {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/gmii_rx_d_13}
400
 
401
 
402
if [regexp {/tb/dut/gm_rx_err_14} [find signals /tb/dut/gm_rx_err_14]]            {add wave -noupdate -divider {  GMII RX 14}}
403
if [regexp {/tb/dut/gmii_rx_err_14} [find signals /tb/dut/gmii_rx_err_14]]        {add wave -noupdate -divider {  GMII RX 14}}
404
if [regexp {/tb/dut/rx_clk_14} [find signals /tb/dut/rx_clk_14]]                  {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/rx_clk_14}
405
if [regexp {/tb/dut/gm_rx_err_14} [find signals /tb/dut/gm_rx_err_14]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gm_rx_err_14}
406
if [regexp {/tb/dut/gm_rx_dv_14} [find signals /tb/dut/gm_rx_dv_14]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gm_rx_dv_14}
407
if [regexp {/tb/dut/gm_rx_d_14} [find signals /tb/dut/gm_rx_d_14]]                {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/gm_rx_d_14}
408
if [regexp {/tb/dut/gmii_rx_err_14} [find signals /tb/dut/gmii_rx_err_14]]        {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gmii_rx_err_14}
409
if [regexp {/tb/dut/gmii_rx_dv_14} [find signals /tb/dut/gmii_rx_dv_14]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gmii_rx_dv_14}
410
if [regexp {/tb/dut/gmii_rx_d_14} [find signals /tb/dut/gmii_rx_d_14]]            {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/gmii_rx_d_14}
411
 
412
 
413
if [regexp {/tb/dut/gm_rx_err_15} [find signals /tb/dut/gm_rx_err_15]]            {add wave -noupdate -divider {  GMII RX 15}}
414
if [regexp {/tb/dut/gmii_rx_err_15} [find signals /tb/dut/gmii_rx_err_15]]        {add wave -noupdate -divider {  GMII RX 15}}
415
if [regexp {/tb/dut/rx_clk_15} [find signals /tb/dut/rx_clk_15]]                  {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/rx_clk_15}
416
if [regexp {/tb/dut/gm_rx_err_15} [find signals /tb/dut/gm_rx_err_15]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gm_rx_err_15}
417
if [regexp {/tb/dut/gm_rx_dv_15} [find signals /tb/dut/gm_rx_dv_15]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gm_rx_dv_15}
418
if [regexp {/tb/dut/gm_rx_d_15} [find signals /tb/dut/gm_rx_d_15]]                {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/gm_rx_d_15}
419
if [regexp {/tb/dut/gmii_rx_err_15} [find signals /tb/dut/gmii_rx_err_15]]        {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gmii_rx_err_15}
420
if [regexp {/tb/dut/gmii_rx_dv_15} [find signals /tb/dut/gmii_rx_dv_15]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gmii_rx_dv_15}
421
if [regexp {/tb/dut/gmii_rx_d_15} [find signals /tb/dut/gmii_rx_d_15]]            {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/gmii_rx_d_15}
422
 
423
 
424
if [regexp {/tb/dut/gm_rx_err_16} [find signals /tb/dut/gm_rx_err_16]]            {add wave -noupdate -divider {  GMII RX 16}}
425
if [regexp {/tb/dut/gmii_rx_err_16} [find signals /tb/dut/gmii_rx_err_16]]        {add wave -noupdate -divider {  GMII RX 16}}
426
if [regexp {/tb/dut/rx_clk_16} [find signals /tb/dut/rx_clk_16]]                  {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/rx_clk_16}
427
if [regexp {/tb/dut/gm_rx_err_16} [find signals /tb/dut/gm_rx_err_16]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gm_rx_err_16}
428
if [regexp {/tb/dut/gm_rx_dv_16} [find signals /tb/dut/gm_rx_dv_16]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gm_rx_dv_16}
429
if [regexp {/tb/dut/gm_rx_d_16} [find signals /tb/dut/gm_rx_d_16]]                {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/gm_rx_d_16}
430
if [regexp {/tb/dut/gmii_rx_err_16} [find signals /tb/dut/gmii_rx_err_16]]        {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gmii_rx_err_16}
431
if [regexp {/tb/dut/gmii_rx_dv_16} [find signals /tb/dut/gmii_rx_dv_16]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gmii_rx_dv_16}
432
if [regexp {/tb/dut/gmii_rx_d_16} [find signals /tb/dut/gmii_rx_d_16]]            {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/gmii_rx_d_16}
433
 
434
 
435
if [regexp {/tb/dut/gm_rx_err_17} [find signals /tb/dut/gm_rx_err_17]]            {add wave -noupdate -divider {  GMII RX 17}}
436
if [regexp {/tb/dut/gmii_rx_err_17} [find signals /tb/dut/gmii_rx_err_17]]        {add wave -noupdate -divider {  GMII RX 17}}
437
if [regexp {/tb/dut/rx_clk_17} [find signals /tb/dut/rx_clk_17]]                  {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/rx_clk_17}
438
if [regexp {/tb/dut/gm_rx_err_17} [find signals /tb/dut/gm_rx_err_17]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gm_rx_err_17}
439
if [regexp {/tb/dut/gm_rx_dv_17} [find signals /tb/dut/gm_rx_dv_17]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gm_rx_dv_17}
440
if [regexp {/tb/dut/gm_rx_d_17} [find signals /tb/dut/gm_rx_d_17]]                {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/gm_rx_d_17}
441
if [regexp {/tb/dut/gmii_rx_err_17} [find signals /tb/dut/gmii_rx_err_17]]        {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gmii_rx_err_17}
442
if [regexp {/tb/dut/gmii_rx_dv_17} [find signals /tb/dut/gmii_rx_dv_17]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gmii_rx_dv_17}
443
if [regexp {/tb/dut/gmii_rx_d_17} [find signals /tb/dut/gmii_rx_d_17]]            {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/gmii_rx_d_17}
444
 
445
 
446
if [regexp {/tb/dut/gm_rx_err_18} [find signals /tb/dut/gm_rx_err_18]]            {add wave -noupdate -divider {  GMII RX 18}}
447
if [regexp {/tb/dut/gmii_rx_err_18} [find signals /tb/dut/gmii_rx_err_18]]        {add wave -noupdate -divider {  GMII RX 18}}
448
if [regexp {/tb/dut/rx_clk_18} [find signals /tb/dut/rx_clk_18]]                  {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/rx_clk_18}
449
if [regexp {/tb/dut/gm_rx_err_18} [find signals /tb/dut/gm_rx_err_18]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gm_rx_err_18}
450
if [regexp {/tb/dut/gm_rx_dv_18} [find signals /tb/dut/gm_rx_dv_18]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gm_rx_dv_18}
451
if [regexp {/tb/dut/gm_rx_d_18} [find signals /tb/dut/gm_rx_d_18]]                {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/gm_rx_d_18}
452
if [regexp {/tb/dut/gmii_rx_err_18} [find signals /tb/dut/gmii_rx_err_18]]        {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gmii_rx_err_18}
453
if [regexp {/tb/dut/gmii_rx_dv_18} [find signals /tb/dut/gmii_rx_dv_18]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gmii_rx_dv_18}
454
if [regexp {/tb/dut/gmii_rx_d_18} [find signals /tb/dut/gmii_rx_d_18]]            {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/gmii_rx_d_18}
455
 
456
 
457
if [regexp {/tb/dut/gm_rx_err_19} [find signals /tb/dut/gm_rx_err_19]]            {add wave -noupdate -divider {  GMII RX 19}}
458
if [regexp {/tb/dut/gmii_rx_err_19} [find signals /tb/dut/gmii_rx_err_19]]        {add wave -noupdate -divider {  GMII RX 19}}
459
if [regexp {/tb/dut/rx_clk_19} [find signals /tb/dut/rx_clk_19]]                  {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/rx_clk_19}
460
if [regexp {/tb/dut/gm_rx_err_19} [find signals /tb/dut/gm_rx_err_19]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gm_rx_err_19}
461
if [regexp {/tb/dut/gm_rx_dv_19} [find signals /tb/dut/gm_rx_dv_19]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gm_rx_dv_19}
462
if [regexp {/tb/dut/gm_rx_d_19} [find signals /tb/dut/gm_rx_d_19]]                {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/gm_rx_d_19}
463
if [regexp {/tb/dut/gmii_rx_err_19} [find signals /tb/dut/gmii_rx_err_19]]        {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gmii_rx_err_19}
464
if [regexp {/tb/dut/gmii_rx_dv_19} [find signals /tb/dut/gmii_rx_dv_19]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gmii_rx_dv_19}
465
if [regexp {/tb/dut/gmii_rx_d_19} [find signals /tb/dut/gmii_rx_d_19]]            {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/gmii_rx_d_19}
466
 
467
 
468
if [regexp {/tb/dut/gm_rx_err_20} [find signals /tb/dut/gm_rx_err_20]]            {add wave -noupdate -divider {  GMII RX 20}}
469
if [regexp {/tb/dut/gmii_rx_err_20} [find signals /tb/dut/gmii_rx_err_20]]        {add wave -noupdate -divider {  GMII RX 20}}
470
if [regexp {/tb/dut/rx_clk_20} [find signals /tb/dut/rx_clk_20]]                  {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/rx_clk_20}
471
if [regexp {/tb/dut/gm_rx_err_20} [find signals /tb/dut/gm_rx_err_20]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gm_rx_err_20}
472
if [regexp {/tb/dut/gm_rx_dv_20} [find signals /tb/dut/gm_rx_dv_20]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gm_rx_dv_20}
473
if [regexp {/tb/dut/gm_rx_d_20} [find signals /tb/dut/gm_rx_d_20]]                {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/gm_rx_d_20}
474
if [regexp {/tb/dut/gmii_rx_err_20} [find signals /tb/dut/gmii_rx_err_20]]        {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gmii_rx_err_20}
475
if [regexp {/tb/dut/gmii_rx_dv_20} [find signals /tb/dut/gmii_rx_dv_20]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gmii_rx_dv_20}
476
if [regexp {/tb/dut/gmii_rx_d_20} [find signals /tb/dut/gmii_rx_d_20]]            {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/gmii_rx_d_20}
477
 
478
 
479
if [regexp {/tb/dut/gm_rx_err_21} [find signals /tb/dut/gm_rx_err_21]]            {add wave -noupdate -divider {  GMII RX 21}}
480
if [regexp {/tb/dut/gmii_rx_err_21} [find signals /tb/dut/gmii_rx_err_21]]        {add wave -noupdate -divider {  GMII RX 21}}
481
if [regexp {/tb/dut/rx_clk_21} [find signals /tb/dut/rx_clk_21]]                  {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/rx_clk_21}
482
if [regexp {/tb/dut/gm_rx_err_21} [find signals /tb/dut/gm_rx_err_21]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gm_rx_err_21}
483
if [regexp {/tb/dut/gm_rx_dv_21} [find signals /tb/dut/gm_rx_dv_21]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gm_rx_dv_21}
484
if [regexp {/tb/dut/gm_rx_d_21} [find signals /tb/dut/gm_rx_d_21]]                {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/gm_rx_d_21}
485
if [regexp {/tb/dut/gmii_rx_err_21} [find signals /tb/dut/gmii_rx_err_21]]        {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gmii_rx_err_21}
486
if [regexp {/tb/dut/gmii_rx_dv_21} [find signals /tb/dut/gmii_rx_dv_21]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gmii_rx_dv_21}
487
if [regexp {/tb/dut/gmii_rx_d_21} [find signals /tb/dut/gmii_rx_d_21]]            {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/gmii_rx_d_21}
488
 
489
 
490
if [regexp {/tb/dut/gm_rx_err_22} [find signals /tb/dut/gm_rx_err_22]]            {add wave -noupdate -divider {  GMII RX 22}}
491
if [regexp {/tb/dut/gmii_rx_err_22} [find signals /tb/dut/gmii_rx_err_22]]        {add wave -noupdate -divider {  GMII RX 22}}
492
if [regexp {/tb/dut/rx_clk_22} [find signals /tb/dut/rx_clk_22]]                  {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/rx_clk_22}
493
if [regexp {/tb/dut/gm_rx_err_22} [find signals /tb/dut/gm_rx_err_22]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gm_rx_err_22}
494
if [regexp {/tb/dut/gm_rx_dv_22} [find signals /tb/dut/gm_rx_dv_22]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gm_rx_dv_22}
495
if [regexp {/tb/dut/gm_rx_d_22} [find signals /tb/dut/gm_rx_d_22]]                {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/gm_rx_d_22}
496
if [regexp {/tb/dut/gmii_rx_err_22} [find signals /tb/dut/gmii_rx_err_22]]        {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gmii_rx_err_22}
497
if [regexp {/tb/dut/gmii_rx_dv_22} [find signals /tb/dut/gmii_rx_dv_22]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gmii_rx_dv_22}
498
if [regexp {/tb/dut/gmii_rx_d_22} [find signals /tb/dut/gmii_rx_d_22]]            {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/gmii_rx_d_22}
499
 
500
 
501
if [regexp {/tb/dut/gm_rx_err_23} [find signals /tb/dut/gm_rx_err_23]]            {add wave -noupdate -divider {  GMII RX 23}}
502
if [regexp {/tb/dut/gmii_rx_err_23} [find signals /tb/dut/gmii_rx_err_23]]        {add wave -noupdate -divider {  GMII RX 23}}
503
if [regexp {/tb/dut/rx_clk_23} [find signals /tb/dut/rx_clk_23]]                  {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/rx_clk_23}
504
if [regexp {/tb/dut/gm_rx_err_23} [find signals /tb/dut/gm_rx_err_23]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gm_rx_err_23}
505
if [regexp {/tb/dut/gm_rx_dv_23} [find signals /tb/dut/gm_rx_dv_23]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gm_rx_dv_23}
506
if [regexp {/tb/dut/gm_rx_d_23} [find signals /tb/dut/gm_rx_d_23]]                {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/gm_rx_d_23}
507
if [regexp {/tb/dut/gmii_rx_err_23} [find signals /tb/dut/gmii_rx_err_23]]        {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gmii_rx_err_23}
508
if [regexp {/tb/dut/gmii_rx_dv_23} [find signals /tb/dut/gmii_rx_dv_23]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gmii_rx_dv_23}
509
if [regexp {/tb/dut/gmii_rx_d_23} [find signals /tb/dut/gmii_rx_d_23]]            {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/gmii_rx_d_23}
510
 
511
 
512
 
513
 
514
if [regexp {/tb/dut/rgmii_in} [find signals /tb/dut/rgmii_in]]              {add wave -noupdate -divider {  RGMII RX}}
515
if [regexp {/tb/dut/rx_control} [find signals /tb/dut/rx_control]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/rx_control}
516
if [regexp {/tb/dut/rgmii_in} [find signals /tb/dut/rgmii_in]]              {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/rgmii_in}
517
 
518
if [regexp {/tb/dut/rgmii_in_0} [find signals /tb/dut/rgmii_in_0]]              {add wave -noupdate -divider {  RGMII RX 0}}
519
if [regexp {/tb/dut/rx_control_0} [find signals /tb/dut/rx_control_0]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/rx_control_0}
520
if [regexp {/tb/dut/rgmii_in_0} [find signals /tb/dut/rgmii_in_0]]              {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/rgmii_in_0}
521
 
522
if [regexp {/tb/dut/rgmii_in_1} [find signals /tb/dut/rgmii_in_1]]              {add wave -noupdate -divider {  RGMII RX 1}}
523
if [regexp {/tb/dut/rx_control_1} [find signals /tb/dut/rx_control_1]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/rx_control_1}
524
if [regexp {/tb/dut/rgmii_in_1} [find signals /tb/dut/rgmii_in_1]]              {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/rgmii_in_1}
525
 
526
if [regexp {/tb/dut/rgmii_in_2} [find signals /tb/dut/rgmii_in_2]]              {add wave -noupdate -divider {  RGMII RX 2}}
527
if [regexp {/tb/dut/rx_control_2} [find signals /tb/dut/rx_control_2]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/rx_control_2}
528
if [regexp {/tb/dut/rgmii_in_2} [find signals /tb/dut/rgmii_in_2]]              {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/rgmii_in_2}
529
 
530
if [regexp {/tb/dut/rgmii_in_3} [find signals /tb/dut/rgmii_in_3]]              {add wave -noupdate -divider {  RGMII RX 3}}
531
if [regexp {/tb/dut/rx_control_3} [find signals /tb/dut/rx_control_3]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/rx_control_3}
532
if [regexp {/tb/dut/rgmii_in_3} [find signals /tb/dut/rgmii_in_3]]              {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/rgmii_in_3}
533
 
534
if [regexp {/tb/dut/rgmii_in_4} [find signals /tb/dut/rgmii_in_4]]              {add wave -noupdate -divider {  RGMII RX 4}}
535
if [regexp {/tb/dut/rx_control_4} [find signals /tb/dut/rx_control_4]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/rx_control_4}
536
if [regexp {/tb/dut/rgmii_in_4} [find signals /tb/dut/rgmii_in_4]]              {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/rgmii_in_4}
537
 
538
if [regexp {/tb/dut/rgmii_in_5} [find signals /tb/dut/rgmii_in_5]]              {add wave -noupdate -divider {  RGMII RX 5}}
539
if [regexp {/tb/dut/rx_control_5} [find signals /tb/dut/rx_control_5]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/rx_control_5}
540
if [regexp {/tb/dut/rgmii_in_5} [find signals /tb/dut/rgmii_in_5]]              {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/rgmii_in_5}
541
 
542
if [regexp {/tb/dut/rgmii_in_6} [find signals /tb/dut/rgmii_in_6]]              {add wave -noupdate -divider {  RGMII RX 6}}
543
if [regexp {/tb/dut/rx_control_6} [find signals /tb/dut/rx_control_6]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/rx_control_6}
544
if [regexp {/tb/dut/rgmii_in_6} [find signals /tb/dut/rgmii_in_6]]              {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/rgmii_in_6}
545
 
546
if [regexp {/tb/dut/rgmii_in_7} [find signals /tb/dut/rgmii_in_7]]              {add wave -noupdate -divider {  RGMII RX 7}}
547
if [regexp {/tb/dut/rx_control_7} [find signals /tb/dut/rx_control_7]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/rx_control_7}
548
if [regexp {/tb/dut/rgmii_in_7} [find signals /tb/dut/rgmii_in_7]]              {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/rgmii_in_7}
549
 
550
if [regexp {/tb/dut/rgmii_in_8} [find signals /tb/dut/rgmii_in_8]]              {add wave -noupdate -divider {  RGMII RX 8}}
551
if [regexp {/tb/dut/rx_control_8} [find signals /tb/dut/rx_control_8]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/rx_control_8}
552
if [regexp {/tb/dut/rgmii_in_8} [find signals /tb/dut/rgmii_in_8]]              {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/rgmii_in_8}
553
 
554
if [regexp {/tb/dut/rgmii_in_9} [find signals /tb/dut/rgmii_in_9]]              {add wave -noupdate -divider {  RGMII RX 9}}
555
if [regexp {/tb/dut/rx_control_9} [find signals /tb/dut/rx_control_9]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/rx_control_9}
556
if [regexp {/tb/dut/rgmii_in_9} [find signals /tb/dut/rgmii_in_9]]              {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/rgmii_in_9}
557
 
558
if [regexp {/tb/dut/rgmii_in_10} [find signals /tb/dut/rgmii_in_10]]              {add wave -noupdate -divider {  RGMII RX 10}}
559
if [regexp {/tb/dut/rx_control_10} [find signals /tb/dut/rx_control_10]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/rx_control_10}
560
if [regexp {/tb/dut/rgmii_in_10} [find signals /tb/dut/rgmii_in_10]]              {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/rgmii_in_10}
561
 
562
if [regexp {/tb/dut/rgmii_in_11} [find signals /tb/dut/rgmii_in_11]]              {add wave -noupdate -divider {  RGMII RX 11}}
563
if [regexp {/tb/dut/rx_control_11} [find signals /tb/dut/rx_control_11]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/rx_control_11}
564
if [regexp {/tb/dut/rgmii_in_11} [find signals /tb/dut/rgmii_in_11]]              {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/rgmii_in_11}
565
 
566
if [regexp {/tb/dut/rgmii_in_12} [find signals /tb/dut/rgmii_in_12]]              {add wave -noupdate -divider {  RGMII RX 12}}
567
if [regexp {/tb/dut/rx_control_12} [find signals /tb/dut/rx_control_12]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/rx_control_12}
568
if [regexp {/tb/dut/rgmii_in_12} [find signals /tb/dut/rgmii_in_12]]              {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/rgmii_in_12}
569
 
570
if [regexp {/tb/dut/rgmii_in_13} [find signals /tb/dut/rgmii_in_13]]              {add wave -noupdate -divider {  RGMII RX 13}}
571
if [regexp {/tb/dut/rx_control_13} [find signals /tb/dut/rx_control_13]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/rx_control_13}
572
if [regexp {/tb/dut/rgmii_in_13} [find signals /tb/dut/rgmii_in_13]]              {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/rgmii_in_13}
573
 
574
if [regexp {/tb/dut/rgmii_in_14} [find signals /tb/dut/rgmii_in_14]]              {add wave -noupdate -divider {  RGMII RX 14}}
575
if [regexp {/tb/dut/rx_control_14} [find signals /tb/dut/rx_control_14]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/rx_control_14}
576
if [regexp {/tb/dut/rgmii_in_14} [find signals /tb/dut/rgmii_in_14]]              {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/rgmii_in_14}
577
 
578
if [regexp {/tb/dut/rgmii_in_15} [find signals /tb/dut/rgmii_in_15]]              {add wave -noupdate -divider {  RGMII RX 15}}
579
if [regexp {/tb/dut/rx_control_15} [find signals /tb/dut/rx_control_15]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/rx_control_15}
580
if [regexp {/tb/dut/rgmii_in_15} [find signals /tb/dut/rgmii_in_15]]              {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/rgmii_in_15}
581
 
582
if [regexp {/tb/dut/rgmii_in_16} [find signals /tb/dut/rgmii_in_16]]              {add wave -noupdate -divider {  RGMII RX 16}}
583
if [regexp {/tb/dut/rx_control_16} [find signals /tb/dut/rx_control_16]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/rx_control_16}
584
if [regexp {/tb/dut/rgmii_in_16} [find signals /tb/dut/rgmii_in_16]]              {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/rgmii_in_16}
585
 
586
if [regexp {/tb/dut/rgmii_in_17} [find signals /tb/dut/rgmii_in_17]]              {add wave -noupdate -divider {  RGMII RX 17}}
587
if [regexp {/tb/dut/rx_control_17} [find signals /tb/dut/rx_control_17]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/rx_control_17}
588
if [regexp {/tb/dut/rgmii_in_17} [find signals /tb/dut/rgmii_in_17]]              {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/rgmii_in_17}
589
 
590
if [regexp {/tb/dut/rgmii_in_18} [find signals /tb/dut/rgmii_in_18]]              {add wave -noupdate -divider {  RGMII RX 18}}
591
if [regexp {/tb/dut/rx_control_18} [find signals /tb/dut/rx_control_18]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/rx_control_18}
592
if [regexp {/tb/dut/rgmii_in_18} [find signals /tb/dut/rgmii_in_18]]              {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/rgmii_in_18}
593
 
594
if [regexp {/tb/dut/rgmii_in_19} [find signals /tb/dut/rgmii_in_19]]              {add wave -noupdate -divider {  RGMII RX 19}}
595
if [regexp {/tb/dut/rx_control_19} [find signals /tb/dut/rx_control_19]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/rx_control_19}
596
if [regexp {/tb/dut/rgmii_in_19} [find signals /tb/dut/rgmii_in_19]]              {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/rgmii_in_19}
597
 
598
if [regexp {/tb/dut/rgmii_in_20} [find signals /tb/dut/rgmii_in_20]]              {add wave -noupdate -divider {  RGMII RX 20}}
599
if [regexp {/tb/dut/rx_control_20} [find signals /tb/dut/rx_control_20]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/rx_control_20}
600
if [regexp {/tb/dut/rgmii_in_20} [find signals /tb/dut/rgmii_in_20]]              {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/rgmii_in_20}
601
 
602
if [regexp {/tb/dut/rgmii_in_21} [find signals /tb/dut/rgmii_in_21]]              {add wave -noupdate -divider {  RGMII RX 21}}
603
if [regexp {/tb/dut/rx_control_21} [find signals /tb/dut/rx_control_21]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/rx_control_21}
604
if [regexp {/tb/dut/rgmii_in_21} [find signals /tb/dut/rgmii_in_21]]              {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/rgmii_in_21}
605
 
606
if [regexp {/tb/dut/rgmii_in_22} [find signals /tb/dut/rgmii_in_22]]              {add wave -noupdate -divider {  RGMII RX 22}}
607
if [regexp {/tb/dut/rx_control_22} [find signals /tb/dut/rx_control_22]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/rx_control_22}
608
if [regexp {/tb/dut/rgmii_in_22} [find signals /tb/dut/rgmii_in_22]]              {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/rgmii_in_22}
609
 
610
if [regexp {/tb/dut/rgmii_in_23} [find signals /tb/dut/rgmii_in_23]]              {add wave -noupdate -divider {  RGMII RX 23}}
611
if [regexp {/tb/dut/rx_control_23} [find signals /tb/dut/rx_control_23]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/rx_control_23}
612
if [regexp {/tb/dut/rgmii_in_23} [find signals /tb/dut/rgmii_in_23]]              {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/rgmii_in_23}
613
 
614
if [regexp {/tb/dut/m_rx_d} [find signals /tb/dut/m_rx_d]]                  {add wave -noupdate -divider {  MII RX}}
615
if [regexp {/tb/dut/mii_rx_d} [find signals /tb/dut/mii_rx_d]]              {add wave -noupdate -divider {  MII RX}}
616
if [regexp {/tb/dut/rx_clk} [find signals /tb/dut/rx_clk]]                  {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/rx_clk}
617
if [regexp {/tb/dut/m_rx_err} [find signals /tb/dut/m_rx_err]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/m_rx_err}
618
if [regexp {/tb/dut/m_rx_en} [find signals /tb/dut/m_rx_en]]                {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/m_rx_en}
619
if [regexp {/tb/dut/m_rx_d} [find signals /tb/dut/m_rx_d]]                  {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/m_rx_d}
620
if [regexp {/tb/dut/m_rx_crs} [find signals /tb/dut/m_rx_crs]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/m_rx_crs}
621
if [regexp {/tb/dut/m_rx_col} [find signals /tb/dut/m_rx_col]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/m_rx_col}
622
if [regexp {/tb/dut/mii_rx_err} [find signals /tb/dut/mii_rx_err]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/mii_rx_err}
623
if [regexp {/tb/dut/mii_rx_dv} [find signals /tb/dut/mii_rx_dv]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/mii_rx_dv}
624
if [regexp {/tb/dut/mii_rx_d} [find signals /tb/dut/mii_rx_d]]              {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/mii_rx_d}
625
if [regexp {/tb/dut/mii_rx_crs} [find signals /tb/dut/mii_rx_crs]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/mii_rx_crs}
626
if [regexp {/tb/dut/mii_rx_col} [find signals /tb/dut/mii_rx_col]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/mii_rx_col}
627
 
628
if [regexp {/tb/dut/m_rx_d_0} [find signals /tb/dut/m_rx_d_0]]                  {add wave -noupdate -divider {  MII RX 0}}
629
if [regexp {/tb/dut/mii_rx_d_0} [find signals /tb/dut/mii_rx_d_0]]              {add wave -noupdate -divider {  MII RX 0}}
630
if [regexp {/tb/dut/rx_clk_0} [find signals /tb/dut/rx_clk_0]]                  {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/rx_clk_0}
631
if [regexp {/tb/dut/m_rx_err_0} [find signals /tb/dut/m_rx_err_0]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/m_rx_err_0}
632
if [regexp {/tb/dut/m_rx_en_0} [find signals /tb/dut/m_rx_en_0]]                {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/m_rx_en_0}
633
if [regexp {/tb/dut/m_rx_d_0} [find signals /tb/dut/m_rx_d_0]]                  {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/m_rx_d_0}
634
if [regexp {/tb/dut/m_rx_crs_0} [find signals /tb/dut/m_rx_crs_0]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/m_rx_crs_0}
635
if [regexp {/tb/dut/m_rx_col_0} [find signals /tb/dut/m_rx_col_0]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/m_rx_col_0}
636
if [regexp {/tb/dut/mii_rx_err_0} [find signals /tb/dut/mii_rx_err_0]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/mii_rx_err_0}
637
if [regexp {/tb/dut/mii_rx_dv_0} [find signals /tb/dut/mii_rx_dv_0]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/mii_rx_dv_0}
638
if [regexp {/tb/dut/mii_rx_d_0} [find signals /tb/dut/mii_rx_d_0]]              {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/mii_rx_d_0}
639
if [regexp {/tb/dut/mii_rx_crs_0} [find signals /tb/dut/mii_rx_crs_0]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/mii_rx_crs_0}
640
if [regexp {/tb/dut/mii_rx_col_0} [find signals /tb/dut/mii_rx_col_0]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/mii_rx_col_0}
641
 
642
if [regexp {/tb/dut/m_rx_d_1} [find signals /tb/dut/m_rx_d_1]]                  {add wave -noupdate -divider {  MII RX 1}}
643
if [regexp {/tb/dut/mii_rx_d_1} [find signals /tb/dut/mii_rx_d_1]]              {add wave -noupdate -divider {  MII RX 1}}
644
if [regexp {/tb/dut/rx_clk_1} [find signals /tb/dut/rx_clk_1]]                  {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/rx_clk_1}
645
if [regexp {/tb/dut/m_rx_err_1} [find signals /tb/dut/m_rx_err_1]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/m_rx_err_1}
646
if [regexp {/tb/dut/m_rx_en_1} [find signals /tb/dut/m_rx_en_1]]                {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/m_rx_en_1}
647
if [regexp {/tb/dut/m_rx_d_1} [find signals /tb/dut/m_rx_d_1]]                  {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/m_rx_d_1}
648
if [regexp {/tb/dut/m_rx_crs_1} [find signals /tb/dut/m_rx_crs_1]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/m_rx_crs_1}
649
if [regexp {/tb/dut/m_rx_col_1} [find signals /tb/dut/m_rx_col_1]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/m_rx_col_1}
650
if [regexp {/tb/dut/mii_rx_err_1} [find signals /tb/dut/mii_rx_err_1]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/mii_rx_err_1}
651
if [regexp {/tb/dut/mii_rx_dv_1} [find signals /tb/dut/mii_rx_dv_1]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/mii_rx_dv_1}
652
if [regexp {/tb/dut/mii_rx_d_1} [find signals /tb/dut/mii_rx_d_1]]              {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/mii_rx_d_1}
653
if [regexp {/tb/dut/mii_rx_crs_1} [find signals /tb/dut/mii_rx_crs_1]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/mii_rx_crs_1}
654
if [regexp {/tb/dut/mii_rx_col_1} [find signals /tb/dut/mii_rx_col_1]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/mii_rx_col_1}
655
 
656
if [regexp {/tb/dut/m_rx_d_2} [find signals /tb/dut/m_rx_d_2]]                  {add wave -noupdate -divider {  MII RX 2}}
657
if [regexp {/tb/dut/mii_rx_d_2} [find signals /tb/dut/mii_rx_d_2]]              {add wave -noupdate -divider {  MII RX 2}}
658
if [regexp {/tb/dut/rx_clk_2} [find signals /tb/dut/rx_clk_2]]                  {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/rx_clk_2}
659
if [regexp {/tb/dut/m_rx_err_2} [find signals /tb/dut/m_rx_err_2]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/m_rx_err_2}
660
if [regexp {/tb/dut/m_rx_en_2} [find signals /tb/dut/m_rx_en_2]]                {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/m_rx_en_2}
661
if [regexp {/tb/dut/m_rx_d_2} [find signals /tb/dut/m_rx_d_2]]                  {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/m_rx_d_2}
662
if [regexp {/tb/dut/m_rx_crs_2} [find signals /tb/dut/m_rx_crs_2]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/m_rx_crs_2}
663
if [regexp {/tb/dut/m_rx_col_2} [find signals /tb/dut/m_rx_col_2]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/m_rx_col_2}
664
if [regexp {/tb/dut/mii_rx_err_2} [find signals /tb/dut/mii_rx_err_2]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/mii_rx_err_2}
665
if [regexp {/tb/dut/mii_rx_dv_2} [find signals /tb/dut/mii_rx_dv_2]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/mii_rx_dv_2}
666
if [regexp {/tb/dut/mii_rx_d_2} [find signals /tb/dut/mii_rx_d_2]]              {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/mii_rx_d_2}
667
if [regexp {/tb/dut/mii_rx_crs_2} [find signals /tb/dut/mii_rx_crs_2]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/mii_rx_crs_2}
668
if [regexp {/tb/dut/mii_rx_col_2} [find signals /tb/dut/mii_rx_col_2]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/mii_rx_col_2}
669
 
670
if [regexp {/tb/dut/m_rx_d_3} [find signals /tb/dut/m_rx_d_3]]                  {add wave -noupdate -divider {  MII RX 3}}
671
if [regexp {/tb/dut/mii_rx_d_3} [find signals /tb/dut/mii_rx_d_3]]              {add wave -noupdate -divider {  MII RX 3}}
672
if [regexp {/tb/dut/rx_clk_3} [find signals /tb/dut/rx_clk_3]]                  {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/rx_clk_3}
673
if [regexp {/tb/dut/m_rx_err_3} [find signals /tb/dut/m_rx_err_3]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/m_rx_err_3}
674
if [regexp {/tb/dut/m_rx_en_3} [find signals /tb/dut/m_rx_en_3]]                {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/m_rx_en_3}
675
if [regexp {/tb/dut/m_rx_d_3} [find signals /tb/dut/m_rx_d_3]]                  {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/m_rx_d_3}
676
if [regexp {/tb/dut/m_rx_crs_3} [find signals /tb/dut/m_rx_crs_3]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/m_rx_crs_3}
677
if [regexp {/tb/dut/m_rx_col_3} [find signals /tb/dut/m_rx_col_3]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/m_rx_col_3}
678
if [regexp {/tb/dut/mii_rx_err_3} [find signals /tb/dut/mii_rx_err_3]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/mii_rx_err_3}
679
if [regexp {/tb/dut/mii_rx_dv_3} [find signals /tb/dut/mii_rx_dv_3]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/mii_rx_dv_3}
680
if [regexp {/tb/dut/mii_rx_d_3} [find signals /tb/dut/mii_rx_d_3]]              {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/mii_rx_d_3}
681
if [regexp {/tb/dut/mii_rx_crs_3} [find signals /tb/dut/mii_rx_crs_3]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/mii_rx_crs_3}
682
if [regexp {/tb/dut/mii_rx_col_3} [find signals /tb/dut/mii_rx_col_3]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/mii_rx_col_3}
683
 
684
if [regexp {/tb/dut/m_rx_d_4} [find signals /tb/dut/m_rx_d_4]]                  {add wave -noupdate -divider {  MII RX 4}}
685
if [regexp {/tb/dut/mii_rx_d_4} [find signals /tb/dut/mii_rx_d_4]]              {add wave -noupdate -divider {  MII RX 4}}
686
if [regexp {/tb/dut/rx_clk_4} [find signals /tb/dut/rx_clk_4]]                  {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/rx_clk_4}
687
if [regexp {/tb/dut/m_rx_err_4} [find signals /tb/dut/m_rx_err_4]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/m_rx_err_4}
688
if [regexp {/tb/dut/m_rx_en_4} [find signals /tb/dut/m_rx_en_4]]                {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/m_rx_en_4}
689
if [regexp {/tb/dut/m_rx_d_4} [find signals /tb/dut/m_rx_d_4]]                  {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/m_rx_d_4}
690
if [regexp {/tb/dut/m_rx_crs_4} [find signals /tb/dut/m_rx_crs_4]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/m_rx_crs_4}
691
if [regexp {/tb/dut/m_rx_col_4} [find signals /tb/dut/m_rx_col_4]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/m_rx_col_4}
692
if [regexp {/tb/dut/mii_rx_err_4} [find signals /tb/dut/mii_rx_err_4]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/mii_rx_err_4}
693
if [regexp {/tb/dut/mii_rx_dv_4} [find signals /tb/dut/mii_rx_dv_4]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/mii_rx_dv_4}
694
if [regexp {/tb/dut/mii_rx_d_4} [find signals /tb/dut/mii_rx_d_4]]              {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/mii_rx_d_4}
695
if [regexp {/tb/dut/mii_rx_crs_4} [find signals /tb/dut/mii_rx_crs_4]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/mii_rx_crs_4}
696
if [regexp {/tb/dut/mii_rx_col_4} [find signals /tb/dut/mii_rx_col_4]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/mii_rx_col_4}
697
 
698
if [regexp {/tb/dut/m_rx_d_5} [find signals /tb/dut/m_rx_d_5]]                  {add wave -noupdate -divider {  MII RX 5}}
699
if [regexp {/tb/dut/mii_rx_d_5} [find signals /tb/dut/mii_rx_d_5]]              {add wave -noupdate -divider {  MII RX 5}}
700
if [regexp {/tb/dut/rx_clk_5} [find signals /tb/dut/rx_clk_5]]                  {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/rx_clk_5}
701
if [regexp {/tb/dut/m_rx_err_5} [find signals /tb/dut/m_rx_err_5]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/m_rx_err_5}
702
if [regexp {/tb/dut/m_rx_en_5} [find signals /tb/dut/m_rx_en_5]]                {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/m_rx_en_5}
703
if [regexp {/tb/dut/m_rx_d_5} [find signals /tb/dut/m_rx_d_5]]                  {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/m_rx_d_5}
704
if [regexp {/tb/dut/m_rx_crs_5} [find signals /tb/dut/m_rx_crs_5]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/m_rx_crs_5}
705
if [regexp {/tb/dut/m_rx_col_5} [find signals /tb/dut/m_rx_col_5]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/m_rx_col_5}
706
if [regexp {/tb/dut/mii_rx_err_5} [find signals /tb/dut/mii_rx_err_5]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/mii_rx_err_5}
707
if [regexp {/tb/dut/mii_rx_dv_5} [find signals /tb/dut/mii_rx_dv_5]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/mii_rx_dv_5}
708
if [regexp {/tb/dut/mii_rx_d_5} [find signals /tb/dut/mii_rx_d_5]]              {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/mii_rx_d_5}
709
if [regexp {/tb/dut/mii_rx_crs_5} [find signals /tb/dut/mii_rx_crs_5]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/mii_rx_crs_5}
710
if [regexp {/tb/dut/mii_rx_col_5} [find signals /tb/dut/mii_rx_col_5]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/mii_rx_col_5}
711
 
712
if [regexp {/tb/dut/m_rx_d_6} [find signals /tb/dut/m_rx_d_6]]                  {add wave -noupdate -divider {  MII RX 6}}
713
if [regexp {/tb/dut/mii_rx_d_6} [find signals /tb/dut/mii_rx_d_6]]              {add wave -noupdate -divider {  MII RX 6}}
714
if [regexp {/tb/dut/rx_clk_6} [find signals /tb/dut/rx_clk_6]]                  {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/rx_clk_6}
715
if [regexp {/tb/dut/m_rx_err_6} [find signals /tb/dut/m_rx_err_6]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/m_rx_err_6}
716
if [regexp {/tb/dut/m_rx_en_6} [find signals /tb/dut/m_rx_en_6]]                {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/m_rx_en_6}
717
if [regexp {/tb/dut/m_rx_d_6} [find signals /tb/dut/m_rx_d_6]]                  {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/m_rx_d_6}
718
if [regexp {/tb/dut/m_rx_crs_6} [find signals /tb/dut/m_rx_crs_6]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/m_rx_crs_6}
719
if [regexp {/tb/dut/m_rx_col_6} [find signals /tb/dut/m_rx_col_6]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/m_rx_col_6}
720
if [regexp {/tb/dut/mii_rx_err_6} [find signals /tb/dut/mii_rx_err_6]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/mii_rx_err_6}
721
if [regexp {/tb/dut/mii_rx_dv_6} [find signals /tb/dut/mii_rx_dv_6]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/mii_rx_dv_6}
722
if [regexp {/tb/dut/mii_rx_d_6} [find signals /tb/dut/mii_rx_d_6]]              {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/mii_rx_d_6}
723
if [regexp {/tb/dut/mii_rx_crs_6} [find signals /tb/dut/mii_rx_crs_6]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/mii_rx_crs_6}
724
if [regexp {/tb/dut/mii_rx_col_6} [find signals /tb/dut/mii_rx_col_6]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/mii_rx_col_6}
725
 
726
if [regexp {/tb/dut/m_rx_d_7} [find signals /tb/dut/m_rx_d_7]]                  {add wave -noupdate -divider {  MII RX 7}}
727
if [regexp {/tb/dut/mii_rx_d_7} [find signals /tb/dut/mii_rx_d_7]]              {add wave -noupdate -divider {  MII RX 7}}
728
if [regexp {/tb/dut/rx_clk_7} [find signals /tb/dut/rx_clk_7]]                  {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/rx_clk_7}
729
if [regexp {/tb/dut/m_rx_err_7} [find signals /tb/dut/m_rx_err_7]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/m_rx_err_7}
730
if [regexp {/tb/dut/m_rx_en_7} [find signals /tb/dut/m_rx_en_7]]                {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/m_rx_en_7}
731
if [regexp {/tb/dut/m_rx_d_7} [find signals /tb/dut/m_rx_d_7]]                  {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/m_rx_d_7}
732
if [regexp {/tb/dut/m_rx_crs_7} [find signals /tb/dut/m_rx_crs_7]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/m_rx_crs_7}
733
if [regexp {/tb/dut/m_rx_col_7} [find signals /tb/dut/m_rx_col_7]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/m_rx_col_7}
734
if [regexp {/tb/dut/mii_rx_err_7} [find signals /tb/dut/mii_rx_err_7]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/mii_rx_err_7}
735
if [regexp {/tb/dut/mii_rx_dv_7} [find signals /tb/dut/mii_rx_dv_7]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/mii_rx_dv_7}
736
if [regexp {/tb/dut/mii_rx_d_7} [find signals /tb/dut/mii_rx_d_7]]              {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/mii_rx_d_7}
737
if [regexp {/tb/dut/mii_rx_crs_7} [find signals /tb/dut/mii_rx_crs_7]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/mii_rx_crs_7}
738
if [regexp {/tb/dut/mii_rx_col_7} [find signals /tb/dut/mii_rx_col_7]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/mii_rx_col_7}
739
 
740
if [regexp {/tb/dut/m_rx_d_8} [find signals /tb/dut/m_rx_d_8]]                  {add wave -noupdate -divider {  MII RX 8}}
741
if [regexp {/tb/dut/mii_rx_d_8} [find signals /tb/dut/mii_rx_d_8]]              {add wave -noupdate -divider {  MII RX 8}}
742
if [regexp {/tb/dut/rx_clk_8} [find signals /tb/dut/rx_clk_8]]                  {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/rx_clk_8}
743
if [regexp {/tb/dut/m_rx_err_8} [find signals /tb/dut/m_rx_err_8]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/m_rx_err_8}
744
if [regexp {/tb/dut/m_rx_en_8} [find signals /tb/dut/m_rx_en_8]]                {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/m_rx_en_8}
745
if [regexp {/tb/dut/m_rx_d_8} [find signals /tb/dut/m_rx_d_8]]                  {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/m_rx_d_8}
746
if [regexp {/tb/dut/m_rx_crs_8} [find signals /tb/dut/m_rx_crs_8]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/m_rx_crs_8}
747
if [regexp {/tb/dut/m_rx_col_8} [find signals /tb/dut/m_rx_col_8]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/m_rx_col_8}
748
if [regexp {/tb/dut/mii_rx_err_8} [find signals /tb/dut/mii_rx_err_8]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/mii_rx_err_8}
749
if [regexp {/tb/dut/mii_rx_dv_8} [find signals /tb/dut/mii_rx_dv_8]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/mii_rx_dv_8}
750
if [regexp {/tb/dut/mii_rx_d_8} [find signals /tb/dut/mii_rx_d_8]]              {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/mii_rx_d_8}
751
if [regexp {/tb/dut/mii_rx_crs_8} [find signals /tb/dut/mii_rx_crs_8]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/mii_rx_crs_8}
752
if [regexp {/tb/dut/mii_rx_col_8} [find signals /tb/dut/mii_rx_col_8]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/mii_rx_col_8}
753
 
754
if [regexp {/tb/dut/m_rx_d_9} [find signals /tb/dut/m_rx_d_9]]                  {add wave -noupdate -divider {  MII RX 9}}
755
if [regexp {/tb/dut/mii_rx_d_9} [find signals /tb/dut/mii_rx_d_9]]              {add wave -noupdate -divider {  MII RX 9}}
756
if [regexp {/tb/dut/rx_clk_9} [find signals /tb/dut/rx_clk_9]]                  {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/rx_clk_9}
757
if [regexp {/tb/dut/m_rx_err_9} [find signals /tb/dut/m_rx_err_9]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/m_rx_err_9}
758
if [regexp {/tb/dut/m_rx_en_9} [find signals /tb/dut/m_rx_en_9]]                {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/m_rx_en_9}
759
if [regexp {/tb/dut/m_rx_d_9} [find signals /tb/dut/m_rx_d_9]]                  {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/m_rx_d_9}
760
if [regexp {/tb/dut/m_rx_crs_9} [find signals /tb/dut/m_rx_crs_9]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/m_rx_crs_9}
761
if [regexp {/tb/dut/m_rx_col_9} [find signals /tb/dut/m_rx_col_9]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/m_rx_col_9}
762
if [regexp {/tb/dut/mii_rx_err_9} [find signals /tb/dut/mii_rx_err_9]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/mii_rx_err_9}
763
if [regexp {/tb/dut/mii_rx_dv_9} [find signals /tb/dut/mii_rx_dv_9]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/mii_rx_dv_9}
764
if [regexp {/tb/dut/mii_rx_d_9} [find signals /tb/dut/mii_rx_d_9]]              {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/mii_rx_d_9}
765
if [regexp {/tb/dut/mii_rx_crs_9} [find signals /tb/dut/mii_rx_crs_9]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/mii_rx_crs_9}
766
if [regexp {/tb/dut/mii_rx_col_9} [find signals /tb/dut/mii_rx_col_9]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/mii_rx_col_9}
767
 
768
if [regexp {/tb/dut/m_rx_d_10} [find signals /tb/dut/m_rx_d_10]]                  {add wave -noupdate -divider {  MII RX 10}}
769
if [regexp {/tb/dut/mii_rx_d_10} [find signals /tb/dut/mii_rx_d_10]]              {add wave -noupdate -divider {  MII RX 10}}
770
if [regexp {/tb/dut/rx_clk_10} [find signals /tb/dut/rx_clk_10]]                  {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/rx_clk_10}
771
if [regexp {/tb/dut/m_rx_err_10} [find signals /tb/dut/m_rx_err_10]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/m_rx_err_10}
772
if [regexp {/tb/dut/m_rx_en_10} [find signals /tb/dut/m_rx_en_10]]                {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/m_rx_en_10}
773
if [regexp {/tb/dut/m_rx_d_10} [find signals /tb/dut/m_rx_d_10]]                  {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/m_rx_d_10}
774
if [regexp {/tb/dut/m_rx_crs_10} [find signals /tb/dut/m_rx_crs_10]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/m_rx_crs_10}
775
if [regexp {/tb/dut/m_rx_col_10} [find signals /tb/dut/m_rx_col_10]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/m_rx_col_10}
776
if [regexp {/tb/dut/mii_rx_err_10} [find signals /tb/dut/mii_rx_err_10]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/mii_rx_err_10}
777
if [regexp {/tb/dut/mii_rx_dv_10} [find signals /tb/dut/mii_rx_dv_10]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/mii_rx_dv_10}
778
if [regexp {/tb/dut/mii_rx_d_10} [find signals /tb/dut/mii_rx_d_10]]              {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/mii_rx_d_10}
779
if [regexp {/tb/dut/mii_rx_crs_10} [find signals /tb/dut/mii_rx_crs_10]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/mii_rx_crs_10}
780
if [regexp {/tb/dut/mii_rx_col_10} [find signals /tb/dut/mii_rx_col_10]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/mii_rx_col_10}
781
 
782
if [regexp {/tb/dut/m_rx_d_11} [find signals /tb/dut/m_rx_d_11]]                  {add wave -noupdate -divider {  MII RX 11}}
783
if [regexp {/tb/dut/mii_rx_d_11} [find signals /tb/dut/mii_rx_d_11]]              {add wave -noupdate -divider {  MII RX 11}}
784
if [regexp {/tb/dut/rx_clk_11} [find signals /tb/dut/rx_clk_11]]                  {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/rx_clk_11}
785
if [regexp {/tb/dut/m_rx_err_11} [find signals /tb/dut/m_rx_err_11]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/m_rx_err_11}
786
if [regexp {/tb/dut/m_rx_en_11} [find signals /tb/dut/m_rx_en_11]]                {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/m_rx_en_11}
787
if [regexp {/tb/dut/m_rx_d_11} [find signals /tb/dut/m_rx_d_11]]                  {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/m_rx_d_11}
788
if [regexp {/tb/dut/m_rx_crs_11} [find signals /tb/dut/m_rx_crs_11]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/m_rx_crs_11}
789
if [regexp {/tb/dut/m_rx_col_11} [find signals /tb/dut/m_rx_col_11]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/m_rx_col_11}
790
if [regexp {/tb/dut/mii_rx_err_11} [find signals /tb/dut/mii_rx_err_11]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/mii_rx_err_11}
791
if [regexp {/tb/dut/mii_rx_dv_11} [find signals /tb/dut/mii_rx_dv_11]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/mii_rx_dv_11}
792
if [regexp {/tb/dut/mii_rx_d_11} [find signals /tb/dut/mii_rx_d_11]]              {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/mii_rx_d_11}
793
if [regexp {/tb/dut/mii_rx_crs_11} [find signals /tb/dut/mii_rx_crs_11]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/mii_rx_crs_11}
794
if [regexp {/tb/dut/mii_rx_col_11} [find signals /tb/dut/mii_rx_col_11]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/mii_rx_col_11}
795
 
796
if [regexp {/tb/dut/m_rx_d_12} [find signals /tb/dut/m_rx_d_12]]                  {add wave -noupdate -divider {  MII RX 12}}
797
if [regexp {/tb/dut/mii_rx_d_12} [find signals /tb/dut/mii_rx_d_12]]              {add wave -noupdate -divider {  MII RX 12}}
798
if [regexp {/tb/dut/rx_clk_12} [find signals /tb/dut/rx_clk_12]]                  {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/rx_clk_12}
799
if [regexp {/tb/dut/m_rx_err_12} [find signals /tb/dut/m_rx_err_12]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/m_rx_err_12}
800
if [regexp {/tb/dut/m_rx_en_12} [find signals /tb/dut/m_rx_en_12]]                {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/m_rx_en_12}
801
if [regexp {/tb/dut/m_rx_d_12} [find signals /tb/dut/m_rx_d_12]]                  {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/m_rx_d_12}
802
if [regexp {/tb/dut/m_rx_crs_12} [find signals /tb/dut/m_rx_crs_12]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/m_rx_crs_12}
803
if [regexp {/tb/dut/m_rx_col_12} [find signals /tb/dut/m_rx_col_12]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/m_rx_col_12}
804
if [regexp {/tb/dut/mii_rx_err_12} [find signals /tb/dut/mii_rx_err_12]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/mii_rx_err_12}
805
if [regexp {/tb/dut/mii_rx_dv_12} [find signals /tb/dut/mii_rx_dv_12]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/mii_rx_dv_12}
806
if [regexp {/tb/dut/mii_rx_d_12} [find signals /tb/dut/mii_rx_d_12]]              {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/mii_rx_d_12}
807
if [regexp {/tb/dut/mii_rx_crs_12} [find signals /tb/dut/mii_rx_crs_12]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/mii_rx_crs_12}
808
if [regexp {/tb/dut/mii_rx_col_12} [find signals /tb/dut/mii_rx_col_12]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/mii_rx_col_12}
809
 
810
if [regexp {/tb/dut/m_rx_d_13} [find signals /tb/dut/m_rx_d_13]]                  {add wave -noupdate -divider {  MII RX 13}}
811
if [regexp {/tb/dut/mii_rx_d_13} [find signals /tb/dut/mii_rx_d_13]]              {add wave -noupdate -divider {  MII RX 13}}
812
if [regexp {/tb/dut/rx_clk_13} [find signals /tb/dut/rx_clk_13]]                  {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/rx_clk_13}
813
if [regexp {/tb/dut/m_rx_err_13} [find signals /tb/dut/m_rx_err_13]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/m_rx_err_13}
814
if [regexp {/tb/dut/m_rx_en_13} [find signals /tb/dut/m_rx_en_13]]                {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/m_rx_en_13}
815
if [regexp {/tb/dut/m_rx_d_13} [find signals /tb/dut/m_rx_d_13]]                  {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/m_rx_d_13}
816
if [regexp {/tb/dut/m_rx_crs_13} [find signals /tb/dut/m_rx_crs_13]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/m_rx_crs_13}
817
if [regexp {/tb/dut/m_rx_col_13} [find signals /tb/dut/m_rx_col_13]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/m_rx_col_13}
818
if [regexp {/tb/dut/mii_rx_err_13} [find signals /tb/dut/mii_rx_err_13]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/mii_rx_err_13}
819
if [regexp {/tb/dut/mii_rx_dv_13} [find signals /tb/dut/mii_rx_dv_13]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/mii_rx_dv_13}
820
if [regexp {/tb/dut/mii_rx_d_13} [find signals /tb/dut/mii_rx_d_13]]              {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/mii_rx_d_13}
821
if [regexp {/tb/dut/mii_rx_crs_13} [find signals /tb/dut/mii_rx_crs_13]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/mii_rx_crs_13}
822
if [regexp {/tb/dut/mii_rx_col_13} [find signals /tb/dut/mii_rx_col_13]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/mii_rx_col_13}
823
 
824
if [regexp {/tb/dut/m_rx_d_14} [find signals /tb/dut/m_rx_d_14]]                  {add wave -noupdate -divider {  MII RX 14}}
825
if [regexp {/tb/dut/mii_rx_d_14} [find signals /tb/dut/mii_rx_d_14]]              {add wave -noupdate -divider {  MII RX 14}}
826
if [regexp {/tb/dut/rx_clk_14} [find signals /tb/dut/rx_clk_14]]                  {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/rx_clk_14}
827
if [regexp {/tb/dut/m_rx_err_14} [find signals /tb/dut/m_rx_err_14]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/m_rx_err_14}
828
if [regexp {/tb/dut/m_rx_en_14} [find signals /tb/dut/m_rx_en_14]]                {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/m_rx_en_14}
829
if [regexp {/tb/dut/m_rx_d_14} [find signals /tb/dut/m_rx_d_14]]                  {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/m_rx_d_14}
830
if [regexp {/tb/dut/m_rx_crs_14} [find signals /tb/dut/m_rx_crs_14]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/m_rx_crs_14}
831
if [regexp {/tb/dut/m_rx_col_14} [find signals /tb/dut/m_rx_col_14]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/m_rx_col_14}
832
if [regexp {/tb/dut/mii_rx_err_14} [find signals /tb/dut/mii_rx_err_14]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/mii_rx_err_14}
833
if [regexp {/tb/dut/mii_rx_dv_14} [find signals /tb/dut/mii_rx_dv_14]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/mii_rx_dv_14}
834
if [regexp {/tb/dut/mii_rx_d_14} [find signals /tb/dut/mii_rx_d_14]]              {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/mii_rx_d_14}
835
if [regexp {/tb/dut/mii_rx_crs_14} [find signals /tb/dut/mii_rx_crs_14]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/mii_rx_crs_14}
836
if [regexp {/tb/dut/mii_rx_col_14} [find signals /tb/dut/mii_rx_col_14]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/mii_rx_col_14}
837
 
838
if [regexp {/tb/dut/m_rx_d_15} [find signals /tb/dut/m_rx_d_15]]                  {add wave -noupdate -divider {  MII RX 15}}
839
if [regexp {/tb/dut/mii_rx_d_15} [find signals /tb/dut/mii_rx_d_15]]              {add wave -noupdate -divider {  MII RX 15}}
840
if [regexp {/tb/dut/rx_clk_15} [find signals /tb/dut/rx_clk_15]]                  {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/rx_clk_15}
841
if [regexp {/tb/dut/m_rx_err_15} [find signals /tb/dut/m_rx_err_15]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/m_rx_err_15}
842
if [regexp {/tb/dut/m_rx_en_15} [find signals /tb/dut/m_rx_en_15]]                {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/m_rx_en_15}
843
if [regexp {/tb/dut/m_rx_d_15} [find signals /tb/dut/m_rx_d_15]]                  {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/m_rx_d_15}
844
if [regexp {/tb/dut/m_rx_crs_15} [find signals /tb/dut/m_rx_crs_15]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/m_rx_crs_15}
845
if [regexp {/tb/dut/m_rx_col_15} [find signals /tb/dut/m_rx_col_15]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/m_rx_col_15}
846
if [regexp {/tb/dut/mii_rx_err_15} [find signals /tb/dut/mii_rx_err_15]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/mii_rx_err_15}
847
if [regexp {/tb/dut/mii_rx_dv_15} [find signals /tb/dut/mii_rx_dv_15]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/mii_rx_dv_15}
848
if [regexp {/tb/dut/mii_rx_d_15} [find signals /tb/dut/mii_rx_d_15]]              {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/mii_rx_d_15}
849
if [regexp {/tb/dut/mii_rx_crs_15} [find signals /tb/dut/mii_rx_crs_15]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/mii_rx_crs_15}
850
if [regexp {/tb/dut/mii_rx_col_15} [find signals /tb/dut/mii_rx_col_15]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/mii_rx_col_15}
851
 
852
if [regexp {/tb/dut/m_rx_d_16} [find signals /tb/dut/m_rx_d_16]]                  {add wave -noupdate -divider {  MII RX 16}}
853
if [regexp {/tb/dut/mii_rx_d_16} [find signals /tb/dut/mii_rx_d_16]]              {add wave -noupdate -divider {  MII RX 16}}
854
if [regexp {/tb/dut/rx_clk_16} [find signals /tb/dut/rx_clk_16]]                  {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/rx_clk_16}
855
if [regexp {/tb/dut/m_rx_err_16} [find signals /tb/dut/m_rx_err_16]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/m_rx_err_16}
856
if [regexp {/tb/dut/m_rx_en_16} [find signals /tb/dut/m_rx_en_16]]                {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/m_rx_en_16}
857
if [regexp {/tb/dut/m_rx_d_16} [find signals /tb/dut/m_rx_d_16]]                  {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/m_rx_d_16}
858
if [regexp {/tb/dut/m_rx_crs_16} [find signals /tb/dut/m_rx_crs_16]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/m_rx_crs_16}
859
if [regexp {/tb/dut/m_rx_col_16} [find signals /tb/dut/m_rx_col_16]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/m_rx_col_16}
860
if [regexp {/tb/dut/mii_rx_err_16} [find signals /tb/dut/mii_rx_err_16]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/mii_rx_err_16}
861
if [regexp {/tb/dut/mii_rx_dv_16} [find signals /tb/dut/mii_rx_dv_16]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/mii_rx_dv_16}
862
if [regexp {/tb/dut/mii_rx_d_16} [find signals /tb/dut/mii_rx_d_16]]              {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/mii_rx_d_16}
863
if [regexp {/tb/dut/mii_rx_crs_16} [find signals /tb/dut/mii_rx_crs_16]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/mii_rx_crs_16}
864
if [regexp {/tb/dut/mii_rx_col_16} [find signals /tb/dut/mii_rx_col_16]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/mii_rx_col_16}
865
 
866
if [regexp {/tb/dut/m_rx_d_17} [find signals /tb/dut/m_rx_d_17]]                  {add wave -noupdate -divider {  MII RX 17}}
867
if [regexp {/tb/dut/mii_rx_d_17} [find signals /tb/dut/mii_rx_d_17]]              {add wave -noupdate -divider {  MII RX 17}}
868
if [regexp {/tb/dut/rx_clk_17} [find signals /tb/dut/rx_clk_17]]                  {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/rx_clk_17}
869
if [regexp {/tb/dut/m_rx_err_17} [find signals /tb/dut/m_rx_err_17]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/m_rx_err_17}
870
if [regexp {/tb/dut/m_rx_en_17} [find signals /tb/dut/m_rx_en_17]]                {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/m_rx_en_17}
871
if [regexp {/tb/dut/m_rx_d_17} [find signals /tb/dut/m_rx_d_17]]                  {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/m_rx_d_17}
872
if [regexp {/tb/dut/m_rx_crs_17} [find signals /tb/dut/m_rx_crs_17]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/m_rx_crs_17}
873
if [regexp {/tb/dut/m_rx_col_17} [find signals /tb/dut/m_rx_col_17]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/m_rx_col_17}
874
if [regexp {/tb/dut/mii_rx_err_17} [find signals /tb/dut/mii_rx_err_17]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/mii_rx_err_17}
875
if [regexp {/tb/dut/mii_rx_dv_17} [find signals /tb/dut/mii_rx_dv_17]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/mii_rx_dv_17}
876
if [regexp {/tb/dut/mii_rx_d_17} [find signals /tb/dut/mii_rx_d_17]]             {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/mii_rx_d_17}
877
if [regexp {/tb/dut/mii_rx_crs_17} [find signals /tb/dut/mii_rx_crs_17]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/mii_rx_crs_17}
878
if [regexp {/tb/dut/mii_rx_col_17} [find signals /tb/dut/mii_rx_col_17]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/mii_rx_col_17}
879
 
880
if [regexp {/tb/dut/m_rx_d_18} [find signals /tb/dut/m_rx_d_18]]                  {add wave -noupdate -divider {  MII RX 18}}
881
if [regexp {/tb/dut/mii_rx_d_18} [find signals /tb/dut/mii_rx_d_18]]              {add wave -noupdate -divider {  MII RX 18}}
882
if [regexp {/tb/dut/rx_clk_18} [find signals /tb/dut/rx_clk_18]]                  {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/rx_clk_18}
883
if [regexp {/tb/dut/m_rx_err_18} [find signals /tb/dut/m_rx_err_18]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/m_rx_err_18}
884
if [regexp {/tb/dut/m_rx_en_18} [find signals /tb/dut/m_rx_en_18]]                {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/m_rx_en_18}
885
if [regexp {/tb/dut/m_rx_d_18} [find signals /tb/dut/m_rx_d_18]]                  {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/m_rx_d_18}
886
if [regexp {/tb/dut/m_rx_crs_18} [find signals /tb/dut/m_rx_crs_18]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/m_rx_crs_18}
887
if [regexp {/tb/dut/m_rx_col_18} [find signals /tb/dut/m_rx_col_18]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/m_rx_col_18}
888
if [regexp {/tb/dut/mii_rx_err_18} [find signals /tb/dut/mii_rx_err_18]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/mii_rx_err_18}
889
if [regexp {/tb/dut/mii_rx_dv_18} [find signals /tb/dut/mii_rx_dv_18]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/mii_rx_dv_18}
890
if [regexp {/tb/dut/mii_rx_d_18} [find signals /tb/dut/mii_rx_d_18]]              {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/mii_rx_d_18}
891
if [regexp {/tb/dut/mii_rx_crs_18} [find signals /tb/dut/mii_rx_crs_18]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/mii_rx_crs_18}
892
if [regexp {/tb/dut/mii_rx_col_18} [find signals /tb/dut/mii_rx_col_18]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/mii_rx_col_18}
893
 
894
if [regexp {/tb/dut/m_rx_d_19} [find signals /tb/dut/m_rx_d_19]]                  {add wave -noupdate -divider {  MII RX 19}}
895
if [regexp {/tb/dut/mii_rx_d_19} [find signals /tb/dut/mii_rx_d_19]]              {add wave -noupdate -divider {  MII RX 19}}
896
if [regexp {/tb/dut/rx_clk_19} [find signals /tb/dut/rx_clk_19]]                  {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/rx_clk_19}
897
if [regexp {/tb/dut/m_rx_err_19} [find signals /tb/dut/m_rx_err_19]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/m_rx_err_19}
898
if [regexp {/tb/dut/m_rx_en_19} [find signals /tb/dut/m_rx_en_19]]                {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/m_rx_en_19}
899
if [regexp {/tb/dut/m_rx_d_19} [find signals /tb/dut/m_rx_d_19]]                  {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/m_rx_d_19}
900
if [regexp {/tb/dut/m_rx_crs_19} [find signals /tb/dut/m_rx_crs_19]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/m_rx_crs_19}
901
if [regexp {/tb/dut/m_rx_col_19} [find signals /tb/dut/m_rx_col_19]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/m_rx_col_19}
902
if [regexp {/tb/dut/mii_rx_err_19} [find signals /tb/dut/mii_rx_err_19]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/mii_rx_err_19}
903
if [regexp {/tb/dut/mii_rx_dv_19} [find signals /tb/dut/mii_rx_dv_19]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/mii_rx_dv_19}
904
if [regexp {/tb/dut/mii_rx_d_19} [find signals /tb/dut/mii_rx_d_19]]              {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/mii_rx_d_19}
905
if [regexp {/tb/dut/mii_rx_crs_19} [find signals /tb/dut/mii_rx_crs_19]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/mii_rx_crs_19}
906
if [regexp {/tb/dut/mii_rx_col_19} [find signals /tb/dut/mii_rx_col_19]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/mii_rx_col_19}
907
 
908
if [regexp {/tb/dut/m_rx_d_20} [find signals /tb/dut/m_rx_d_20]]                  {add wave -noupdate -divider {  MII RX 20}}
909
if [regexp {/tb/dut/mii_rx_d_20} [find signals /tb/dut/mii_rx_d_20]]              {add wave -noupdate -divider {  MII RX 20}}
910
if [regexp {/tb/dut/rx_clk_20} [find signals /tb/dut/rx_clk_20]]                  {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/rx_clk_20}
911
if [regexp {/tb/dut/m_rx_err_20} [find signals /tb/dut/m_rx_err_20]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/m_rx_err_20}
912
if [regexp {/tb/dut/m_rx_en_20} [find signals /tb/dut/m_rx_en_20]]                {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/m_rx_en_20}
913
if [regexp {/tb/dut/m_rx_d_20} [find signals /tb/dut/m_rx_d_20]]                  {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/m_rx_d_20}
914
if [regexp {/tb/dut/m_rx_crs_20} [find signals /tb/dut/m_rx_crs_20]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/m_rx_crs_20}
915
if [regexp {/tb/dut/m_rx_col_20} [find signals /tb/dut/m_rx_col_20]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/m_rx_col_20}
916
if [regexp {/tb/dut/mii_rx_err_20} [find signals /tb/dut/mii_rx_err_20]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/mii_rx_err_20}
917
if [regexp {/tb/dut/mii_rx_dv_20} [find signals /tb/dut/mii_rx_dv_20]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/mii_rx_dv_20}
918
if [regexp {/tb/dut/mii_rx_d_20} [find signals /tb/dut/mii_rx_d_20]]              {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/mii_rx_d_20}
919
if [regexp {/tb/dut/mii_rx_crs_20} [find signals /tb/dut/mii_rx_crs_20]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/mii_rx_crs_20}
920
if [regexp {/tb/dut/mii_rx_col_20} [find signals /tb/dut/mii_rx_col_20]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/mii_rx_col_20}
921
 
922
if [regexp {/tb/dut/m_rx_d_21} [find signals /tb/dut/m_rx_d_21]]                  {add wave -noupdate -divider {  MII RX 21}}
923
if [regexp {/tb/dut/mii_rx_d_21} [find signals /tb/dut/mii_rx_d_21]]              {add wave -noupdate -divider {  MII RX 21}}
924
if [regexp {/tb/dut/rx_clk_21} [find signals /tb/dut/rx_clk_21]]                  {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/rx_clk_21}
925
if [regexp {/tb/dut/m_rx_err_21} [find signals /tb/dut/m_rx_err_21]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/m_rx_err_21}
926
if [regexp {/tb/dut/m_rx_en_21} [find signals /tb/dut/m_rx_en_21]]                {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/m_rx_en_21}
927
if [regexp {/tb/dut/m_rx_d_21} [find signals /tb/dut/m_rx_d_21]]                  {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/m_rx_d_21}
928
if [regexp {/tb/dut/m_rx_crs_21} [find signals /tb/dut/m_rx_crs_21]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/m_rx_crs_21}
929
if [regexp {/tb/dut/m_rx_col_21} [find signals /tb/dut/m_rx_col_21]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/m_rx_col_21}
930
if [regexp {/tb/dut/mii_rx_err_21} [find signals /tb/dut/mii_rx_err_21]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/mii_rx_err_21}
931
if [regexp {/tb/dut/mii_rx_dv_21} [find signals /tb/dut/mii_rx_dv_21]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/mii_rx_dv_21}
932
if [regexp {/tb/dut/mii_rx_d_21} [find signals /tb/dut/mii_rx_d_21]]              {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/mii_rx_d_21}
933
if [regexp {/tb/dut/mii_rx_crs_21} [find signals /tb/dut/mii_rx_crs_21]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/mii_rx_crs_21}
934
if [regexp {/tb/dut/mii_rx_col_21} [find signals /tb/dut/mii_rx_col_21]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/mii_rx_col_21}
935
 
936
if [regexp {/tb/dut/m_rx_d_22} [find signals /tb/dut/m_rx_d_22]]                  {add wave -noupdate -divider {  MII RX 22}}
937
if [regexp {/tb/dut/mii_rx_d_22} [find signals /tb/dut/mii_rx_d_22]]              {add wave -noupdate -divider {  MII RX 22}}
938
if [regexp {/tb/dut/rx_clk_22} [find signals /tb/dut/rx_clk_22]]                  {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/rx_clk_22}
939
if [regexp {/tb/dut/m_rx_err_22} [find signals /tb/dut/m_rx_err_22]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/m_rx_err_22}
940
if [regexp {/tb/dut/m_rx_en_22} [find signals /tb/dut/m_rx_en_22]]                {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/m_rx_en_22}
941
if [regexp {/tb/dut/m_rx_d_22} [find signals /tb/dut/m_rx_d_22]]                  {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/m_rx_d_22}
942
if [regexp {/tb/dut/m_rx_crs_22} [find signals /tb/dut/m_rx_crs_22]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/m_rx_crs_22}
943
if [regexp {/tb/dut/m_rx_col_22} [find signals /tb/dut/m_rx_col_22]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/m_rx_col_22}
944
if [regexp {/tb/dut/mii_rx_err_22} [find signals /tb/dut/mii_rx_err_22]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/mii_rx_err_22}
945
if [regexp {/tb/dut/mii_rx_dv_22} [find signals /tb/dut/mii_rx_dv_22]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/mii_rx_dv_22}
946
if [regexp {/tb/dut/mii_rx_d_22} [find signals /tb/dut/mii_rx_d_22]]              {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/mii_rx_d_22}
947
if [regexp {/tb/dut/mii_rx_crs_22} [find signals /tb/dut/mii_rx_crs_22]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/mii_rx_crs_22}
948
if [regexp {/tb/dut/mii_rx_col_22} [find signals /tb/dut/mii_rx_col_22]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/mii_rx_col_22}
949
 
950
if [regexp {/tb/dut/m_rx_d_23} [find signals /tb/dut/m_rx_d_23]]                  {add wave -noupdate -divider {  MII RX 23}}
951
if [regexp {/tb/dut/mii_rx_d_23} [find signals /tb/dut/mii_rx_d_23]]              {add wave -noupdate -divider {  MII RX 23}}
952
if [regexp {/tb/dut/rx_clk_23} [find signals /tb/dut/rx_clk_23]]                  {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/rx_clk_23}
953
if [regexp {/tb/dut/m_rx_err_23} [find signals /tb/dut/m_rx_err_23]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/m_rx_err_23}
954
if [regexp {/tb/dut/m_rx_en_23} [find signals /tb/dut/m_rx_en_23]]                {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/m_rx_en_23}
955
if [regexp {/tb/dut/m_rx_d_23} [find signals /tb/dut/m_rx_d_23]]                  {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/m_rx_d_23}
956
if [regexp {/tb/dut/m_rx_crs_23} [find signals /tb/dut/m_rx_crs_23]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/m_rx_crs_23}
957
if [regexp {/tb/dut/m_rx_col_23} [find signals /tb/dut/m_rx_col_23]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/m_rx_col_23}
958
if [regexp {/tb/dut/mii_rx_err_23} [find signals /tb/dut/mii_rx_err_23]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/mii_rx_err_23}
959
if [regexp {/tb/dut/mii_rx_dv_23} [find signals /tb/dut/mii_rx_dv_23]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/mii_rx_dv_23}
960
if [regexp {/tb/dut/mii_rx_d_23} [find signals /tb/dut/mii_rx_d_23]]              {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/mii_rx_d_23}
961
if [regexp {/tb/dut/mii_rx_crs_23} [find signals /tb/dut/mii_rx_crs_23]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/mii_rx_crs_23}
962
if [regexp {/tb/dut/mii_rx_col_23} [find signals /tb/dut/mii_rx_col_23]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/mii_rx_col_23}
963
 
964
 
965
if [regexp {/tb/dut/ff_rx_data} [find signals /tb/dut/ff_rx_data]]          {add wave -noupdate -divider {  FIFO RX}}
966
if [regexp {/tb/dut/ff_rx_clk} [find signals /tb/dut/ff_rx_clk]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/ff_rx_clk}
967
if [regexp {/tb/dut/ff_rx_data} [find signals /tb/dut/ff_rx_data]]          {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/ff_rx_data}
968
if [regexp {/tb/dut/ff_rx_sop} [find signals /tb/dut/ff_rx_sop]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/ff_rx_sop}
969
if [regexp {/tb/dut/ff_rx_eop} [find signals /tb/dut/ff_rx_eop]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/ff_rx_eop}
970
if [regexp {/tb/dut/ff_rx_rdy} [find signals /tb/dut/ff_rx_rdy]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/ff_rx_rdy}
971
if [regexp {/tb/dut/ff_rx_dval} [find signals /tb/dut/ff_rx_dval]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/ff_rx_dval}
972
if [regexp {/tb/dut/ff_rx_dsav} [find signals /tb/dut/ff_rx_dsav]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/ff_rx_dsav}
973
if [regexp {/tb/dut/rx_frm_type} [find signals  /tb/dut/rx_frm_type]]       {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/rx_frm_type}
974
if [regexp {/tb/dut/rx_err_stat} [find signals /tb/dut/rx_err_stat]]        {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/rx_err_stat}
975
if [regexp {/tb/dut/rx_err} [find signals /tb/dut/rx_err]]                  {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/rx_err}
976
if [regexp {/tb/dut/ff_rx_mod} [find signals /tb/dut/ff_rx_mod]]            {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/ff_rx_mod}
977
if [regexp {/tb/dut/ff_rx_a_full} [find signals /tb/dut/ff_rx_a_full]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/ff_rx_a_full}
978
if [regexp {/tb/dut/ff_rx_a_empty} [find signals /tb/dut/ff_rx_a_empty]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/ff_rx_a_empty}
979
 
980
if [regexp {/tb/dut/rx_afull_clk} [find signals /tb/dut/rx_afull_clk]]                  {add wave -noupdate -divider {  EXTERNAL AVALON ST RX FIFO STATUS}}
981
if [regexp {/tb/dut/rx_afull_clk} [find signals /tb/dut/rx_afull_clk]]                  {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/rx_afull_clk}
982
if [regexp {/tb/dut/rx_afull_channel} [find signals /tb/dut/rx_afull_channel]]            {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/rx_afull_channel}
983
if [regexp {/tb/dut/rx_afull_data} [find signals /tb/dut/rx_afull_data]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/rx_afull_data}
984
if [regexp {/tb/dut/rx_afull_valid]} [find signals /tb/dut/rx_afull_valid]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/rx_afull_valid]}
985
 
986
if [regexp {/tb/dut/data_rx_data_0} [find signals /tb/dut/data_rx_data_0]]          {add wave -noupdate -divider {  AVALON ST RX 0}}
987
if [regexp {/tb/dut/mac_rx_clk_0} [find signals /tb/dut/mac_rx_clk_0]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/mac_rx_clk_0}
988
if [regexp {/tb/dut/data_rx_data_0} [find signals /tb/dut/data_rx_data_0]]          {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/data_rx_data_0}
989
if [regexp {/tb/dut/data_rx_sop_0} [find signals /tb/dut/data_rx_sop_0]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/data_rx_sop_0}
990
if [regexp {/tb/dut/data_rx_eop_0} [find signals /tb/dut/data_rx_eop_0]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/data_rx_eop_0}
991
if [regexp {/tb/dut/data_rx_ready_0} [find signals /tb/dut/data_rx_ready_0]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/data_rx_ready_0}
992
if [regexp {/tb/dut/data_rx_error_0} [find signals /tb/dut/data_rx_error_0]]        {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/data_rx_error_0}
993
if [regexp {/tb/dut/data_rx_valid_0} [find signals /tb/dut/data_rx_valid_0]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/data_rx_valid_0}
994
if [regexp {/tb/dut/pkt_class_data_0} [find signals /tb/dut/pkt_class_data_0]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/pkt_class_data_0}
995
if [regexp {/tb/dut/pkt_class_valid_0} [find signals  /tb/dut/pkt_class_valid_0]]       {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/pkt_class_valid_0}
996
 
997
if [regexp {/tb/dut/data_rx_data_1} [find signals /tb/dut/data_rx_data_1]]          {add wave -noupdate -divider {  AVALON ST RX 1}}
998
if [regexp {/tb/dut/mac_rx_clk_1} [find signals /tb/dut/mac_rx_clk_1]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/mac_rx_clk_1}
999
if [regexp {/tb/dut/data_rx_data_1} [find signals /tb/dut/data_rx_data_1]]          {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/data_rx_data_1}
1000
if [regexp {/tb/dut/data_rx_sop_1} [find signals /tb/dut/data_rx_sop_1]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/data_rx_sop_1}
1001
if [regexp {/tb/dut/data_rx_eop_1} [find signals /tb/dut/data_rx_eop_1]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/data_rx_eop_1}
1002
if [regexp {/tb/dut/data_rx_ready_1} [find signals /tb/dut/data_rx_ready_1]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/data_rx_ready_1}
1003
if [regexp {/tb/dut/data_rx_error_1} [find signals /tb/dut/data_rx_error_1]]        {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/data_rx_error_1}
1004
if [regexp {/tb/dut/data_rx_valid_1} [find signals /tb/dut/data_rx_valid_1]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/data_rx_valid_1}
1005
if [regexp {/tb/dut/pkt_class_data_1} [find signals /tb/dut/pkt_class_data_1]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/pkt_class_data_1}
1006
if [regexp {/tb/dut/pkt_class_valid_1} [find signals  /tb/dut/pkt_class_valid_1]]       {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/pkt_class_valid_1}
1007
 
1008
if [regexp {/tb/dut/data_rx_data_2} [find signals /tb/dut/data_rx_data_2]]          {add wave -noupdate -divider {  AVALON ST RX 2}}
1009
if [regexp {/tb/dut/mac_rx_clk_2} [find signals /tb/dut/mac_rx_clk_2]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/mac_rx_clk_2}
1010
if [regexp {/tb/dut/data_rx_data_2} [find signals /tb/dut/data_rx_data_2]]          {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/data_rx_data_2}
1011
if [regexp {/tb/dut/data_rx_sop_2} [find signals /tb/dut/data_rx_sop_2]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/data_rx_sop_2}
1012
if [regexp {/tb/dut/data_rx_eop_2} [find signals /tb/dut/data_rx_eop_2]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/data_rx_eop_2}
1013
if [regexp {/tb/dut/data_rx_ready_2} [find signals /tb/dut/data_rx_ready_2]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/data_rx_ready_2}
1014
if [regexp {/tb/dut/data_rx_error_2} [find signals /tb/dut/data_rx_error_2]]        {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/data_rx_error_2}
1015
if [regexp {/tb/dut/data_rx_valid_2} [find signals /tb/dut/data_rx_valid_2]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/data_rx_valid_2}
1016
if [regexp {/tb/dut/pkt_class_data_2} [find signals /tb/dut/pkt_class_data_2]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/pkt_class_data_2}
1017
if [regexp {/tb/dut/pkt_class_valid_2} [find signals  /tb/dut/pkt_class_valid_2]]       {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/pkt_class_valid_2}
1018
 
1019
if [regexp {/tb/dut/data_rx_data_3} [find signals /tb/dut/data_rx_data_3]]          {add wave -noupdate -divider {  AVALON ST RX 3}}
1020
if [regexp {/tb/dut/mac_rx_clk_3} [find signals /tb/dut/mac_rx_clk_3]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/mac_rx_clk_3}
1021
if [regexp {/tb/dut/data_rx_data_3} [find signals /tb/dut/data_rx_data_3]]          {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/data_rx_data_3}
1022
if [regexp {/tb/dut/data_rx_sop_3} [find signals /tb/dut/data_rx_sop_3]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/data_rx_sop_3}
1023
if [regexp {/tb/dut/data_rx_eop_3} [find signals /tb/dut/data_rx_eop_3]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/data_rx_eop_3}
1024
if [regexp {/tb/dut/data_rx_ready_3} [find signals /tb/dut/data_rx_ready_3]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/data_rx_ready_3}
1025
if [regexp {/tb/dut/data_rx_error_3} [find signals /tb/dut/data_rx_error_3]]        {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/data_rx_error_3}
1026
if [regexp {/tb/dut/data_rx_valid_3} [find signals /tb/dut/data_rx_valid_3]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/data_rx_valid_3}
1027
if [regexp {/tb/dut/pkt_class_data_3} [find signals /tb/dut/pkt_class_data_3]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/pkt_class_data_3}
1028
if [regexp {/tb/dut/pkt_class_valid_3} [find signals  /tb/dut/pkt_class_valid_3]]       {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/pkt_class_valid_3}
1029
 
1030
if [regexp {/tb/dut/data_rx_data_4} [find signals /tb/dut/data_rx_data_4]]          {add wave -noupdate -divider {  AVALON ST RX 4}}
1031
if [regexp {/tb/dut/mac_rx_clk_4} [find signals /tb/dut/mac_rx_clk_4]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/mac_rx_clk_4}
1032
if [regexp {/tb/dut/data_rx_data_4} [find signals /tb/dut/data_rx_data_4]]          {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/data_rx_data_4}
1033
if [regexp {/tb/dut/data_rx_sop_4} [find signals /tb/dut/data_rx_sop_4]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/data_rx_sop_4}
1034
if [regexp {/tb/dut/data_rx_eop_4} [find signals /tb/dut/data_rx_eop_4]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/data_rx_eop_4}
1035
if [regexp {/tb/dut/data_rx_ready_4} [find signals /tb/dut/data_rx_ready_4]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/data_rx_ready_4}
1036
if [regexp {/tb/dut/data_rx_error_4} [find signals /tb/dut/data_rx_error_4]]        {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/data_rx_error_4}
1037
if [regexp {/tb/dut/data_rx_valid_4} [find signals /tb/dut/data_rx_valid_4]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/data_rx_valid_4}
1038
if [regexp {/tb/dut/pkt_class_data_4} [find signals /tb/dut/pkt_class_data_4]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/pkt_class_data_4}
1039
if [regexp {/tb/dut/pkt_class_valid_4} [find signals  /tb/dut/pkt_class_valid_4]]       {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/pkt_class_valid_4}
1040
 
1041
if [regexp {/tb/dut/data_rx_data_5} [find signals /tb/dut/data_rx_data_5]]          {add wave -noupdate -divider {  AVALON ST RX 5}}
1042
if [regexp {/tb/dut/mac_rx_clk_5} [find signals /tb/dut/mac_rx_clk_5]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/mac_rx_clk_5}
1043
if [regexp {/tb/dut/data_rx_data_5} [find signals /tb/dut/data_rx_data_5]]          {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/data_rx_data_5}
1044
if [regexp {/tb/dut/data_rx_sop_5} [find signals /tb/dut/data_rx_sop_5]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/data_rx_sop_5}
1045
if [regexp {/tb/dut/data_rx_eop_5} [find signals /tb/dut/data_rx_eop_5]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/data_rx_eop_5}
1046
if [regexp {/tb/dut/data_rx_ready_5} [find signals /tb/dut/data_rx_ready_5]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/data_rx_ready_5}
1047
if [regexp {/tb/dut/data_rx_error_5} [find signals /tb/dut/data_rx_error_5]]        {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/data_rx_error_5}
1048
if [regexp {/tb/dut/data_rx_valid_5} [find signals /tb/dut/data_rx_valid_5]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/data_rx_valid_5}
1049
if [regexp {/tb/dut/pkt_class_data_5} [find signals /tb/dut/pkt_class_data_5]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/pkt_class_data_5}
1050
if [regexp {/tb/dut/pkt_class_valid_5} [find signals  /tb/dut/pkt_class_valid_5]]       {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/pkt_class_valid_5}
1051
 
1052
if [regexp {/tb/dut/data_rx_data_6} [find signals /tb/dut/data_rx_data_6]]          {add wave -noupdate -divider {  AVALON ST RX 6}}
1053
if [regexp {/tb/dut/mac_rx_clk_6} [find signals /tb/dut/mac_rx_clk_6]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/mac_rx_clk_6}
1054
if [regexp {/tb/dut/data_rx_data_6} [find signals /tb/dut/data_rx_data_6]]          {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/data_rx_data_6}
1055
if [regexp {/tb/dut/data_rx_sop_6} [find signals /tb/dut/data_rx_sop_6]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/data_rx_sop_6}
1056
if [regexp {/tb/dut/data_rx_eop_6} [find signals /tb/dut/data_rx_eop_6]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/data_rx_eop_6}
1057
if [regexp {/tb/dut/data_rx_ready_6} [find signals /tb/dut/data_rx_ready_6]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/data_rx_ready_6}
1058
if [regexp {/tb/dut/data_rx_error_6} [find signals /tb/dut/data_rx_error_6]]        {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/data_rx_error_6}
1059
if [regexp {/tb/dut/data_rx_valid_6} [find signals /tb/dut/data_rx_valid_6]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/data_rx_valid_6}
1060
if [regexp {/tb/dut/pkt_class_data_6} [find signals /tb/dut/pkt_class_data_6]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/pkt_class_data_6}
1061
if [regexp {/tb/dut/pkt_class_valid_6} [find signals  /tb/dut/pkt_class_valid_6]]       {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/pkt_class_valid_6}
1062
 
1063
if [regexp {/tb/dut/data_rx_data_7} [find signals /tb/dut/data_rx_data_7]]          {add wave -noupdate -divider {  AVALON ST RX 7}}
1064
if [regexp {/tb/dut/mac_rx_clk_7} [find signals /tb/dut/mac_rx_clk_7]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/mac_rx_clk_7}
1065
if [regexp {/tb/dut/data_rx_data_7} [find signals /tb/dut/data_rx_data_7]]          {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/data_rx_data_7}
1066
if [regexp {/tb/dut/data_rx_sop_7} [find signals /tb/dut/data_rx_sop_7]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/data_rx_sop_7}
1067
if [regexp {/tb/dut/data_rx_eop_7} [find signals /tb/dut/data_rx_eop_7]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/data_rx_eop_7}
1068
if [regexp {/tb/dut/data_rx_ready_7} [find signals /tb/dut/data_rx_ready_7]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/data_rx_ready_7}
1069
if [regexp {/tb/dut/data_rx_error_7} [find signals /tb/dut/data_rx_error_7]]        {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/data_rx_error_7}
1070
if [regexp {/tb/dut/data_rx_valid_7} [find signals /tb/dut/data_rx_valid_7]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/data_rx_valid_7}
1071
if [regexp {/tb/dut/pkt_class_data_7} [find signals /tb/dut/pkt_class_data_7]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/pkt_class_data_7}
1072
if [regexp {/tb/dut/pkt_class_valid_7} [find signals  /tb/dut/pkt_class_valid_7]]       {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/pkt_class_valid_7}
1073
 
1074
if [regexp {/tb/dut/data_rx_data_8} [find signals /tb/dut/data_rx_data_8]]          {add wave -noupdate -divider {  AVALON ST RX 8}}
1075
if [regexp {/tb/dut/mac_rx_clk_8} [find signals /tb/dut/mac_rx_clk_8]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/mac_rx_clk_8}
1076
if [regexp {/tb/dut/data_rx_data_8} [find signals /tb/dut/data_rx_data_8]]          {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/data_rx_data_8}
1077
if [regexp {/tb/dut/data_rx_sop_8} [find signals /tb/dut/data_rx_sop_8]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/data_rx_sop_8}
1078
if [regexp {/tb/dut/data_rx_eop_8} [find signals /tb/dut/data_rx_eop_8]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/data_rx_eop_8}
1079
if [regexp {/tb/dut/data_rx_ready_8} [find signals /tb/dut/data_rx_ready_8]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/data_rx_ready_8}
1080
if [regexp {/tb/dut/data_rx_error_8} [find signals /tb/dut/data_rx_error_8]]        {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/data_rx_error_8}
1081
if [regexp {/tb/dut/data_rx_valid_8} [find signals /tb/dut/data_rx_valid_8]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/data_rx_valid_8}
1082
if [regexp {/tb/dut/pkt_class_data_8} [find signals /tb/dut/pkt_class_data_8]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/pkt_class_data_8}
1083
if [regexp {/tb/dut/pkt_class_valid_8} [find signals  /tb/dut/pkt_class_valid_8]]       {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/pkt_class_valid_8}
1084
 
1085
if [regexp {/tb/dut/data_rx_data_9} [find signals /tb/dut/data_rx_data_9]]          {add wave -noupdate -divider {  AVALON ST RX 9}}
1086
if [regexp {/tb/dut/mac_rx_clk_9} [find signals /tb/dut/mac_rx_clk_9]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/mac_rx_clk_9}
1087
if [regexp {/tb/dut/data_rx_data_9} [find signals /tb/dut/data_rx_data_9]]          {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/data_rx_data_9}
1088
if [regexp {/tb/dut/data_rx_sop_9} [find signals /tb/dut/data_rx_sop_9]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/data_rx_sop_9}
1089
if [regexp {/tb/dut/data_rx_eop_9} [find signals /tb/dut/data_rx_eop_9]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/data_rx_eop_9}
1090
if [regexp {/tb/dut/data_rx_ready_9} [find signals /tb/dut/data_rx_ready_9]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/data_rx_ready_9}
1091
if [regexp {/tb/dut/data_rx_error_9} [find signals /tb/dut/data_rx_error_9]]        {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/data_rx_error_9}
1092
if [regexp {/tb/dut/data_rx_valid_9} [find signals /tb/dut/data_rx_valid_9]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/data_rx_valid_9}
1093
if [regexp {/tb/dut/pkt_class_data_9} [find signals /tb/dut/pkt_class_data_9]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/pkt_class_data_9}
1094
if [regexp {/tb/dut/pkt_class_valid_9} [find signals  /tb/dut/pkt_class_valid_9]]       {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/pkt_class_valid_9}
1095
 
1096
if [regexp {/tb/dut/data_rx_data_10} [find signals /tb/dut/data_rx_data_10]]          {add wave -noupdate -divider {  AVALON ST RX 10}}
1097
if [regexp {/tb/dut/mac_rx_clk_10} [find signals /tb/dut/mac_rx_clk_10]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/mac_rx_clk_10}
1098
if [regexp {/tb/dut/data_rx_data_10} [find signals /tb/dut/data_rx_data_10]]          {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/data_rx_data_10}
1099
if [regexp {/tb/dut/data_rx_sop_10} [find signals /tb/dut/data_rx_sop_10]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/data_rx_sop_10}
1100
if [regexp {/tb/dut/data_rx_eop_10} [find signals /tb/dut/data_rx_eop_10]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/data_rx_eop_10}
1101
if [regexp {/tb/dut/data_rx_ready_10} [find signals /tb/dut/data_rx_ready_10]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/data_rx_ready_10}
1102
if [regexp {/tb/dut/data_rx_error_10} [find signals /tb/dut/data_rx_error_10]]        {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/data_rx_error_10}
1103
if [regexp {/tb/dut/data_rx_valid_10} [find signals /tb/dut/data_rx_valid_10]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/data_rx_valid_10}
1104
if [regexp {/tb/dut/pkt_class_data_10} [find signals /tb/dut/pkt_class_data_10]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/pkt_class_data_10}
1105
if [regexp {/tb/dut/pkt_class_valid_10} [find signals  /tb/dut/pkt_class_valid_10]]       {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/pkt_class_valid_10}
1106
 
1107
if [regexp {/tb/dut/data_rx_data_11} [find signals /tb/dut/data_rx_data_11]]          {add wave -noupdate -divider {  AVALON ST RX 11}}
1108
if [regexp {/tb/dut/mac_rx_clk_11} [find signals /tb/dut/mac_rx_clk_11]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/mac_rx_clk_11}
1109
if [regexp {/tb/dut/data_rx_data_11} [find signals /tb/dut/data_rx_data_11]]          {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/data_rx_data_11}
1110
if [regexp {/tb/dut/data_rx_sop_11} [find signals /tb/dut/data_rx_sop_11]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/data_rx_sop_11}
1111
if [regexp {/tb/dut/data_rx_eop_11} [find signals /tb/dut/data_rx_eop_11]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/data_rx_eop_11}
1112
if [regexp {/tb/dut/data_rx_ready_11} [find signals /tb/dut/data_rx_ready_11]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/data_rx_ready_11}
1113
if [regexp {/tb/dut/data_rx_error_11} [find signals /tb/dut/data_rx_error_11]]        {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/data_rx_error_11}
1114
if [regexp {/tb/dut/data_rx_valid_11} [find signals /tb/dut/data_rx_valid_11]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/data_rx_valid_11}
1115
if [regexp {/tb/dut/pkt_class_data_11} [find signals /tb/dut/pkt_class_data_11]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/pkt_class_data_11}
1116
if [regexp {/tb/dut/pkt_class_valid_11} [find signals  /tb/dut/pkt_class_valid_11]]       {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/pkt_class_valid_11}
1117
 
1118
if [regexp {/tb/dut/data_rx_data_12} [find signals /tb/dut/data_rx_data_12]]          {add wave -noupdate -divider {  AVALON ST RX 12}}
1119
if [regexp {/tb/dut/mac_rx_clk_12} [find signals /tb/dut/mac_rx_clk_12]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/mac_rx_clk_12}
1120
if [regexp {/tb/dut/data_rx_data_12} [find signals /tb/dut/data_rx_data_12]]          {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/data_rx_data_12}
1121
if [regexp {/tb/dut/data_rx_sop_12} [find signals /tb/dut/data_rx_sop_12]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/data_rx_sop_12}
1122
if [regexp {/tb/dut/data_rx_eop_12} [find signals /tb/dut/data_rx_eop_12]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/data_rx_eop_12}
1123
if [regexp {/tb/dut/data_rx_ready_12} [find signals /tb/dut/data_rx_ready_12]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/data_rx_ready_12}
1124
if [regexp {/tb/dut/data_rx_error_12} [find signals /tb/dut/data_rx_error_12]]        {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/data_rx_error_12}
1125
if [regexp {/tb/dut/data_rx_valid_12} [find signals /tb/dut/data_rx_valid_12]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/data_rx_valid_12}
1126
if [regexp {/tb/dut/pkt_class_data_12} [find signals /tb/dut/pkt_class_data_12]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/pkt_class_data_12}
1127
if [regexp {/tb/dut/pkt_class_valid_12} [find signals  /tb/dut/pkt_class_valid_12]]       {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/pkt_class_valid_12}
1128
 
1129
if [regexp {/tb/dut/data_rx_data_13} [find signals /tb/dut/data_rx_data_13]]          {add wave -noupdate -divider {  AVALON ST RX 13}}
1130
if [regexp {/tb/dut/mac_rx_clk_13} [find signals /tb/dut/mac_rx_clk_13]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/mac_rx_clk_13}
1131
if [regexp {/tb/dut/data_rx_data_13} [find signals /tb/dut/data_rx_data_13]]          {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/data_rx_data_13}
1132
if [regexp {/tb/dut/data_rx_sop_13} [find signals /tb/dut/data_rx_sop_13]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/data_rx_sop_13}
1133
if [regexp {/tb/dut/data_rx_eop_13} [find signals /tb/dut/data_rx_eop_13]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/data_rx_eop_13}
1134
if [regexp {/tb/dut/data_rx_ready_13} [find signals /tb/dut/data_rx_ready_13]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/data_rx_ready_13}
1135
if [regexp {/tb/dut/data_rx_error_13} [find signals /tb/dut/data_rx_error_13]]        {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/data_rx_error_13}
1136
if [regexp {/tb/dut/data_rx_valid_13} [find signals /tb/dut/data_rx_valid_13]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/data_rx_valid_13}
1137
if [regexp {/tb/dut/pkt_class_data_13} [find signals /tb/dut/pkt_class_data_13]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/pkt_class_data_13}
1138
if [regexp {/tb/dut/pkt_class_valid_13} [find signals  /tb/dut/pkt_class_valid_13]]       {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/pkt_class_valid_13}
1139
 
1140
if [regexp {/tb/dut/data_rx_data_14} [find signals /tb/dut/data_rx_data_14]]          {add wave -noupdate -divider {  AVALON ST RX 14}}
1141
if [regexp {/tb/dut/mac_rx_clk_14} [find signals /tb/dut/mac_rx_clk_14]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/mac_rx_clk_14}
1142
if [regexp {/tb/dut/data_rx_data_14} [find signals /tb/dut/data_rx_data_14]]          {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/data_rx_data_14}
1143
if [regexp {/tb/dut/data_rx_sop_14} [find signals /tb/dut/data_rx_sop_14]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/data_rx_sop_14}
1144
if [regexp {/tb/dut/data_rx_eop_14} [find signals /tb/dut/data_rx_eop_14]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/data_rx_eop_14}
1145
if [regexp {/tb/dut/data_rx_ready_14} [find signals /tb/dut/data_rx_ready_14]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/data_rx_ready_14}
1146
if [regexp {/tb/dut/data_rx_error_14} [find signals /tb/dut/data_rx_error_14]]        {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/data_rx_error_14}
1147
if [regexp {/tb/dut/data_rx_valid_14} [find signals /tb/dut/data_rx_valid_14]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/data_rx_valid_14}
1148
if [regexp {/tb/dut/pkt_class_data_14} [find signals /tb/dut/pkt_class_data_14]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/pkt_class_data_14}
1149
if [regexp {/tb/dut/pkt_class_valid_14} [find signals  /tb/dut/pkt_class_valid_14]]       {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/pkt_class_valid_14}
1150
 
1151
if [regexp {/tb/dut/data_rx_data_15} [find signals /tb/dut/data_rx_data_15]]          {add wave -noupdate -divider {  AVALON ST RX 15}}
1152
if [regexp {/tb/dut/mac_rx_clk_15} [find signals /tb/dut/mac_rx_clk_15]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/mac_rx_clk_15}
1153
if [regexp {/tb/dut/data_rx_data_15} [find signals /tb/dut/data_rx_data_15]]          {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/data_rx_data_15}
1154
if [regexp {/tb/dut/data_rx_sop_15} [find signals /tb/dut/data_rx_sop_15]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/data_rx_sop_15}
1155
if [regexp {/tb/dut/data_rx_eop_15} [find signals /tb/dut/data_rx_eop_15]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/data_rx_eop_15}
1156
if [regexp {/tb/dut/data_rx_ready_15} [find signals /tb/dut/data_rx_ready_15]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/data_rx_ready_15}
1157
if [regexp {/tb/dut/data_rx_error_15} [find signals /tb/dut/data_rx_error_15]]        {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/data_rx_error_15}
1158
if [regexp {/tb/dut/data_rx_valid_15} [find signals /tb/dut/data_rx_valid_15]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/data_rx_valid_15}
1159
if [regexp {/tb/dut/pkt_class_data_15} [find signals /tb/dut/pkt_class_data_15]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/pkt_class_data_15}
1160
if [regexp {/tb/dut/pkt_class_valid_15} [find signals  /tb/dut/pkt_class_valid_15]]       {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/pkt_class_valid_15}
1161
 
1162
if [regexp {/tb/dut/data_rx_data_16} [find signals /tb/dut/data_rx_data_16]]          {add wave -noupdate -divider {  AVALON ST RX 16}}
1163
if [regexp {/tb/dut/mac_rx_clk_16} [find signals /tb/dut/mac_rx_clk_16]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/mac_rx_clk_16}
1164
if [regexp {/tb/dut/data_rx_data_16} [find signals /tb/dut/data_rx_data_16]]          {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/data_rx_data_16}
1165
if [regexp {/tb/dut/data_rx_sop_16} [find signals /tb/dut/data_rx_sop_16]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/data_rx_sop_16}
1166
if [regexp {/tb/dut/data_rx_eop_16} [find signals /tb/dut/data_rx_eop_16]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/data_rx_eop_16}
1167
if [regexp {/tb/dut/data_rx_ready_16} [find signals /tb/dut/data_rx_ready_16]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/data_rx_ready_16}
1168
if [regexp {/tb/dut/data_rx_error_16} [find signals /tb/dut/data_rx_error_16]]        {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/data_rx_error_16}
1169
if [regexp {/tb/dut/data_rx_valid_16} [find signals /tb/dut/data_rx_valid_16]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/data_rx_valid_16}
1170
if [regexp {/tb/dut/pkt_class_data_16} [find signals /tb/dut/pkt_class_data_16]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/pkt_class_data_16}
1171
if [regexp {/tb/dut/pkt_class_valid_16} [find signals  /tb/dut/pkt_class_valid_16]]       {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/pkt_class_valid_16}
1172
 
1173
if [regexp {/tb/dut/data_rx_data_17} [find signals /tb/dut/data_rx_data_17]]          {add wave -noupdate -divider {  AVALON ST RX 17}}
1174
if [regexp {/tb/dut/mac_rx_clk_17} [find signals /tb/dut/mac_rx_clk_17]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/mac_rx_clk_17}
1175
if [regexp {/tb/dut/data_rx_data_17} [find signals /tb/dut/data_rx_data_17]]          {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/data_rx_data_17}
1176
if [regexp {/tb/dut/data_rx_sop_17} [find signals /tb/dut/data_rx_sop_17]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/data_rx_sop_17}
1177
if [regexp {/tb/dut/data_rx_eop_17} [find signals /tb/dut/data_rx_eop_17]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/data_rx_eop_17}
1178
if [regexp {/tb/dut/data_rx_ready_17} [find signals /tb/dut/data_rx_ready_17]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/data_rx_ready_17}
1179
if [regexp {/tb/dut/data_rx_error_17} [find signals /tb/dut/data_rx_error_17]]        {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/data_rx_error_17}
1180
if [regexp {/tb/dut/data_rx_valid_17} [find signals /tb/dut/data_rx_valid_17]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/data_rx_valid_17}
1181
if [regexp {/tb/dut/pkt_class_data_17} [find signals /tb/dut/pkt_class_data_17]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/pkt_class_data_17}
1182
if [regexp {/tb/dut/pkt_class_valid_17} [find signals  /tb/dut/pkt_class_valid_17]]       {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/pkt_class_valid_17}
1183
 
1184
if [regexp {/tb/dut/data_rx_data_18} [find signals /tb/dut/data_rx_data_18]]          {add wave -noupdate -divider {  AVALON ST RX 18}}
1185
if [regexp {/tb/dut/mac_rx_clk_18} [find signals /tb/dut/mac_rx_clk_18]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/mac_rx_clk_18}
1186
if [regexp {/tb/dut/data_rx_data_18} [find signals /tb/dut/data_rx_data_18]]          {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/data_rx_data_18}
1187
if [regexp {/tb/dut/data_rx_sop_18} [find signals /tb/dut/data_rx_sop_18]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/data_rx_sop_18}
1188
if [regexp {/tb/dut/data_rx_eop_18} [find signals /tb/dut/data_rx_eop_18]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/data_rx_eop_18}
1189
if [regexp {/tb/dut/data_rx_ready_18} [find signals /tb/dut/data_rx_ready_18]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/data_rx_ready_18}
1190
if [regexp {/tb/dut/data_rx_error_18} [find signals /tb/dut/data_rx_error_18]]        {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/data_rx_error_18}
1191
if [regexp {/tb/dut/data_rx_valid_18} [find signals /tb/dut/data_rx_valid_18]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/data_rx_valid_18}
1192
if [regexp {/tb/dut/pkt_class_data_18} [find signals /tb/dut/pkt_class_data_18]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/pkt_class_data_18}
1193
if [regexp {/tb/dut/pkt_class_valid_18} [find signals  /tb/dut/pkt_class_valid_18]]       {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/pkt_class_valid_18}
1194
 
1195
if [regexp {/tb/dut/data_rx_data_19} [find signals /tb/dut/data_rx_data_19]]          {add wave -noupdate -divider {  AVALON ST RX 19}}
1196
if [regexp {/tb/dut/mac_rx_clk_19} [find signals /tb/dut/mac_rx_clk_19]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/mac_rx_clk_19}
1197
if [regexp {/tb/dut/data_rx_data_19} [find signals /tb/dut/data_rx_data_19]]          {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/data_rx_data_19}
1198
if [regexp {/tb/dut/data_rx_sop_19} [find signals /tb/dut/data_rx_sop_19]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/data_rx_sop_19}
1199
if [regexp {/tb/dut/data_rx_eop_19} [find signals /tb/dut/data_rx_eop_19]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/data_rx_eop_19}
1200
if [regexp {/tb/dut/data_rx_ready_19} [find signals /tb/dut/data_rx_ready_19]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/data_rx_ready_19}
1201
if [regexp {/tb/dut/data_rx_error_19} [find signals /tb/dut/data_rx_error_19]]        {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/data_rx_error_19}
1202
if [regexp {/tb/dut/data_rx_valid_19} [find signals /tb/dut/data_rx_valid_19]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/data_rx_valid_19}
1203
if [regexp {/tb/dut/pkt_class_data_19} [find signals /tb/dut/pkt_class_data_19]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/pkt_class_data_19}
1204
if [regexp {/tb/dut/pkt_class_valid_19} [find signals  /tb/dut/pkt_class_valid_19]]       {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/pkt_class_valid_19}
1205
 
1206
if [regexp {/tb/dut/data_rx_data_20} [find signals /tb/dut/data_rx_data_20]]          {add wave -noupdate -divider {  AVALON ST RX 20}}
1207
if [regexp {/tb/dut/mac_rx_clk_20} [find signals /tb/dut/mac_rx_clk_20]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/mac_rx_clk_20}
1208
if [regexp {/tb/dut/data_rx_data_20} [find signals /tb/dut/data_rx_data_20]]          {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/data_rx_data_20}
1209
if [regexp {/tb/dut/data_rx_sop_20} [find signals /tb/dut/data_rx_sop_20]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/data_rx_sop_20}
1210
if [regexp {/tb/dut/data_rx_eop_20} [find signals /tb/dut/data_rx_eop_20]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/data_rx_eop_20}
1211
if [regexp {/tb/dut/data_rx_ready_20} [find signals /tb/dut/data_rx_ready_20]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/data_rx_ready_20}
1212
if [regexp {/tb/dut/data_rx_error_20} [find signals /tb/dut/data_rx_error_20]]        {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/data_rx_error_20}
1213
if [regexp {/tb/dut/data_rx_valid_20} [find signals /tb/dut/data_rx_valid_20]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/data_rx_valid_20}
1214
if [regexp {/tb/dut/pkt_class_data_20} [find signals /tb/dut/pkt_class_data_20]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/pkt_class_data_20}
1215
if [regexp {/tb/dut/pkt_class_valid_20} [find signals  /tb/dut/pkt_class_valid_20]]       {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/pkt_class_valid_20}
1216
 
1217
if [regexp {/tb/dut/data_rx_data_21} [find signals /tb/dut/data_rx_data_21]]          {add wave -noupdate -divider {  AVALON ST RX 21}}
1218
if [regexp {/tb/dut/mac_rx_clk_21} [find signals /tb/dut/mac_rx_clk_21]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/mac_rx_clk_21}
1219
if [regexp {/tb/dut/data_rx_data_21} [find signals /tb/dut/data_rx_data_21]]          {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/data_rx_data_21}
1220
if [regexp {/tb/dut/data_rx_sop_21} [find signals /tb/dut/data_rx_sop_21]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/data_rx_sop_21}
1221
if [regexp {/tb/dut/data_rx_eop_21} [find signals /tb/dut/data_rx_eop_21]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/data_rx_eop_21}
1222
if [regexp {/tb/dut/data_rx_ready_21} [find signals /tb/dut/data_rx_ready_21]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/data_rx_ready_21}
1223
if [regexp {/tb/dut/data_rx_error_21} [find signals /tb/dut/data_rx_error_21]]        {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/data_rx_error_21}
1224
if [regexp {/tb/dut/data_rx_valid_21} [find signals /tb/dut/data_rx_valid_21]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/data_rx_valid_21}
1225
if [regexp {/tb/dut/pkt_class_data_21} [find signals /tb/dut/pkt_class_data_21]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/pkt_class_data_21}
1226
if [regexp {/tb/dut/pkt_class_valid_21} [find signals  /tb/dut/pkt_class_valid_21]]       {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/pkt_class_valid_21}
1227
 
1228
if [regexp {/tb/dut/data_rx_data_22} [find signals /tb/dut/data_rx_data_22]]          {add wave -noupdate -divider {  AVALON ST RX 22}}
1229
if [regexp {/tb/dut/mac_rx_clk_22} [find signals /tb/dut/mac_rx_clk_22]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/mac_rx_clk_22}
1230
if [regexp {/tb/dut/data_rx_data_22} [find signals /tb/dut/data_rx_data_22]]          {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/data_rx_data_22}
1231
if [regexp {/tb/dut/data_rx_sop_22} [find signals /tb/dut/data_rx_sop_22]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/data_rx_sop_22}
1232
if [regexp {/tb/dut/data_rx_eop_22} [find signals /tb/dut/data_rx_eop_22]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/data_rx_eop_22}
1233
if [regexp {/tb/dut/data_rx_ready_22} [find signals /tb/dut/data_rx_ready_22]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/data_rx_ready_22}
1234
if [regexp {/tb/dut/data_rx_error_22} [find signals /tb/dut/data_rx_error_22]]        {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/data_rx_error_22}
1235
if [regexp {/tb/dut/data_rx_valid_22} [find signals /tb/dut/data_rx_valid_22]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/data_rx_valid_22}
1236
if [regexp {/tb/dut/pkt_class_data_22} [find signals /tb/dut/pkt_class_data_22]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/pkt_class_data_22}
1237
if [regexp {/tb/dut/pkt_class_valid_22} [find signals  /tb/dut/pkt_class_valid_22]]       {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/pkt_class_valid_22}
1238
 
1239
if [regexp {/tb/dut/data_rx_data_23} [find signals /tb/dut/data_rx_data_23]]          {add wave -noupdate -divider {  AVALON ST RX 23}}
1240
if [regexp {/tb/dut/mac_rx_clk_23} [find signals /tb/dut/mac_rx_clk_23]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/mac_rx_clk_23}
1241
if [regexp {/tb/dut/data_rx_data_23} [find signals /tb/dut/data_rx_data_23]]          {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/data_rx_data_23}
1242
if [regexp {/tb/dut/data_rx_sop_23} [find signals /tb/dut/data_rx_sop_23]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/data_rx_sop_23}
1243
if [regexp {/tb/dut/data_rx_eop_23} [find signals /tb/dut/data_rx_eop_23]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/data_rx_eop_23}
1244
if [regexp {/tb/dut/data_rx_ready_23} [find signals /tb/dut/data_rx_ready_23]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/data_rx_ready_23}
1245
if [regexp {/tb/dut/data_rx_error_23} [find signals /tb/dut/data_rx_error_23]]        {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/data_rx_error_23}
1246
if [regexp {/tb/dut/data_rx_valid_23} [find signals /tb/dut/data_rx_valid_23]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/data_rx_valid_23}
1247
if [regexp {/tb/dut/pkt_class_data_23} [find signals /tb/dut/pkt_class_data_23]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/pkt_class_data_23}
1248
if [regexp {/tb/dut/pkt_class_valid_23} [find signals  /tb/dut/pkt_class_valid_23]]       {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/pkt_class_valid_23}
1249
 
1250
 
1251
add wave -noupdate -divider -height 40 {TRANSMIT INTERFACE}
1252
if [regexp {/tb/dut/ff_tx_data} [find signals /tb/dut/ff_tx_data]]          {add wave -noupdate -divider {  FIFO TX}}
1253
if [regexp {/tb/dut/ff_tx_clk} [find signals /tb/dut/ff_tx_clk]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/ff_tx_clk}
1254
if [regexp {/tb/dut/ff_tx_data} [find signals /tb/dut/ff_tx_data]]          {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/ff_tx_data}
1255
if [regexp {/tb/dut/ff_tx_sop} [find signals /tb/dut/ff_tx_sop]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/ff_tx_sop}
1256
if [regexp {/tb/dut/ff_tx_eop} [find signals /tb/dut/ff_tx_eop]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/ff_tx_eop}
1257
if [regexp {/tb/dut/ff_tx_rdy} [find signals /tb/dut/ff_tx_rdy]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/ff_tx_rdy}
1258
if [regexp {/tb/dut/ff_tx_wren} [find signals /tb/dut/ff_tx_wren]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/ff_tx_wren}
1259
if [regexp {/tb/dut/ff_tx_crc_fwd} [find signals /tb/dut/ff_tx_crc_fwd]]    {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/ff_tx_crc_fwd}
1260
if [regexp {/tb/dut/ff_tx_err} [find signals /tb/dut/ff_tx_err]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/ff_tx_err}
1261
if [regexp {/tb/dut/ff_tx_mod} [find signals /tb/dut/ff_tx_mod]]            {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/ff_tx_mod}
1262
if [regexp {/tb/dut/ff_tx_septy} [find signals /tb/dut/ff_tx_septy]]        {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/ff_tx_septy}
1263
if [regexp {/tb/dut/tx_ff_uflow} [find signals /tb/dut/tx_ff_uflow]]        {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/tx_ff_uflow}
1264
if [regexp {/tb/dut/ff_tx_a_full} [find signals /tb/dut/ff_tx_a_full]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/ff_tx_a_full}
1265
if [regexp {/tb/dut/ff_tx_a_empty} [find signals /tb/dut/ff_tx_a_empty]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/ff_tx_a_empty}
1266
 
1267
if [regexp {/tb/dut/data_tx_data_0} [find signals /tb/dut/data_tx_data_0]]          {add wave -noupdate -divider {  AVALON ST TX 0}}
1268
if [regexp {/tb/dut/mac_tx_clk_0} [find signals /tb/dut/mac_tx_clk_0]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/mac_tx_clk_0}
1269
if [regexp {/tb/dut/data_tx_data_0} [find signals /tb/dut/data_tx_data_0]]          {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/data_tx_data_0}
1270
if [regexp {/tb/dut/data_tx_sop_0} [find signals /tb/dut/data_tx_sop_0]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/data_tx_sop_0}
1271
if [regexp {/tb/dut/data_tx_eop_0} [find signals /tb/dut/data_tx_eop_0]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/data_tx_eop_0}
1272
if [regexp {/tb/dut/data_tx_ready_0} [find signals /tb/dut/data_tx_ready_0]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/data_tx_ready_0}
1273
if [regexp {/tb/dut/data_tx_error_0} [find signals /tb/dut/data_tx_error_0]]        {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/data_tx_error_0}
1274
if [regexp {/tb/dut/data_tx_valid_0} [find signals /tb/dut/data_tx_valid_0]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/data_tx_valid_0}
1275
 
1276
if [regexp {/tb/dut/data_tx_data_1} [find signals /tb/dut/data_tx_data_1]]          {add wave -noupdate -divider {  AVALON ST TX 1}}
1277
if [regexp {/tb/dut/mac_tx_clk_1} [find signals /tb/dut/mac_tx_clk_1]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/mac_tx_clk_1}
1278
if [regexp {/tb/dut/data_tx_data_1} [find signals /tb/dut/data_tx_data_1]]          {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/data_tx_data_1}
1279
if [regexp {/tb/dut/data_tx_sop_1} [find signals /tb/dut/data_tx_sop_1]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/data_tx_sop_1}
1280
if [regexp {/tb/dut/data_tx_eop_1} [find signals /tb/dut/data_tx_eop_1]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/data_tx_eop_1}
1281
if [regexp {/tb/dut/data_tx_ready_1} [find signals /tb/dut/data_tx_ready_1]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/data_tx_ready_1}
1282
if [regexp {/tb/dut/data_tx_error_1} [find signals /tb/dut/data_tx_error_1]]        {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/data_tx_error_1}
1283
if [regexp {/tb/dut/data_tx_valid_1} [find signals /tb/dut/data_tx_valid_1]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/data_tx_valid_1}
1284
 
1285
if [regexp {/tb/dut/data_tx_data_2} [find signals /tb/dut/data_tx_data_2]]          {add wave -noupdate -divider {  AVALON ST TX 2}}
1286
if [regexp {/tb/dut/mac_tx_clk_2} [find signals /tb/dut/mac_tx_clk_2]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/mac_tx_clk_2}
1287
if [regexp {/tb/dut/data_tx_data_2} [find signals /tb/dut/data_tx_data_2]]          {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/data_tx_data_2}
1288
if [regexp {/tb/dut/data_tx_sop_2} [find signals /tb/dut/data_tx_sop_2]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/data_tx_sop_2}
1289
if [regexp {/tb/dut/data_tx_eop_2} [find signals /tb/dut/data_tx_eop_2]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/data_tx_eop_2}
1290
if [regexp {/tb/dut/data_tx_ready_2} [find signals /tb/dut/data_tx_ready_2]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/data_tx_ready_2}
1291
if [regexp {/tb/dut/data_tx_error_2} [find signals /tb/dut/data_tx_error_2]]        {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/data_tx_error_2}
1292
if [regexp {/tb/dut/data_tx_valid_2} [find signals /tb/dut/data_tx_valid_2]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/data_tx_valid_2}
1293
 
1294
if [regexp {/tb/dut/data_tx_data_3} [find signals /tb/dut/data_tx_data_3]]          {add wave -noupdate -divider {  AVALON ST TX 3}}
1295
if [regexp {/tb/dut/mac_tx_clk_3} [find signals /tb/dut/mac_tx_clk_3]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/mac_tx_clk_3}
1296
if [regexp {/tb/dut/data_tx_data_3} [find signals /tb/dut/data_tx_data_3]]          {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/data_tx_data_3}
1297
if [regexp {/tb/dut/data_tx_sop_3} [find signals /tb/dut/data_tx_sop_3]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/data_tx_sop_3}
1298
if [regexp {/tb/dut/data_tx_eop_3} [find signals /tb/dut/data_tx_eop_3]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/data_tx_eop_3}
1299
if [regexp {/tb/dut/data_tx_ready_3} [find signals /tb/dut/data_tx_ready_3]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/data_tx_ready_3}
1300
if [regexp {/tb/dut/data_tx_error_3} [find signals /tb/dut/data_tx_error_3]]        {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/data_tx_error_3}
1301
if [regexp {/tb/dut/data_tx_valid_3} [find signals /tb/dut/data_tx_valid_3]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/data_tx_valid_3}
1302
 
1303
if [regexp {/tb/dut/data_tx_data_4} [find signals /tb/dut/data_tx_data_4]]          {add wave -noupdate -divider {  AVALON ST TX 4}}
1304
if [regexp {/tb/dut/mac_tx_clk_4} [find signals /tb/dut/mac_tx_clk_4]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/mac_tx_clk_4}
1305
if [regexp {/tb/dut/data_tx_data_4} [find signals /tb/dut/data_tx_data_4]]          {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/data_tx_data_4}
1306
if [regexp {/tb/dut/data_tx_sop_4} [find signals /tb/dut/data_tx_sop_4]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/data_tx_sop_4}
1307
if [regexp {/tb/dut/data_tx_eop_4} [find signals /tb/dut/data_tx_eop_4]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/data_tx_eop_4}
1308
if [regexp {/tb/dut/data_tx_ready_4} [find signals /tb/dut/data_tx_ready_4]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/data_tx_ready_4}
1309
if [regexp {/tb/dut/data_tx_error_4} [find signals /tb/dut/data_tx_error_4]]        {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/data_tx_error_4}
1310
if [regexp {/tb/dut/data_tx_valid_4} [find signals /tb/dut/data_tx_valid_4]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/data_tx_valid_4}
1311
 
1312
if [regexp {/tb/dut/data_tx_data_5} [find signals /tb/dut/data_tx_data_5]]          {add wave -noupdate -divider {  AVALON ST TX 5}}
1313
if [regexp {/tb/dut/mac_tx_clk_5} [find signals /tb/dut/mac_tx_clk_5]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/mac_tx_clk_5}
1314
if [regexp {/tb/dut/data_tx_data_5} [find signals /tb/dut/data_tx_data_5]]          {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/data_tx_data_5}
1315
if [regexp {/tb/dut/data_tx_sop_5} [find signals /tb/dut/data_tx_sop_5]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/data_tx_sop_5}
1316
if [regexp {/tb/dut/data_tx_eop_5} [find signals /tb/dut/data_tx_eop_5]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/data_tx_eop_5}
1317
if [regexp {/tb/dut/data_tx_ready_5} [find signals /tb/dut/data_tx_ready_5]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/data_tx_ready_5}
1318
if [regexp {/tb/dut/data_tx_error_5} [find signals /tb/dut/data_tx_error_5]]        {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/data_tx_error_5}
1319
if [regexp {/tb/dut/data_tx_valid_5} [find signals /tb/dut/data_tx_valid_5]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/data_tx_valid_5}
1320
 
1321
if [regexp {/tb/dut/data_tx_data_6} [find signals /tb/dut/data_tx_data_6]]          {add wave -noupdate -divider {  AVALON ST TX 6}}
1322
if [regexp {/tb/dut/mac_tx_clk_6} [find signals /tb/dut/mac_tx_clk_6]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/mac_tx_clk_6}
1323
if [regexp {/tb/dut/data_tx_data_6} [find signals /tb/dut/data_tx_data_6]]          {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/data_tx_data_6}
1324
if [regexp {/tb/dut/data_tx_sop_6} [find signals /tb/dut/data_tx_sop_6]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/data_tx_sop_6}
1325
if [regexp {/tb/dut/data_tx_eop_6} [find signals /tb/dut/data_tx_eop_6]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/data_tx_eop_6}
1326
if [regexp {/tb/dut/data_tx_ready_6} [find signals /tb/dut/data_tx_ready_6]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/data_tx_ready_6}
1327
if [regexp {/tb/dut/data_tx_error_6} [find signals /tb/dut/data_tx_error_6]]        {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/data_tx_error_6}
1328
if [regexp {/tb/dut/data_tx_valid_6} [find signals /tb/dut/data_tx_valid_6]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/data_tx_valid_6}
1329
 
1330
if [regexp {/tb/dut/data_tx_data_7} [find signals /tb/dut/data_tx_data_7]]          {add wave -noupdate -divider {  AVALON ST TX 7}}
1331
if [regexp {/tb/dut/mac_tx_clk_7} [find signals /tb/dut/mac_tx_clk_7]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/mac_tx_clk_7}
1332
if [regexp {/tb/dut/data_tx_data_7} [find signals /tb/dut/data_tx_data_7]]          {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/data_tx_data_7}
1333
if [regexp {/tb/dut/data_tx_sop_7} [find signals /tb/dut/data_tx_sop_7]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/data_tx_sop_7}
1334
if [regexp {/tb/dut/data_tx_eop_7} [find signals /tb/dut/data_tx_eop_7]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/data_tx_eop_7}
1335
if [regexp {/tb/dut/data_tx_ready_7} [find signals /tb/dut/data_tx_ready_7]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/data_tx_ready_7}
1336
if [regexp {/tb/dut/data_tx_error_7} [find signals /tb/dut/data_tx_error_7]]        {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/data_tx_error_7}
1337
if [regexp {/tb/dut/data_tx_valid_7} [find signals /tb/dut/data_tx_valid_7]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/data_tx_valid_7}
1338
 
1339
if [regexp {/tb/dut/data_tx_data_8} [find signals /tb/dut/data_tx_data_8]]          {add wave -noupdate -divider {  AVALON ST TX 8}}
1340
if [regexp {/tb/dut/mac_tx_clk_8} [find signals /tb/dut/mac_tx_clk_8]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/mac_tx_clk_8}
1341
if [regexp {/tb/dut/data_tx_data_8} [find signals /tb/dut/data_tx_data_8]]          {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/data_tx_data_8}
1342
if [regexp {/tb/dut/data_tx_sop_8} [find signals /tb/dut/data_tx_sop_8]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/data_tx_sop_8}
1343
if [regexp {/tb/dut/data_tx_eop_8} [find signals /tb/dut/data_tx_eop_8]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/data_tx_eop_8}
1344
if [regexp {/tb/dut/data_tx_ready_8} [find signals /tb/dut/data_tx_ready_8]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/data_tx_ready_8}
1345
if [regexp {/tb/dut/data_tx_error_8} [find signals /tb/dut/data_tx_error_8]]        {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/data_tx_error_8}
1346
if [regexp {/tb/dut/data_tx_valid_8} [find signals /tb/dut/data_tx_valid_8]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/data_tx_valid_8}
1347
 
1348
if [regexp {/tb/dut/data_tx_data_9} [find signals /tb/dut/data_tx_data_9]]          {add wave -noupdate -divider {  AVALON ST TX 9}}
1349
if [regexp {/tb/dut/mac_tx_clk_9} [find signals /tb/dut/mac_tx_clk_9]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/mac_tx_clk_9}
1350
if [regexp {/tb/dut/data_tx_data_9} [find signals /tb/dut/data_tx_data_9]]          {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/data_tx_data_9}
1351
if [regexp {/tb/dut/data_tx_sop_9} [find signals /tb/dut/data_tx_sop_9]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/data_tx_sop_9}
1352
if [regexp {/tb/dut/data_tx_eop_9} [find signals /tb/dut/data_tx_eop_9]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/data_tx_eop_9}
1353
if [regexp {/tb/dut/data_tx_ready_9} [find signals /tb/dut/data_tx_ready_9]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/data_tx_ready_9}
1354
if [regexp {/tb/dut/data_tx_error_9} [find signals /tb/dut/data_tx_error_9]]        {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/data_tx_error_9}
1355
if [regexp {/tb/dut/data_tx_valid_9} [find signals /tb/dut/data_tx_valid_9]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/data_tx_valid_9}
1356
 
1357
if [regexp {/tb/dut/data_tx_data_10} [find signals /tb/dut/data_tx_data_10]]          {add wave -noupdate -divider {  AVALON ST TX 10}}
1358
if [regexp {/tb/dut/mac_tx_clk_10} [find signals /tb/dut/mac_tx_clk_10]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/mac_tx_clk_10}
1359
if [regexp {/tb/dut/data_tx_data_10} [find signals /tb/dut/data_tx_data_10]]          {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/data_tx_data_10}
1360
if [regexp {/tb/dut/data_tx_sop_10} [find signals /tb/dut/data_tx_sop_10]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/data_tx_sop_10}
1361
if [regexp {/tb/dut/data_tx_eop_10} [find signals /tb/dut/data_tx_eop_10]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/data_tx_eop_10}
1362
if [regexp {/tb/dut/data_tx_ready_10} [find signals /tb/dut/data_tx_ready_10]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/data_tx_ready_10}
1363
if [regexp {/tb/dut/data_tx_error_10} [find signals /tb/dut/data_tx_error_10]]        {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/data_tx_error_10}
1364
if [regexp {/tb/dut/data_tx_valid_10} [find signals /tb/dut/data_tx_valid_10]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/data_tx_valid_10}
1365
 
1366
if [regexp {/tb/dut/data_tx_data_11} [find signals /tb/dut/data_tx_data_11]]          {add wave -noupdate -divider {  AVALON ST TX 11}}
1367
if [regexp {/tb/dut/mac_tx_clk_11} [find signals /tb/dut/mac_tx_clk_11]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/mac_tx_clk_11}
1368
if [regexp {/tb/dut/data_tx_data_11} [find signals /tb/dut/data_tx_data_11]]          {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/data_tx_data_11}
1369
if [regexp {/tb/dut/data_tx_sop_11} [find signals /tb/dut/data_tx_sop_11]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/data_tx_sop_11}
1370
if [regexp {/tb/dut/data_tx_eop_11} [find signals /tb/dut/data_tx_eop_11]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/data_tx_eop_11}
1371
if [regexp {/tb/dut/data_tx_ready_11} [find signals /tb/dut/data_tx_ready_11]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/data_tx_ready_11}
1372
if [regexp {/tb/dut/data_tx_error_11} [find signals /tb/dut/data_tx_error_11]]        {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/data_tx_error_11}
1373
if [regexp {/tb/dut/data_tx_valid_11} [find signals /tb/dut/data_tx_valid_11]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/data_tx_valid_11}
1374
 
1375
if [regexp {/tb/dut/data_tx_data_12} [find signals /tb/dut/data_tx_data_12]]          {add wave -noupdate -divider {  AVALON ST TX 12}}
1376
if [regexp {/tb/dut/mac_tx_clk_12} [find signals /tb/dut/mac_tx_clk_12]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/mac_tx_clk_12}
1377
if [regexp {/tb/dut/data_tx_data_12} [find signals /tb/dut/data_tx_data_12]]          {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/data_tx_data_12}
1378
if [regexp {/tb/dut/data_tx_sop_12} [find signals /tb/dut/data_tx_sop_12]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/data_tx_sop_12}
1379
if [regexp {/tb/dut/data_tx_eop_12} [find signals /tb/dut/data_tx_eop_12]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/data_tx_eop_12}
1380
if [regexp {/tb/dut/data_tx_ready_12} [find signals /tb/dut/data_tx_ready_12]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/data_tx_ready_12}
1381
if [regexp {/tb/dut/data_tx_error_12} [find signals /tb/dut/data_tx_error_12]]        {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/data_tx_error_12}
1382
if [regexp {/tb/dut/data_tx_valid_12} [find signals /tb/dut/data_tx_valid_12]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/data_tx_valid_12}
1383
 
1384
if [regexp {/tb/dut/data_tx_data_13} [find signals /tb/dut/data_tx_data_13]]          {add wave -noupdate -divider {  AVALON ST TX 13}}
1385
if [regexp {/tb/dut/mac_tx_clk_13} [find signals /tb/dut/mac_tx_clk_13]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/mac_tx_clk_13}
1386
if [regexp {/tb/dut/data_tx_data_13} [find signals /tb/dut/data_tx_data_13]]          {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/data_tx_data_13}
1387
if [regexp {/tb/dut/data_tx_sop_13} [find signals /tb/dut/data_tx_sop_13]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/data_tx_sop_13}
1388
if [regexp {/tb/dut/data_tx_eop_13} [find signals /tb/dut/data_tx_eop_13]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/data_tx_eop_13}
1389
if [regexp {/tb/dut/data_tx_ready_13} [find signals /tb/dut/data_tx_ready_13]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/data_tx_ready_13}
1390
if [regexp {/tb/dut/data_tx_error_13} [find signals /tb/dut/data_tx_error_13]]        {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/data_tx_error_13}
1391
if [regexp {/tb/dut/data_tx_valid_13} [find signals /tb/dut/data_tx_valid_13]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/data_tx_valid_13}
1392
 
1393
if [regexp {/tb/dut/data_tx_data_14} [find signals /tb/dut/data_tx_data_14]]          {add wave -noupdate -divider {  AVALON ST TX 14}}
1394
if [regexp {/tb/dut/mac_tx_clk_14} [find signals /tb/dut/mac_tx_clk_14]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/mac_tx_clk_14}
1395
if [regexp {/tb/dut/data_tx_data_14} [find signals /tb/dut/data_tx_data_14]]          {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/data_tx_data_14}
1396
if [regexp {/tb/dut/data_tx_sop_14} [find signals /tb/dut/data_tx_sop_14]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/data_tx_sop_14}
1397
if [regexp {/tb/dut/data_tx_eop_14} [find signals /tb/dut/data_tx_eop_14]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/data_tx_eop_14}
1398
if [regexp {/tb/dut/data_tx_ready_14} [find signals /tb/dut/data_tx_ready_14]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/data_tx_ready_14}
1399
if [regexp {/tb/dut/data_tx_error_14} [find signals /tb/dut/data_tx_error_14]]        {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/data_tx_error_14}
1400
if [regexp {/tb/dut/data_tx_valid_14} [find signals /tb/dut/data_tx_valid_14]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/data_tx_valid_14}
1401
 
1402
if [regexp {/tb/dut/data_tx_data_15} [find signals /tb/dut/data_tx_data_15]]          {add wave -noupdate -divider {  AVALON ST TX 15}}
1403
if [regexp {/tb/dut/mac_tx_clk_15} [find signals /tb/dut/mac_tx_clk_15]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/mac_tx_clk_15}
1404
if [regexp {/tb/dut/data_tx_data_15} [find signals /tb/dut/data_tx_data_15]]          {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/data_tx_data_15}
1405
if [regexp {/tb/dut/data_tx_sop_15} [find signals /tb/dut/data_tx_sop_15]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/data_tx_sop_15}
1406
if [regexp {/tb/dut/data_tx_eop_15} [find signals /tb/dut/data_tx_eop_15]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/data_tx_eop_15}
1407
if [regexp {/tb/dut/data_tx_ready_15} [find signals /tb/dut/data_tx_ready_15]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/data_tx_ready_15}
1408
if [regexp {/tb/dut/data_tx_error_15} [find signals /tb/dut/data_tx_error_15]]        {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/data_tx_error_15}
1409
if [regexp {/tb/dut/data_tx_valid_15} [find signals /tb/dut/data_tx_valid_15]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/data_tx_valid_15}
1410
 
1411
if [regexp {/tb/dut/data_tx_data_16} [find signals /tb/dut/data_tx_data_16]]          {add wave -noupdate -divider {  AVALON ST TX 16}}
1412
if [regexp {/tb/dut/mac_tx_clk_16} [find signals /tb/dut/mac_tx_clk_16]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/mac_tx_clk_16}
1413
if [regexp {/tb/dut/data_tx_data_16} [find signals /tb/dut/data_tx_data_16]]          {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/data_tx_data_16}
1414
if [regexp {/tb/dut/data_tx_sop_16} [find signals /tb/dut/data_tx_sop_16]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/data_tx_sop_16}
1415
if [regexp {/tb/dut/data_tx_eop_16} [find signals /tb/dut/data_tx_eop_16]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/data_tx_eop_16}
1416
if [regexp {/tb/dut/data_tx_ready_16} [find signals /tb/dut/data_tx_ready_16]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/data_tx_ready_16}
1417
if [regexp {/tb/dut/data_tx_error_16} [find signals /tb/dut/data_tx_error_16]]        {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/data_tx_error_16}
1418
if [regexp {/tb/dut/data_tx_valid_16} [find signals /tb/dut/data_tx_valid_16]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/data_tx_valid_16}
1419
 
1420
if [regexp {/tb/dut/data_tx_data_17} [find signals /tb/dut/data_tx_data_17]]          {add wave -noupdate -divider {  AVALON ST TX 17}}
1421
if [regexp {/tb/dut/mac_tx_clk_17} [find signals /tb/dut/mac_tx_clk_17]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/mac_tx_clk_17}
1422
if [regexp {/tb/dut/data_tx_data_17} [find signals /tb/dut/data_tx_data_17]]          {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/data_tx_data_17}
1423
if [regexp {/tb/dut/data_tx_sop_17} [find signals /tb/dut/data_tx_sop_17]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/data_tx_sop_17}
1424
if [regexp {/tb/dut/data_tx_eop_17} [find signals /tb/dut/data_tx_eop_17]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/data_tx_eop_17}
1425
if [regexp {/tb/dut/data_tx_ready_17} [find signals /tb/dut/data_tx_ready_17]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/data_tx_ready_17}
1426
if [regexp {/tb/dut/data_tx_error_17} [find signals /tb/dut/data_tx_error_17]]        {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/data_tx_error_17}
1427
if [regexp {/tb/dut/data_tx_valid_17} [find signals /tb/dut/data_tx_valid_17]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/data_tx_valid_17}
1428
 
1429
if [regexp {/tb/dut/data_tx_data_18} [find signals /tb/dut/data_tx_data_18]]          {add wave -noupdate -divider {  AVALON ST TX 18}}
1430
if [regexp {/tb/dut/mac_tx_clk_18} [find signals /tb/dut/mac_tx_clk_18]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/mac_tx_clk_18}
1431
if [regexp {/tb/dut/data_tx_data_18} [find signals /tb/dut/data_tx_data_18]]          {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/data_tx_data_18}
1432
if [regexp {/tb/dut/data_tx_sop_18} [find signals /tb/dut/data_tx_sop_18]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/data_tx_sop_18}
1433
if [regexp {/tb/dut/data_tx_eop_18} [find signals /tb/dut/data_tx_eop_18]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/data_tx_eop_18}
1434
if [regexp {/tb/dut/data_tx_ready_18} [find signals /tb/dut/data_tx_ready_18]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/data_tx_ready_18}
1435
if [regexp {/tb/dut/data_tx_error_18} [find signals /tb/dut/data_tx_error_18]]        {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/data_tx_error_18}
1436
if [regexp {/tb/dut/data_tx_valid_18} [find signals /tb/dut/data_tx_valid_18]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/data_tx_valid_18}
1437
 
1438
if [regexp {/tb/dut/data_tx_data_19} [find signals /tb/dut/data_tx_data_19]]          {add wave -noupdate -divider {  AVALON ST TX 19}}
1439
if [regexp {/tb/dut/mac_tx_clk_19} [find signals /tb/dut/mac_tx_clk_19]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/mac_tx_clk_19}
1440
if [regexp {/tb/dut/data_tx_data_19} [find signals /tb/dut/data_tx_data_19]]          {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/data_tx_data_19}
1441
if [regexp {/tb/dut/data_tx_sop_19} [find signals /tb/dut/data_tx_sop_19]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/data_tx_sop_19}
1442
if [regexp {/tb/dut/data_tx_eop_19} [find signals /tb/dut/data_tx_eop_19]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/data_tx_eop_19}
1443
if [regexp {/tb/dut/data_tx_ready_19} [find signals /tb/dut/data_tx_ready_19]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/data_tx_ready_19}
1444
if [regexp {/tb/dut/data_tx_error_19} [find signals /tb/dut/data_tx_error_19]]        {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/data_tx_error_19}
1445
if [regexp {/tb/dut/data_tx_valid_19} [find signals /tb/dut/data_tx_valid_19]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/data_tx_valid_19}
1446
 
1447
if [regexp {/tb/dut/data_tx_data_20} [find signals /tb/dut/data_tx_data_20]]          {add wave -noupdate -divider {  AVALON ST TX 20}}
1448
if [regexp {/tb/dut/mac_tx_clk_20} [find signals /tb/dut/mac_tx_clk_20]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/mac_tx_clk_20}
1449
if [regexp {/tb/dut/data_tx_data_20} [find signals /tb/dut/data_tx_data_20]]          {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/data_tx_data_20}
1450
if [regexp {/tb/dut/data_tx_sop_20} [find signals /tb/dut/data_tx_sop_20]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/data_tx_sop_20}
1451
if [regexp {/tb/dut/data_tx_eop_20} [find signals /tb/dut/data_tx_eop_20]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/data_tx_eop_20}
1452
if [regexp {/tb/dut/data_tx_ready_20} [find signals /tb/dut/data_tx_ready_20]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/data_tx_ready_20}
1453
if [regexp {/tb/dut/data_tx_error_20} [find signals /tb/dut/data_tx_error_20]]        {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/data_tx_error_20}
1454
if [regexp {/tb/dut/data_tx_valid_20} [find signals /tb/dut/data_tx_valid_20]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/data_tx_valid_20}
1455
 
1456
if [regexp {/tb/dut/data_tx_data_21} [find signals /tb/dut/data_tx_data_21]]          {add wave -noupdate -divider {  AVALON ST TX 21}}
1457
if [regexp {/tb/dut/mac_tx_clk_21} [find signals /tb/dut/mac_tx_clk_21]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/mac_tx_clk_21}
1458
if [regexp {/tb/dut/data_tx_data_21} [find signals /tb/dut/data_tx_data_21]]          {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/data_tx_data_21}
1459
if [regexp {/tb/dut/data_tx_sop_21} [find signals /tb/dut/data_tx_sop_21]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/data_tx_sop_21}
1460
if [regexp {/tb/dut/data_tx_eop_21} [find signals /tb/dut/data_tx_eop_21]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/data_tx_eop_21}
1461
if [regexp {/tb/dut/data_tx_ready_21} [find signals /tb/dut/data_tx_ready_21]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/data_tx_ready_21}
1462
if [regexp {/tb/dut/data_tx_error_21} [find signals /tb/dut/data_tx_error_21]]        {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/data_tx_error_21}
1463
if [regexp {/tb/dut/data_tx_valid_21} [find signals /tb/dut/data_tx_valid_21]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/data_tx_valid_21}
1464
 
1465
if [regexp {/tb/dut/data_tx_data_22} [find signals /tb/dut/data_tx_data_22]]          {add wave -noupdate -divider {  AVALON ST TX 22}}
1466
if [regexp {/tb/dut/mac_tx_clk_22} [find signals /tb/dut/mac_tx_clk_22]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/mac_tx_clk_22}
1467
if [regexp {/tb/dut/data_tx_data_22} [find signals /tb/dut/data_tx_data_22]]          {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/data_tx_data_22}
1468
if [regexp {/tb/dut/data_tx_sop_22} [find signals /tb/dut/data_tx_sop_22]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/data_tx_sop_22}
1469
if [regexp {/tb/dut/data_tx_eop_22} [find signals /tb/dut/data_tx_eop_22]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/data_tx_eop_22}
1470
if [regexp {/tb/dut/data_tx_ready_22} [find signals /tb/dut/data_tx_ready_22]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/data_tx_ready_22}
1471
if [regexp {/tb/dut/data_tx_error_22} [find signals /tb/dut/data_tx_error_22]]        {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/data_tx_error_22}
1472
if [regexp {/tb/dut/data_tx_valid_22} [find signals /tb/dut/data_tx_valid_22]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/data_tx_valid_22}
1473
 
1474
if [regexp {/tb/dut/data_tx_data_23} [find signals /tb/dut/data_tx_data_23]]          {add wave -noupdate -divider {  AVALON ST TX 23}}
1475
if [regexp {/tb/dut/mac_tx_clk_23} [find signals /tb/dut/mac_tx_clk_23]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/mac_tx_clk_23}
1476
if [regexp {/tb/dut/data_tx_data_23} [find signals /tb/dut/data_tx_data_23]]          {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/data_tx_data_23}
1477
if [regexp {/tb/dut/data_tx_sop_23} [find signals /tb/dut/data_tx_sop_23]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/data_tx_sop_23}
1478
if [regexp {/tb/dut/data_tx_eop_23} [find signals /tb/dut/data_tx_eop_23]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/data_tx_eop_23}
1479
if [regexp {/tb/dut/data_tx_ready_23} [find signals /tb/dut/data_tx_ready_23]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/data_tx_ready_23}
1480
if [regexp {/tb/dut/data_tx_error_23} [find signals /tb/dut/data_tx_error_23]]        {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/data_tx_error_23}
1481
if [regexp {/tb/dut/data_tx_valid_23} [find signals /tb/dut/data_tx_valid_23]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/data_tx_valid_23}
1482
 
1483
 
1484
if [regexp {/tb/dut/gmii_tx_d} [find signals /tb/dut/gmii_tx_d]]            {add wave -noupdate -divider {  GMII TX}}
1485
if [regexp {/tb/dut/gm_tx_d} [find signals /tb/dut/gm_tx_d]]                {add wave -noupdate -divider {  GMII TX}}
1486
if [regexp {/tb/dut/tx_clk} [find signals /tb/dut/tx_clk]]                  {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/tx_clk}
1487
if [regexp {/tb/dut/gm_tx_err} [find signals /tb/dut/gm_tx_err]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gm_tx_err}
1488
if [regexp {/tb/dut/gm_tx_en} [find signals /tb/dut/gm_tx_en]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gm_tx_en}
1489
if [regexp {/tb/dut/gm_tx_d} [find signals /tb/dut/gm_tx_d]]                {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/gm_tx_d}
1490
if [regexp {/tb/dut/gmii_tx_err} [find signals /tb/dut/gmii_tx_err]]        {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gmii_tx_err}
1491
if [regexp {/tb/dut/gmii_tx_en} [find signals /tb/dut/gmii_tx_en]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gmii_tx_en}
1492
if [regexp {/tb/dut/gmii_tx_d} [find signals /tb/dut/gmii_tx_d]]            {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/gmii_tx_d}
1493
 
1494
 
1495
if [regexp {/tb/dut/gmii_tx_d_0} [find signals /tb/dut/gmii_tx_d_0]]            {add wave -noupdate -divider {  GMII TX 0}}
1496
if [regexp {/tb/dut/gm_tx_d_0} [find signals /tb/dut/gm_tx_d_0]]                {add wave -noupdate -divider {  GMII TX 0}}
1497
if [regexp {/tb/dut/tx_clk_0} [find signals /tb/dut/tx_clk_0]]                  {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/tx_clk_0}
1498
if [regexp {/tb/dut/gm_tx_err_0} [find signals /tb/dut/gm_tx_err_0]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gm_tx_err_0}
1499
if [regexp {/tb/dut/gm_tx_en_0} [find signals /tb/dut/gm_tx_en_0]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gm_tx_en_0}
1500
if [regexp {/tb/dut/gm_tx_d_0} [find signals /tb/dut/gm_tx_d_0]]                {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/gm_tx_d_0}
1501
if [regexp {/tb/dut/gmii_tx_err_0} [find signals /tb/dut/gmii_tx_err_0]]        {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gmii_tx_err_0}
1502
if [regexp {/tb/dut/gmii_tx_en_0} [find signals /tb/dut/gmii_tx_en_0]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gmii_tx_en_0}
1503
if [regexp {/tb/dut/gmii_tx_d_0} [find signals /tb/dut/gmii_tx_d_0]]            {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/gmii_tx_d_0}
1504
 
1505
if [regexp {/tb/dut/gmii_tx_d_1} [find signals /tb/dut/gmii_tx_d_1]]            {add wave -noupdate -divider {  GMII TX 1}}
1506
if [regexp {/tb/dut/gm_tx_d_1} [find signals /tb/dut/gm_tx_d_1]]                {add wave -noupdate -divider {  GMII TX 1}}
1507
if [regexp {/tb/dut/tx_clk_1} [find signals /tb/dut/tx_clk_1]]                  {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/tx_clk_1}
1508
if [regexp {/tb/dut/gm_tx_err_1} [find signals /tb/dut/gm_tx_err_1]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gm_tx_err_1}
1509
if [regexp {/tb/dut/gm_tx_en_1} [find signals /tb/dut/gm_tx_en_1]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gm_tx_en_1}
1510
if [regexp {/tb/dut/gm_tx_d_1} [find signals /tb/dut/gm_tx_d_1]]                {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/gm_tx_d_1}
1511
if [regexp {/tb/dut/gmii_tx_err_1} [find signals /tb/dut/gmii_tx_err_1]]        {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gmii_tx_err_1}
1512
if [regexp {/tb/dut/gmii_tx_en_1} [find signals /tb/dut/gmii_tx_en_1]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gmii_tx_en_1}
1513
if [regexp {/tb/dut/gmii_tx_d_1} [find signals /tb/dut/gmii_tx_d_1]]            {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/gmii_tx_d_1}
1514
 
1515
if [regexp {/tb/dut/gmii_tx_d_2} [find signals /tb/dut/gmii_tx_d_2]]            {add wave -noupdate -divider {  GMII TX 2}}
1516
if [regexp {/tb/dut/gm_tx_d_2} [find signals /tb/dut/gm_tx_d_2]]                {add wave -noupdate -divider {  GMII TX 2}}
1517
if [regexp {/tb/dut/tx_clk_2} [find signals /tb/dut/tx_clk_2]]                  {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/tx_clk_2}
1518
if [regexp {/tb/dut/gm_tx_err_2} [find signals /tb/dut/gm_tx_err_2]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gm_tx_err_2}
1519
if [regexp {/tb/dut/gm_tx_en_2} [find signals /tb/dut/gm_tx_en_2]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gm_tx_en_2}
1520
if [regexp {/tb/dut/gm_tx_d_2} [find signals /tb/dut/gm_tx_d_2]]                {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/gm_tx_d_2}
1521
if [regexp {/tb/dut/gmii_tx_err_2} [find signals /tb/dut/gmii_tx_err_2]]        {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gmii_tx_err_2}
1522
if [regexp {/tb/dut/gmii_tx_en_2} [find signals /tb/dut/gmii_tx_en_2]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gmii_tx_en_2}
1523
if [regexp {/tb/dut/gmii_tx_d_2} [find signals /tb/dut/gmii_tx_d_2]]            {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/gmii_tx_d_2}
1524
 
1525
if [regexp {/tb/dut/gmii_tx_d_3} [find signals /tb/dut/gmii_tx_d_3]]            {add wave -noupdate -divider {  GMII TX 3}}
1526
if [regexp {/tb/dut/gm_tx_d_3} [find signals /tb/dut/gm_tx_d_3]]                {add wave -noupdate -divider {  GMII TX 3}}
1527
if [regexp {/tb/dut/tx_clk_3} [find signals /tb/dut/tx_clk_3]]                  {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/tx_clk_3}
1528
if [regexp {/tb/dut/gm_tx_err_3} [find signals /tb/dut/gm_tx_err_3]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gm_tx_err_3}
1529
if [regexp {/tb/dut/gm_tx_en_3} [find signals /tb/dut/gm_tx_en_3]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gm_tx_en_3}
1530
if [regexp {/tb/dut/gm_tx_d_3} [find signals /tb/dut/gm_tx_d_3]]                {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/gm_tx_d_3}
1531
if [regexp {/tb/dut/gmii_tx_err_3} [find signals /tb/dut/gmii_tx_err_3]]        {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gmii_tx_err_3}
1532
if [regexp {/tb/dut/gmii_tx_en_3} [find signals /tb/dut/gmii_tx_en_3]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gmii_tx_en_3}
1533
if [regexp {/tb/dut/gmii_tx_d_3} [find signals /tb/dut/gmii_tx_d_3]]            {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/gmii_tx_d_3}
1534
 
1535
if [regexp {/tb/dut/gmii_tx_d_4} [find signals /tb/dut/gmii_tx_d_4]]            {add wave -noupdate -divider {  GMII TX 4}}
1536
if [regexp {/tb/dut/gm_tx_d_4} [find signals /tb/dut/gm_tx_d_4]]                {add wave -noupdate -divider {  GMII TX 4}}
1537
if [regexp {/tb/dut/tx_clk_4} [find signals /tb/dut/tx_clk_4]]                  {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/tx_clk_4}
1538
if [regexp {/tb/dut/gm_tx_err_4} [find signals /tb/dut/gm_tx_err_4]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gm_tx_err_4}
1539
if [regexp {/tb/dut/gm_tx_en_4} [find signals /tb/dut/gm_tx_en_4]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gm_tx_en_4}
1540
if [regexp {/tb/dut/gm_tx_d_4} [find signals /tb/dut/gm_tx_d_4]]                {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/gm_tx_d_4}
1541
if [regexp {/tb/dut/gmii_tx_err_4} [find signals /tb/dut/gmii_tx_err_4]]        {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gmii_tx_err_4}
1542
if [regexp {/tb/dut/gmii_tx_en_4} [find signals /tb/dut/gmii_tx_en_4]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gmii_tx_en_4}
1543
if [regexp {/tb/dut/gmii_tx_d_4} [find signals /tb/dut/gmii_tx_d_4]]            {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/gmii_tx_d_4}
1544
 
1545
if [regexp {/tb/dut/gmii_tx_d_5} [find signals /tb/dut/gmii_tx_d_5]]            {add wave -noupdate -divider {  GMII TX 5}}
1546
if [regexp {/tb/dut/gm_tx_d_5} [find signals /tb/dut/gm_tx_d_5]]                {add wave -noupdate -divider {  GMII TX 5}}
1547
if [regexp {/tb/dut/tx_clk_5} [find signals /tb/dut/tx_clk_5]]                  {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/tx_clk_5}
1548
if [regexp {/tb/dut/gm_tx_err_5} [find signals /tb/dut/gm_tx_err_5]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gm_tx_err_5}
1549
if [regexp {/tb/dut/gm_tx_en_5} [find signals /tb/dut/gm_tx_en_5]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gm_tx_en_5}
1550
if [regexp {/tb/dut/gm_tx_d_5} [find signals /tb/dut/gm_tx_d_5]]                {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/gm_tx_d_5}
1551
if [regexp {/tb/dut/gmii_tx_err_5} [find signals /tb/dut/gmii_tx_err_5]]        {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gmii_tx_err_5}
1552
if [regexp {/tb/dut/gmii_tx_en_5} [find signals /tb/dut/gmii_tx_en_5]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gmii_tx_en_5}
1553
if [regexp {/tb/dut/gmii_tx_d_5} [find signals /tb/dut/gmii_tx_d_5]]            {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/gmii_tx_d_5}
1554
 
1555
if [regexp {/tb/dut/gmii_tx_d_6} [find signals /tb/dut/gmii_tx_d_6]]            {add wave -noupdate -divider {  GMII TX 6}}
1556
if [regexp {/tb/dut/gm_tx_d_6} [find signals /tb/dut/gm_tx_d_6]]                {add wave -noupdate -divider {  GMII TX 6}}
1557
if [regexp {/tb/dut/tx_clk_6} [find signals /tb/dut/tx_clk_6]]                  {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/tx_clk_6}
1558
if [regexp {/tb/dut/gm_tx_err_6} [find signals /tb/dut/gm_tx_err_6]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gm_tx_err_6}
1559
if [regexp {/tb/dut/gm_tx_en_6} [find signals /tb/dut/gm_tx_en_6]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gm_tx_en_6}
1560
if [regexp {/tb/dut/gm_tx_d_6} [find signals /tb/dut/gm_tx_d_6]]                {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/gm_tx_d_6}
1561
if [regexp {/tb/dut/gmii_tx_err_6} [find signals /tb/dut/gmii_tx_err_6]]        {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gmii_tx_err_6}
1562
if [regexp {/tb/dut/gmii_tx_en_6} [find signals /tb/dut/gmii_tx_en_6]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gmii_tx_en_6}
1563
if [regexp {/tb/dut/gmii_tx_d_6} [find signals /tb/dut/gmii_tx_d_6]]            {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/gmii_tx_d_6}
1564
 
1565
if [regexp {/tb/dut/gmii_tx_d_7} [find signals /tb/dut/gmii_tx_d_7]]            {add wave -noupdate -divider {  GMII TX 7}}
1566
if [regexp {/tb/dut/gm_tx_d_7} [find signals /tb/dut/gm_tx_d_7]]                {add wave -noupdate -divider {  GMII TX 7}}
1567
if [regexp {/tb/dut/tx_clk_7} [find signals /tb/dut/tx_clk_7]]                  {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/tx_clk_7}
1568
if [regexp {/tb/dut/gm_tx_err_7} [find signals /tb/dut/gm_tx_err_7]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gm_tx_err_7}
1569
if [regexp {/tb/dut/gm_tx_en_7} [find signals /tb/dut/gm_tx_en_7]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gm_tx_en_7}
1570
if [regexp {/tb/dut/gm_tx_d_7} [find signals /tb/dut/gm_tx_d_7]]                {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/gm_tx_d_7}
1571
if [regexp {/tb/dut/gmii_tx_err_7} [find signals /tb/dut/gmii_tx_err_7]]        {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gmii_tx_err_7}
1572
if [regexp {/tb/dut/gmii_tx_en_7} [find signals /tb/dut/gmii_tx_en_7]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gmii_tx_en_7}
1573
if [regexp {/tb/dut/gmii_tx_d_7} [find signals /tb/dut/gmii_tx_d_7]]            {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/gmii_tx_d_7}
1574
 
1575
if [regexp {/tb/dut/gmii_tx_d_8} [find signals /tb/dut/gmii_tx_d_8]]            {add wave -noupdate -divider {  GMII TX 8}}
1576
if [regexp {/tb/dut/gm_tx_d_8} [find signals /tb/dut/gm_tx_d_8]]                {add wave -noupdate -divider {  GMII TX 8}}
1577
if [regexp {/tb/dut/tx_clk_8} [find signals /tb/dut/tx_clk_8]]                  {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/tx_clk_8}
1578
if [regexp {/tb/dut/gm_tx_err_8} [find signals /tb/dut/gm_tx_err_8]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gm_tx_err_8}
1579
if [regexp {/tb/dut/gm_tx_en_8} [find signals /tb/dut/gm_tx_en_8]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gm_tx_en_8}
1580
if [regexp {/tb/dut/gm_tx_d_8} [find signals /tb/dut/gm_tx_d_8]]                {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/gm_tx_d_8}
1581
if [regexp {/tb/dut/gmii_tx_err_8} [find signals /tb/dut/gmii_tx_err_8]]        {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gmii_tx_err_8}
1582
if [regexp {/tb/dut/gmii_tx_en_8} [find signals /tb/dut/gmii_tx_en_8]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gmii_tx_en_8}
1583
if [regexp {/tb/dut/gmii_tx_d_8} [find signals /tb/dut/gmii_tx_d_8]]            {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/gmii_tx_d_8}
1584
 
1585
if [regexp {/tb/dut/gmii_tx_d_9} [find signals /tb/dut/gmii_tx_d_9]]            {add wave -noupdate -divider {  GMII TX 9}}
1586
if [regexp {/tb/dut/gm_tx_d_9} [find signals /tb/dut/gm_tx_d_9]]                {add wave -noupdate -divider {  GMII TX 9}}
1587
if [regexp {/tb/dut/tx_clk_9} [find signals /tb/dut/tx_clk_9]]                  {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/tx_clk_9}
1588
if [regexp {/tb/dut/gm_tx_err_9} [find signals /tb/dut/gm_tx_err_9]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gm_tx_err_9}
1589
if [regexp {/tb/dut/gm_tx_en_9} [find signals /tb/dut/gm_tx_en_9]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gm_tx_en_9}
1590
if [regexp {/tb/dut/gm_tx_d_9} [find signals /tb/dut/gm_tx_d_9]]                {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/gm_tx_d_9}
1591
if [regexp {/tb/dut/gmii_tx_err_9} [find signals /tb/dut/gmii_tx_err_9]]        {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gmii_tx_err_9}
1592
if [regexp {/tb/dut/gmii_tx_en_9} [find signals /tb/dut/gmii_tx_en_9]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gmii_tx_en_9}
1593
if [regexp {/tb/dut/gmii_tx_d_9} [find signals /tb/dut/gmii_tx_d_9]]            {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/gmii_tx_d_9}
1594
 
1595
if [regexp {/tb/dut/gmii_tx_d_10} [find signals /tb/dut/gmii_tx_d_10]]            {add wave -noupdate -divider {  GMII TX 10}}
1596
if [regexp {/tb/dut/gm_tx_d_10} [find signals /tb/dut/gm_tx_d_10]]                {add wave -noupdate -divider {  GMII TX 10}}
1597
if [regexp {/tb/dut/tx_clk_10} [find signals /tb/dut/tx_clk_10]]                  {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/tx_clk_10}
1598
if [regexp {/tb/dut/gm_tx_err_10} [find signals /tb/dut/gm_tx_err_10]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gm_tx_err_10}
1599
if [regexp {/tb/dut/gm_tx_en_10} [find signals /tb/dut/gm_tx_en_10]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gm_tx_en_10}
1600
if [regexp {/tb/dut/gm_tx_d_10} [find signals /tb/dut/gm_tx_d_10]]                {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/gm_tx_d_10}
1601
if [regexp {/tb/dut/gmii_tx_err_10} [find signals /tb/dut/gmii_tx_err_10]]        {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gmii_tx_err_10}
1602
if [regexp {/tb/dut/gmii_tx_en_10} [find signals /tb/dut/gmii_tx_en_10]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gmii_tx_en_10}
1603
if [regexp {/tb/dut/gmii_tx_d_10} [find signals /tb/dut/gmii_tx_d_10]]            {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/gmii_tx_d_10}
1604
 
1605
if [regexp {/tb/dut/gmii_tx_d_11} [find signals /tb/dut/gmii_tx_d_11]]            {add wave -noupdate -divider {  GMII TX 11}}
1606
if [regexp {/tb/dut/gm_tx_d_11} [find signals /tb/dut/gm_tx_d_11]]                {add wave -noupdate -divider {  GMII TX 11}}
1607
if [regexp {/tb/dut/tx_clk_11} [find signals /tb/dut/tx_clk_11]]                  {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/tx_clk_11}
1608
if [regexp {/tb/dut/gm_tx_err_11} [find signals /tb/dut/gm_tx_err_11]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gm_tx_err_11}
1609
if [regexp {/tb/dut/gm_tx_en_11} [find signals /tb/dut/gm_tx_en_11]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gm_tx_en_11}
1610
if [regexp {/tb/dut/gm_tx_d_11} [find signals /tb/dut/gm_tx_d_11]]                {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/gm_tx_d_11}
1611
if [regexp {/tb/dut/gmii_tx_err_11} [find signals /tb/dut/gmii_tx_err_11]]        {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gmii_tx_err_11}
1612
if [regexp {/tb/dut/gmii_tx_en_11} [find signals /tb/dut/gmii_tx_en_11]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gmii_tx_en_11}
1613
if [regexp {/tb/dut/gmii_tx_d_11} [find signals /tb/dut/gmii_tx_d_11]]            {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/gmii_tx_d_11}
1614
 
1615
if [regexp {/tb/dut/gmii_tx_d_12} [find signals /tb/dut/gmii_tx_d_12]]            {add wave -noupdate -divider {  GMII TX 12}}
1616
if [regexp {/tb/dut/gm_tx_d_12} [find signals /tb/dut/gm_tx_d_12]]                {add wave -noupdate -divider {  GMII TX 12}}
1617
if [regexp {/tb/dut/tx_clk_12} [find signals /tb/dut/tx_clk_12]]                  {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/tx_clk_12}
1618
if [regexp {/tb/dut/gm_tx_err_12} [find signals /tb/dut/gm_tx_err_12]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gm_tx_err_12}
1619
if [regexp {/tb/dut/gm_tx_en_12} [find signals /tb/dut/gm_tx_en_12]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gm_tx_en_12}
1620
if [regexp {/tb/dut/gm_tx_d_12} [find signals /tb/dut/gm_tx_d_12]]                {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/gm_tx_d_12}
1621
if [regexp {/tb/dut/gmii_tx_err_12} [find signals /tb/dut/gmii_tx_err_12]]        {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gmii_tx_err_12}
1622
if [regexp {/tb/dut/gmii_tx_en_12} [find signals /tb/dut/gmii_tx_en_12]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gmii_tx_en_12}
1623
if [regexp {/tb/dut/gmii_tx_d_12} [find signals /tb/dut/gmii_tx_d_12]]            {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/gmii_tx_d_12}
1624
 
1625
if [regexp {/tb/dut/gmii_tx_d_13} [find signals /tb/dut/gmii_tx_d_13]]            {add wave -noupdate -divider {  GMII TX 13}}
1626
if [regexp {/tb/dut/gm_tx_d_13} [find signals /tb/dut/gm_tx_d_13]]                {add wave -noupdate -divider {  GMII TX 13}}
1627
if [regexp {/tb/dut/tx_clk_13} [find signals /tb/dut/tx_clk_13]]                  {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/tx_clk_13}
1628
if [regexp {/tb/dut/gm_tx_err_13} [find signals /tb/dut/gm_tx_err_13]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gm_tx_err_13}
1629
if [regexp {/tb/dut/gm_tx_en_13} [find signals /tb/dut/gm_tx_en_13]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gm_tx_en_13}
1630
if [regexp {/tb/dut/gm_tx_d_13} [find signals /tb/dut/gm_tx_d_13]]                {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/gm_tx_d_13}
1631
if [regexp {/tb/dut/gmii_tx_err_13} [find signals /tb/dut/gmii_tx_err_13]]        {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gmii_tx_err_13}
1632
if [regexp {/tb/dut/gmii_tx_en_13} [find signals /tb/dut/gmii_tx_en_13]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gmii_tx_en_13}
1633
if [regexp {/tb/dut/gmii_tx_d_13} [find signals /tb/dut/gmii_tx_d_13]]            {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/gmii_tx_d_13}
1634
 
1635
if [regexp {/tb/dut/gmii_tx_d_14} [find signals /tb/dut/gmii_tx_d_14]]            {add wave -noupdate -divider {  GMII TX 14}}
1636
if [regexp {/tb/dut/gm_tx_d_14} [find signals /tb/dut/gm_tx_d_14]]                {add wave -noupdate -divider {  GMII TX 14}}
1637
if [regexp {/tb/dut/tx_clk_14} [find signals /tb/dut/tx_clk_14]]                  {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/tx_clk_14}
1638
if [regexp {/tb/dut/gm_tx_err_14} [find signals /tb/dut/gm_tx_err_14]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gm_tx_err_14}
1639
if [regexp {/tb/dut/gm_tx_en_14} [find signals /tb/dut/gm_tx_en_14]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gm_tx_en_14}
1640
if [regexp {/tb/dut/gm_tx_d_14} [find signals /tb/dut/gm_tx_d_14]]                {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/gm_tx_d_14}
1641
if [regexp {/tb/dut/gmii_tx_err_14} [find signals /tb/dut/gmii_tx_err_14]]        {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gmii_tx_err_14}
1642
if [regexp {/tb/dut/gmii_tx_en_14} [find signals /tb/dut/gmii_tx_en_14]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gmii_tx_en_14}
1643
if [regexp {/tb/dut/gmii_tx_d_14} [find signals /tb/dut/gmii_tx_d_14]]            {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/gmii_tx_d_14}
1644
 
1645
if [regexp {/tb/dut/gmii_tx_d_15} [find signals /tb/dut/gmii_tx_d_15]]            {add wave -noupdate -divider {  GMII TX 15}}
1646
if [regexp {/tb/dut/gm_tx_d_15} [find signals /tb/dut/gm_tx_d_15]]                {add wave -noupdate -divider {  GMII TX 15}}
1647
if [regexp {/tb/dut/tx_clk_15} [find signals /tb/dut/tx_clk_15]]                  {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/tx_clk_15}
1648
if [regexp {/tb/dut/gm_tx_err_15} [find signals /tb/dut/gm_tx_err_15]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gm_tx_err_15}
1649
if [regexp {/tb/dut/gm_tx_en_15} [find signals /tb/dut/gm_tx_en_15]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gm_tx_en_15}
1650
if [regexp {/tb/dut/gm_tx_d_15} [find signals /tb/dut/gm_tx_d_15]]                {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/gm_tx_d_15}
1651
if [regexp {/tb/dut/gmii_tx_err_15} [find signals /tb/dut/gmii_tx_err_15]]        {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gmii_tx_err_15}
1652
if [regexp {/tb/dut/gmii_tx_en_15} [find signals /tb/dut/gmii_tx_en_15]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gmii_tx_en_15}
1653
if [regexp {/tb/dut/gmii_tx_d_15} [find signals /tb/dut/gmii_tx_d_15]]            {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/gmii_tx_d_15}
1654
 
1655
if [regexp {/tb/dut/gmii_tx_d_16} [find signals /tb/dut/gmii_tx_d_16]]            {add wave -noupdate -divider {  GMII TX 16}}
1656
if [regexp {/tb/dut/gm_tx_d_16} [find signals /tb/dut/gm_tx_d_16]]                {add wave -noupdate -divider {  GMII TX 16}}
1657
if [regexp {/tb/dut/tx_clk_16} [find signals /tb/dut/tx_clk_16]]                  {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/tx_clk_16}
1658
if [regexp {/tb/dut/gm_tx_err_16} [find signals /tb/dut/gm_tx_err_16]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gm_tx_err_16}
1659
if [regexp {/tb/dut/gm_tx_en_16} [find signals /tb/dut/gm_tx_en_16]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gm_tx_en_16}
1660
if [regexp {/tb/dut/gm_tx_d_16} [find signals /tb/dut/gm_tx_d_16]]                {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/gm_tx_d_16}
1661
if [regexp {/tb/dut/gmii_tx_err_16} [find signals /tb/dut/gmii_tx_err_16]]        {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gmii_tx_err_16}
1662
if [regexp {/tb/dut/gmii_tx_en_16} [find signals /tb/dut/gmii_tx_en_16]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gmii_tx_en_16}
1663
if [regexp {/tb/dut/gmii_tx_d_16} [find signals /tb/dut/gmii_tx_d_16]]            {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/gmii_tx_d_16}
1664
 
1665
if [regexp {/tb/dut/gmii_tx_d_17} [find signals /tb/dut/gmii_tx_d_17]]            {add wave -noupdate -divider {  GMII TX 17}}
1666
if [regexp {/tb/dut/gm_tx_d_17} [find signals /tb/dut/gm_tx_d_17]]                {add wave -noupdate -divider {  GMII TX 17}}
1667
if [regexp {/tb/dut/tx_clk_17} [find signals /tb/dut/tx_clk_17]]                  {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/tx_clk_17}
1668
if [regexp {/tb/dut/gm_tx_err_17} [find signals /tb/dut/gm_tx_err_17]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gm_tx_err_17}
1669
if [regexp {/tb/dut/gm_tx_en_17} [find signals /tb/dut/gm_tx_en_17]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gm_tx_en_17}
1670
if [regexp {/tb/dut/gm_tx_d_17} [find signals /tb/dut/gm_tx_d_17]]                {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/gm_tx_d_17}
1671
if [regexp {/tb/dut/gmii_tx_err_17} [find signals /tb/dut/gmii_tx_err_17]]        {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gmii_tx_err_17}
1672
if [regexp {/tb/dut/gmii_tx_en_17} [find signals /tb/dut/gmii_tx_en_17]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gmii_tx_en_17}
1673
if [regexp {/tb/dut/gmii_tx_d_17} [find signals /tb/dut/gmii_tx_d_17]]            {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/gmii_tx_d_17}
1674
 
1675
if [regexp {/tb/dut/gmii_tx_d_18} [find signals /tb/dut/gmii_tx_d_18]]            {add wave -noupdate -divider {  GMII TX 18}}
1676
if [regexp {/tb/dut/gm_tx_d_18} [find signals /tb/dut/gm_tx_d_18]]                {add wave -noupdate -divider {  GMII TX 18}}
1677
if [regexp {/tb/dut/tx_clk_18} [find signals /tb/dut/tx_clk_18]]                  {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/tx_clk_18}
1678
if [regexp {/tb/dut/gm_tx_err_18} [find signals /tb/dut/gm_tx_err_18]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gm_tx_err_18}
1679
if [regexp {/tb/dut/gm_tx_en_18} [find signals /tb/dut/gm_tx_en_18]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gm_tx_en_18}
1680
if [regexp {/tb/dut/gm_tx_d_18} [find signals /tb/dut/gm_tx_d_18]]                {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/gm_tx_d_18}
1681
if [regexp {/tb/dut/gmii_tx_err_18} [find signals /tb/dut/gmii_tx_err_18]]        {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gmii_tx_err_18}
1682
if [regexp {/tb/dut/gmii_tx_en_18} [find signals /tb/dut/gmii_tx_en_18]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gmii_tx_en_18}
1683
if [regexp {/tb/dut/gmii_tx_d_18} [find signals /tb/dut/gmii_tx_d_18]]            {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/gmii_tx_d_18}
1684
 
1685
if [regexp {/tb/dut/gmii_tx_d_19} [find signals /tb/dut/gmii_tx_d_19]]            {add wave -noupdate -divider {  GMII TX 19}}
1686
if [regexp {/tb/dut/gm_tx_d_19} [find signals /tb/dut/gm_tx_d_19]]                {add wave -noupdate -divider {  GMII TX 19}}
1687
if [regexp {/tb/dut/tx_clk_19} [find signals /tb/dut/tx_clk_19]]                  {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/tx_clk_19}
1688
if [regexp {/tb/dut/gm_tx_err_19} [find signals /tb/dut/gm_tx_err_19]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gm_tx_err_19}
1689
if [regexp {/tb/dut/gm_tx_en_19} [find signals /tb/dut/gm_tx_en_19]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gm_tx_en_19}
1690
if [regexp {/tb/dut/gm_tx_d_19} [find signals /tb/dut/gm_tx_d_19]]                {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/gm_tx_d_19}
1691
if [regexp {/tb/dut/gmii_tx_err_19} [find signals /tb/dut/gmii_tx_err_19]]        {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gmii_tx_err_19}
1692
if [regexp {/tb/dut/gmii_tx_en_19} [find signals /tb/dut/gmii_tx_en_19]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gmii_tx_en_19}
1693
if [regexp {/tb/dut/gmii_tx_d_19} [find signals /tb/dut/gmii_tx_d_19]]            {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/gmii_tx_d_19}
1694
 
1695
if [regexp {/tb/dut/gmii_tx_d_20} [find signals /tb/dut/gmii_tx_d_20]]            {add wave -noupdate -divider {  GMII TX 20}}
1696
if [regexp {/tb/dut/gm_tx_d_20} [find signals /tb/dut/gm_tx_d_20]]                {add wave -noupdate -divider {  GMII TX 20}}
1697
if [regexp {/tb/dut/tx_clk_20} [find signals /tb/dut/tx_clk_20]]                  {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/tx_clk_20}
1698
if [regexp {/tb/dut/gm_tx_err_20} [find signals /tb/dut/gm_tx_err_20]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gm_tx_err_20}
1699
if [regexp {/tb/dut/gm_tx_en_20} [find signals /tb/dut/gm_tx_en_20]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gm_tx_en_20}
1700
if [regexp {/tb/dut/gm_tx_d_20} [find signals /tb/dut/gm_tx_d_20]]                {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/gm_tx_d_20}
1701
if [regexp {/tb/dut/gmii_tx_err_20} [find signals /tb/dut/gmii_tx_err_20]]        {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gmii_tx_err_20}
1702
if [regexp {/tb/dut/gmii_tx_en_20} [find signals /tb/dut/gmii_tx_en_20]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gmii_tx_en_20}
1703
if [regexp {/tb/dut/gmii_tx_d_20} [find signals /tb/dut/gmii_tx_d_20]]            {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/gmii_tx_d_20}
1704
 
1705
if [regexp {/tb/dut/gmii_tx_d_21} [find signals /tb/dut/gmii_tx_d_21]]            {add wave -noupdate -divider {  GMII TX 21}}
1706
if [regexp {/tb/dut/gm_tx_d_21} [find signals /tb/dut/gm_tx_d_21]]                {add wave -noupdate -divider {  GMII TX 21}}
1707
if [regexp {/tb/dut/tx_clk_21} [find signals /tb/dut/tx_clk_21]]                  {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/tx_clk_21}
1708
if [regexp {/tb/dut/gm_tx_err_21} [find signals /tb/dut/gm_tx_err_21]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gm_tx_err_21}
1709
if [regexp {/tb/dut/gm_tx_en_21} [find signals /tb/dut/gm_tx_en_21]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gm_tx_en_21}
1710
if [regexp {/tb/dut/gm_tx_d_21} [find signals /tb/dut/gm_tx_d_21]]                {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/gm_tx_d_21}
1711
if [regexp {/tb/dut/gmii_tx_err_21} [find signals /tb/dut/gmii_tx_err_21]]        {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gmii_tx_err_21}
1712
if [regexp {/tb/dut/gmii_tx_en_21} [find signals /tb/dut/gmii_tx_en_21]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gmii_tx_en_21}
1713
if [regexp {/tb/dut/gmii_tx_d_21} [find signals /tb/dut/gmii_tx_d_21]]            {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/gmii_tx_d_21}
1714
 
1715
if [regexp {/tb/dut/gmii_tx_d_22} [find signals /tb/dut/gmii_tx_d_22]]            {add wave -noupdate -divider {  GMII TX 22}}
1716
if [regexp {/tb/dut/gm_tx_d_22} [find signals /tb/dut/gm_tx_d_22]]                {add wave -noupdate -divider {  GMII TX 22}}
1717
if [regexp {/tb/dut/tx_clk_22} [find signals /tb/dut/tx_clk_22]]                  {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/tx_clk_22}
1718
if [regexp {/tb/dut/gm_tx_err_22} [find signals /tb/dut/gm_tx_err_22]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gm_tx_err_22}
1719
if [regexp {/tb/dut/gm_tx_en_22} [find signals /tb/dut/gm_tx_en_22]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gm_tx_en_22}
1720
if [regexp {/tb/dut/gm_tx_d_22} [find signals /tb/dut/gm_tx_d_22]]                {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/gm_tx_d_22}
1721
if [regexp {/tb/dut/gmii_tx_err_22} [find signals /tb/dut/gmii_tx_err_22]]        {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gmii_tx_err_22}
1722
if [regexp {/tb/dut/gmii_tx_en_22} [find signals /tb/dut/gmii_tx_en_22]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gmii_tx_en_22}
1723
if [regexp {/tb/dut/gmii_tx_d_22} [find signals /tb/dut/gmii_tx_d_22]]            {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/gmii_tx_d_22}
1724
 
1725
if [regexp {/tb/dut/gmii_tx_d_23} [find signals /tb/dut/gmii_tx_d_23]]            {add wave -noupdate -divider {  GMII TX 23}}
1726
if [regexp {/tb/dut/gm_tx_d_23} [find signals /tb/dut/gm_tx_d_23]]                {add wave -noupdate -divider {  GMII TX 23}}
1727
if [regexp {/tb/dut/tx_clk_23} [find signals /tb/dut/tx_clk_23]]                  {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/tx_clk_23}
1728
if [regexp {/tb/dut/gm_tx_err_23} [find signals /tb/dut/gm_tx_err_23]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gm_tx_err_23}
1729
if [regexp {/tb/dut/gm_tx_en_23} [find signals /tb/dut/gm_tx_en_23]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gm_tx_en_23}
1730
if [regexp {/tb/dut/gm_tx_d_23} [find signals /tb/dut/gm_tx_d_23]]                {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/gm_tx_d_23}
1731
if [regexp {/tb/dut/gmii_tx_err_23} [find signals /tb/dut/gmii_tx_err_23]]        {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gmii_tx_err_23}
1732
if [regexp {/tb/dut/gmii_tx_en_23} [find signals /tb/dut/gmii_tx_en_23]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gmii_tx_en_23}
1733
if [regexp {/tb/dut/gmii_tx_d_23} [find signals /tb/dut/gmii_tx_d_23]]            {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/gmii_tx_d_23}
1734
 
1735
 
1736
if [regexp {/tb/dut/rgmii_out} [find signals /tb/dut/rgmii_out]]            {add wave -noupdate -divider {  RGMII TX}}
1737
if [regexp {/tb/dut/tx_control} [find signals /tb/dut/tx_control]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/tx_control}
1738
if [regexp {/tb/dut/rgmii_out} [find signals /tb/dut/rgmii_out]]            {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/rgmii_out}
1739
 
1740
if [regexp {/tb/dut/rgmii_out_0} [find signals /tb/dut/rgmii_out_0]]            {add wave -noupdate -divider {  RGMII TX 0}}
1741
if [regexp {/tb/dut/tx_control_0} [find signals /tb/dut/tx_control_0]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/tx_control_0}
1742
if [regexp {/tb/dut/rgmii_out_0} [find signals /tb/dut/rgmii_out_0]]            {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/rgmii_out_0}
1743
 
1744
if [regexp {/tb/dut/rgmii_out_1} [find signals /tb/dut/rgmii_out_1]]            {add wave -noupdate -divider {  RGMII TX 1}}
1745
if [regexp {/tb/dut/tx_control_1} [find signals /tb/dut/tx_control_1]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/tx_control_1}
1746
if [regexp {/tb/dut/rgmii_out_1} [find signals /tb/dut/rgmii_out_1]]            {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/rgmii_out_1}
1747
 
1748
if [regexp {/tb/dut/rgmii_out_2} [find signals /tb/dut/rgmii_out_2]]            {add wave -noupdate -divider {  RGMII TX 2}}
1749
if [regexp {/tb/dut/tx_control_2} [find signals /tb/dut/tx_control_2]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/tx_control_2}
1750
if [regexp {/tb/dut/rgmii_out_2} [find signals /tb/dut/rgmii_out_2]]            {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/rgmii_out_2}
1751
 
1752
if [regexp {/tb/dut/rgmii_out_3} [find signals /tb/dut/rgmii_out_3]]            {add wave -noupdate -divider {  RGMII TX 3}}
1753
if [regexp {/tb/dut/tx_control_3} [find signals /tb/dut/tx_control_3]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/tx_control_3}
1754
if [regexp {/tb/dut/rgmii_out_3} [find signals /tb/dut/rgmii_out_3]]            {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/rgmii_out_3}
1755
 
1756
if [regexp {/tb/dut/rgmii_out_4} [find signals /tb/dut/rgmii_out_4]]            {add wave -noupdate -divider {  RGMII TX 4}}
1757
if [regexp {/tb/dut/tx_control_4} [find signals /tb/dut/tx_control_4]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/tx_control_4}
1758
if [regexp {/tb/dut/rgmii_out_4} [find signals /tb/dut/rgmii_out_4]]            {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/rgmii_out_4}
1759
 
1760
if [regexp {/tb/dut/rgmii_out_5} [find signals /tb/dut/rgmii_out_5]]            {add wave -noupdate -divider {  RGMII TX 5}}
1761
if [regexp {/tb/dut/tx_control_5} [find signals /tb/dut/tx_control_5]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/tx_control_5}
1762
if [regexp {/tb/dut/rgmii_out_5} [find signals /tb/dut/rgmii_out_5]]            {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/rgmii_out_5}
1763
 
1764
if [regexp {/tb/dut/rgmii_out_6} [find signals /tb/dut/rgmii_out_6]]            {add wave -noupdate -divider {  RGMII TX 6}}
1765
if [regexp {/tb/dut/tx_control_6} [find signals /tb/dut/tx_control_6]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/tx_control_6}
1766
if [regexp {/tb/dut/rgmii_out_6} [find signals /tb/dut/rgmii_out_6]]            {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/rgmii_out_6}
1767
 
1768
if [regexp {/tb/dut/rgmii_out_7} [find signals /tb/dut/rgmii_out_7]]            {add wave -noupdate -divider {  RGMII TX 7}}
1769
if [regexp {/tb/dut/tx_control_7} [find signals /tb/dut/tx_control_7]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/tx_control_7}
1770
if [regexp {/tb/dut/rgmii_out_7} [find signals /tb/dut/rgmii_out_7]]            {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/rgmii_out_7}
1771
 
1772
if [regexp {/tb/dut/rgmii_out_8} [find signals /tb/dut/rgmii_out_8]]            {add wave -noupdate -divider {  RGMII TX 8}}
1773
if [regexp {/tb/dut/tx_control_8} [find signals /tb/dut/tx_control_8]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/tx_control_8}
1774
if [regexp {/tb/dut/rgmii_out_8} [find signals /tb/dut/rgmii_out_8]]            {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/rgmii_out_8}
1775
 
1776
if [regexp {/tb/dut/rgmii_out_9} [find signals /tb/dut/rgmii_out_9]]            {add wave -noupdate -divider {  RGMII TX 9}}
1777
if [regexp {/tb/dut/tx_control_9} [find signals /tb/dut/tx_control_9]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/tx_control_9}
1778
if [regexp {/tb/dut/rgmii_out_9} [find signals /tb/dut/rgmii_out_9]]            {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/rgmii_out_9}
1779
 
1780
if [regexp {/tb/dut/rgmii_out_10} [find signals /tb/dut/rgmii_out_10]]            {add wave -noupdate -divider {  RGMII TX 10}}
1781
if [regexp {/tb/dut/tx_control_10} [find signals /tb/dut/tx_control_10]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/tx_control_10}
1782
if [regexp {/tb/dut/rgmii_out_10} [find signals /tb/dut/rgmii_out_10]]            {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/rgmii_out_10}
1783
 
1784
if [regexp {/tb/dut/rgmii_out_11} [find signals /tb/dut/rgmii_out_11]]            {add wave -noupdate -divider {  RGMII TX 11}}
1785
if [regexp {/tb/dut/tx_control_11} [find signals /tb/dut/tx_control_11]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/tx_control_11}
1786
if [regexp {/tb/dut/rgmii_out_11} [find signals /tb/dut/rgmii_out_11]]            {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/rgmii_out_11}
1787
 
1788
if [regexp {/tb/dut/rgmii_out_12} [find signals /tb/dut/rgmii_out_12]]            {add wave -noupdate -divider {  RGMII TX 12}}
1789
if [regexp {/tb/dut/tx_control_12} [find signals /tb/dut/tx_control_12]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/tx_control_12}
1790
if [regexp {/tb/dut/rgmii_out_12} [find signals /tb/dut/rgmii_out_12]]            {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/rgmii_out_12}
1791
 
1792
if [regexp {/tb/dut/rgmii_out_13} [find signals /tb/dut/rgmii_out_13]]            {add wave -noupdate -divider {  RGMII TX 13}}
1793
if [regexp {/tb/dut/tx_control_13} [find signals /tb/dut/tx_control_13]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/tx_control_13}
1794
if [regexp {/tb/dut/rgmii_out_13} [find signals /tb/dut/rgmii_out_13]]            {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/rgmii_out_13}
1795
 
1796
if [regexp {/tb/dut/rgmii_out_14} [find signals /tb/dut/rgmii_out_14]]            {add wave -noupdate -divider {  RGMII TX 14}}
1797
if [regexp {/tb/dut/tx_control_14} [find signals /tb/dut/tx_control_14]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/tx_control_14}
1798
if [regexp {/tb/dut/rgmii_out_14} [find signals /tb/dut/rgmii_out_14]]            {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/rgmii_out_14}
1799
 
1800
if [regexp {/tb/dut/rgmii_out_15} [find signals /tb/dut/rgmii_out_15]]            {add wave -noupdate -divider {  RGMII TX 15}}
1801
if [regexp {/tb/dut/tx_control_15} [find signals /tb/dut/tx_control_15]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/tx_control_15}
1802
if [regexp {/tb/dut/rgmii_out_15} [find signals /tb/dut/rgmii_out_15]]            {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/rgmii_out_15}
1803
 
1804
if [regexp {/tb/dut/rgmii_out_16} [find signals /tb/dut/rgmii_out_16]]            {add wave -noupdate -divider {  RGMII TX 16}}
1805
if [regexp {/tb/dut/tx_control_16} [find signals /tb/dut/tx_control_16]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/tx_control_16}
1806
if [regexp {/tb/dut/rgmii_out_16} [find signals /tb/dut/rgmii_out_16]]            {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/rgmii_out_16}
1807
 
1808
if [regexp {/tb/dut/rgmii_out_17} [find signals /tb/dut/rgmii_out_17]]            {add wave -noupdate -divider {  RGMII TX 17}}
1809
if [regexp {/tb/dut/tx_control_17} [find signals /tb/dut/tx_control_17]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/tx_control_17}
1810
if [regexp {/tb/dut/rgmii_out_17} [find signals /tb/dut/rgmii_out_17]]            {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/rgmii_out_17}
1811
 
1812
if [regexp {/tb/dut/rgmii_out_18} [find signals /tb/dut/rgmii_out_18]]            {add wave -noupdate -divider {  RGMII TX 18}}
1813
if [regexp {/tb/dut/tx_control_18} [find signals /tb/dut/tx_control_18]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/tx_control_18}
1814
if [regexp {/tb/dut/rgmii_out_18} [find signals /tb/dut/rgmii_out_18]]            {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/rgmii_out_18}
1815
 
1816
if [regexp {/tb/dut/rgmii_out_19} [find signals /tb/dut/rgmii_out_19]]            {add wave -noupdate -divider {  RGMII TX 19}}
1817
if [regexp {/tb/dut/tx_control_19} [find signals /tb/dut/tx_control_19]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/tx_control_19}
1818
if [regexp {/tb/dut/rgmii_out_19} [find signals /tb/dut/rgmii_out_19]]            {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/rgmii_out_19}
1819
 
1820
if [regexp {/tb/dut/rgmii_out_20} [find signals /tb/dut/rgmii_out_20]]            {add wave -noupdate -divider {  RGMII TX 20}}
1821
if [regexp {/tb/dut/tx_control_20} [find signals /tb/dut/tx_control_20]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/tx_control_20}
1822
if [regexp {/tb/dut/rgmii_out_20} [find signals /tb/dut/rgmii_out_20]]            {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/rgmii_out_20}
1823
 
1824
if [regexp {/tb/dut/rgmii_out_21} [find signals /tb/dut/rgmii_out_21]]            {add wave -noupdate -divider {  RGMII TX 21}}
1825
if [regexp {/tb/dut/tx_control_21} [find signals /tb/dut/tx_control_21]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/tx_control_21}
1826
if [regexp {/tb/dut/rgmii_out_21} [find signals /tb/dut/rgmii_out_21]]            {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/rgmii_out_21}
1827
 
1828
if [regexp {/tb/dut/rgmii_out_22} [find signals /tb/dut/rgmii_out_22]]            {add wave -noupdate -divider {  RGMII TX 22}}
1829
if [regexp {/tb/dut/tx_control_22} [find signals /tb/dut/tx_control_22]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/tx_control_22}
1830
if [regexp {/tb/dut/rgmii_out_22} [find signals /tb/dut/rgmii_out_22]]            {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/rgmii_out_22}
1831
 
1832
if [regexp {/tb/dut/rgmii_out_23} [find signals /tb/dut/rgmii_out_23]]            {add wave -noupdate -divider {  RGMII TX 23}}
1833
if [regexp {/tb/dut/tx_control_23} [find signals /tb/dut/tx_control_23]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/tx_control_23}
1834
if [regexp {/tb/dut/rgmii_out_23} [find signals /tb/dut/rgmii_out_23]]            {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/rgmii_out_23}
1835
 
1836
if [regexp {/tb/dut/m_tx_d} [find signals /tb/dut/m_tx_d]]                  {add wave -noupdate -divider {  MII TX }}
1837
if [regexp {/tb/dut/mii_tx_d} [find signals /tb/dut/mii_tx_d]]              {add wave -noupdate -divider {  MII TX }}
1838
if [regexp {/tb/dut/tx_clk} [find signals /tb/dut/tx_clk]]                  {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/tx_clk}
1839
if [regexp {/tb/dut/m_tx_err} [find signals /tb/dut/m_tx_err]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/m_tx_err}
1840
if [regexp {/tb/dut/m_tx_en} [find signals /tb/dut/m_tx_en]]                {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/m_tx_en}
1841
if [regexp {/tb/dut/m_tx_d} [find signals /tb/dut/m_tx_d]]                  {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/m_tx_d}
1842
if [regexp {/tb/dut/mii_tx_err} [find signals /tb/dut/mii_tx_err]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/mii_tx_err}
1843
if [regexp {/tb/dut/mii_tx_en} [find signals /tb/dut/mii_tx_en]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/mii_tx_en}
1844
if [regexp {/tb/dut/mii_tx_d} [find signals /tb/dut/mii_tx_d]]              {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/mii_tx_d}
1845
 
1846
if [regexp {/tb/dut/m_tx_d_0} [find signals /tb/dut/m_tx_d_0]]                  {add wave -noupdate -divider {  MII TX 0}}
1847
if [regexp {/tb/dut/mii_tx_d_0} [find signals /tb/dut/mii_tx_d_0]]              {add wave -noupdate -divider {  MII TX 0}}
1848
if [regexp {/tb/dut/tx_clk_0} [find signals /tb/dut/tx_clk_0]]                  {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/tx_clk_0}
1849
if [regexp {/tb/dut/m_tx_err_0} [find signals /tb/dut/m_tx_err_0]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/m_tx_err_0}
1850
if [regexp {/tb/dut/m_tx_en_0} [find signals /tb/dut/m_tx_en_0]]                {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/m_tx_en_0}
1851
if [regexp {/tb/dut/m_tx_d_0} [find signals /tb/dut/m_tx_d_0]]                  {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/m_tx_d_0}
1852
if [regexp {/tb/dut/mii_tx_err_0} [find signals /tb/dut/mii_tx_err_0]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/mii_tx_err_0}
1853
if [regexp {/tb/dut/mii_tx_en_0} [find signals /tb/dut/mii_tx_en_0]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/mii_tx_en_0}
1854
if [regexp {/tb/dut/mii_tx_d_0} [find signals /tb/dut/mii_tx_d_0]]              {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/mii_tx_d_0}
1855
 
1856
if [regexp {/tb/dut/m_tx_d_1} [find signals /tb/dut/m_tx_d_1]]                  {add wave -noupdate -divider {  MII TX 1}}
1857
if [regexp {/tb/dut/mii_tx_d_1} [find signals /tb/dut/mii_tx_d_1]]              {add wave -noupdate -divider {  MII TX 1}}
1858
if [regexp {/tb/dut/tx_clk_1} [find signals /tb/dut/tx_clk_1]]                  {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/tx_clk_1}
1859
if [regexp {/tb/dut/m_tx_err_1} [find signals /tb/dut/m_tx_err_1]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/m_tx_err_1}
1860
if [regexp {/tb/dut/m_tx_en_1} [find signals /tb/dut/m_tx_en_1]]                {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/m_tx_en_1}
1861
if [regexp {/tb/dut/m_tx_d_1} [find signals /tb/dut/m_tx_d_1]]                  {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/m_tx_d_1}
1862
if [regexp {/tb/dut/mii_tx_err_1} [find signals /tb/dut/mii_tx_err_1]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/mii_tx_err_1}
1863
if [regexp {/tb/dut/mii_tx_en_1} [find signals /tb/dut/mii_tx_en_1]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/mii_tx_en_1}
1864
if [regexp {/tb/dut/mii_tx_d_1} [find signals /tb/dut/mii_tx_d_1]]              {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/mii_tx_d_1}
1865
 
1866
if [regexp {/tb/dut/m_tx_d_2} [find signals /tb/dut/m_tx_d_2]]                  {add wave -noupdate -divider {  MII TX 2}}
1867
if [regexp {/tb/dut/mii_tx_d_2} [find signals /tb/dut/mii_tx_d_2]]              {add wave -noupdate -divider {  MII TX 2}}
1868
if [regexp {/tb/dut/tx_clk_2} [find signals /tb/dut/tx_clk_2]]                  {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/tx_clk_2}
1869
if [regexp {/tb/dut/m_tx_err_2} [find signals /tb/dut/m_tx_err_2]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/m_tx_err_2}
1870
if [regexp {/tb/dut/m_tx_en_2} [find signals /tb/dut/m_tx_en_2]]                {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/m_tx_en_2}
1871
if [regexp {/tb/dut/m_tx_d_2} [find signals /tb/dut/m_tx_d_2]]                  {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/m_tx_d_2}
1872
if [regexp {/tb/dut/mii_tx_err_2} [find signals /tb/dut/mii_tx_err_2]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/mii_tx_err_2}
1873
if [regexp {/tb/dut/mii_tx_en_2} [find signals /tb/dut/mii_tx_en_2]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/mii_tx_en_2}
1874
if [regexp {/tb/dut/mii_tx_d_2} [find signals /tb/dut/mii_tx_d_2]]              {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/mii_tx_d_2}
1875
 
1876
if [regexp {/tb/dut/m_tx_d_3} [find signals /tb/dut/m_tx_d_3]]                  {add wave -noupdate -divider {  MII TX 3}}
1877
if [regexp {/tb/dut/mii_tx_d_3} [find signals /tb/dut/mii_tx_d_3]]              {add wave -noupdate -divider {  MII TX 3}}
1878
if [regexp {/tb/dut/tx_clk_3} [find signals /tb/dut/tx_clk_3]]                  {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/tx_clk_3}
1879
if [regexp {/tb/dut/m_tx_err_3} [find signals /tb/dut/m_tx_err_3]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/m_tx_err_3}
1880
if [regexp {/tb/dut/m_tx_en_3} [find signals /tb/dut/m_tx_en_3]]                {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/m_tx_en_3}
1881
if [regexp {/tb/dut/m_tx_d_3} [find signals /tb/dut/m_tx_d_3]]                  {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/m_tx_d_3}
1882
if [regexp {/tb/dut/mii_tx_err_3} [find signals /tb/dut/mii_tx_err_3]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/mii_tx_err_3}
1883
if [regexp {/tb/dut/mii_tx_en_3} [find signals /tb/dut/mii_tx_en_3]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/mii_tx_en_3}
1884
if [regexp {/tb/dut/mii_tx_d_3} [find signals /tb/dut/mii_tx_d_3]]              {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/mii_tx_d_3}
1885
 
1886
if [regexp {/tb/dut/m_tx_d_4} [find signals /tb/dut/m_tx_d_4]]                  {add wave -noupdate -divider {  MII TX 4}}
1887
if [regexp {/tb/dut/mii_tx_d_4} [find signals /tb/dut/mii_tx_d_4]]              {add wave -noupdate -divider {  MII TX 4}}
1888
if [regexp {/tb/dut/tx_clk_4} [find signals /tb/dut/tx_clk_4]]                  {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/tx_clk_4}
1889
if [regexp {/tb/dut/m_tx_err_4} [find signals /tb/dut/m_tx_err_4]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/m_tx_err_4}
1890
if [regexp {/tb/dut/m_tx_en_4} [find signals /tb/dut/m_tx_en_4]]                {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/m_tx_en_4}
1891
if [regexp {/tb/dut/m_tx_d_4} [find signals /tb/dut/m_tx_d_4]]                  {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/m_tx_d_4}
1892
if [regexp {/tb/dut/mii_tx_err_4} [find signals /tb/dut/mii_tx_err_4]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/mii_tx_err_4}
1893
if [regexp {/tb/dut/mii_tx_en_4} [find signals /tb/dut/mii_tx_en_4]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/mii_tx_en_4}
1894
if [regexp {/tb/dut/mii_tx_d_4} [find signals /tb/dut/mii_tx_d_4]]              {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/mii_tx_d_4}
1895
 
1896
if [regexp {/tb/dut/m_tx_d_5} [find signals /tb/dut/m_tx_d_5]]                  {add wave -noupdate -divider {  MII TX 5}}
1897
if [regexp {/tb/dut/mii_tx_d_5} [find signals /tb/dut/mii_tx_d_5]]              {add wave -noupdate -divider {  MII TX 5}}
1898
if [regexp {/tb/dut/tx_clk_5} [find signals /tb/dut/tx_clk_5]]                  {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/tx_clk_5}
1899
if [regexp {/tb/dut/m_tx_err_5} [find signals /tb/dut/m_tx_err_5]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/m_tx_err_5}
1900
if [regexp {/tb/dut/m_tx_en_5} [find signals /tb/dut/m_tx_en_5]]                {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/m_tx_en_5}
1901
if [regexp {/tb/dut/m_tx_d_5} [find signals /tb/dut/m_tx_d_5]]                  {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/m_tx_d_5}
1902
if [regexp {/tb/dut/mii_tx_err_5} [find signals /tb/dut/mii_tx_err_5]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/mii_tx_err_5}
1903
if [regexp {/tb/dut/mii_tx_en_5} [find signals /tb/dut/mii_tx_en_5]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/mii_tx_en_5}
1904
if [regexp {/tb/dut/mii_tx_d_5} [find signals /tb/dut/mii_tx_d_5]]              {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/mii_tx_d_5}
1905
 
1906
if [regexp {/tb/dut/m_tx_d_6} [find signals /tb/dut/m_tx_d_6]]                  {add wave -noupdate -divider {  MII TX 6}}
1907
if [regexp {/tb/dut/mii_tx_d_6} [find signals /tb/dut/mii_tx_d_6]]              {add wave -noupdate -divider {  MII TX 6}}
1908
if [regexp {/tb/dut/tx_clk_6} [find signals /tb/dut/tx_clk_6]]                  {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/tx_clk_6}
1909
if [regexp {/tb/dut/m_tx_err_6} [find signals /tb/dut/m_tx_err_6]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/m_tx_err_6}
1910
if [regexp {/tb/dut/m_tx_en_6} [find signals /tb/dut/m_tx_en_6]]                {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/m_tx_en_6}
1911
if [regexp {/tb/dut/m_tx_d_6} [find signals /tb/dut/m_tx_d_6]]                  {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/m_tx_d_6}
1912
if [regexp {/tb/dut/mii_tx_err_6} [find signals /tb/dut/mii_tx_err_6]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/mii_tx_err_6}
1913
if [regexp {/tb/dut/mii_tx_en_6} [find signals /tb/dut/mii_tx_en_6]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/mii_tx_en_6}
1914
if [regexp {/tb/dut/mii_tx_d_6} [find signals /tb/dut/mii_tx_d_6]]              {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/mii_tx_d_6}
1915
 
1916
if [regexp {/tb/dut/m_tx_d_7} [find signals /tb/dut/m_tx_d_7]]                  {add wave -noupdate -divider {  MII TX 7}}
1917
if [regexp {/tb/dut/mii_tx_d_7} [find signals /tb/dut/mii_tx_d_7]]              {add wave -noupdate -divider {  MII TX 7}}
1918
if [regexp {/tb/dut/tx_clk_7} [find signals /tb/dut/tx_clk_7]]                  {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/tx_clk_7}
1919
if [regexp {/tb/dut/m_tx_err_7} [find signals /tb/dut/m_tx_err_7]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/m_tx_err_7}
1920
if [regexp {/tb/dut/m_tx_en_7} [find signals /tb/dut/m_tx_en_7]]                {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/m_tx_en_7}
1921
if [regexp {/tb/dut/m_tx_d_7} [find signals /tb/dut/m_tx_d_7]]                  {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/m_tx_d_7}
1922
if [regexp {/tb/dut/mii_tx_err_7} [find signals /tb/dut/mii_tx_err_7]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/mii_tx_err_7}
1923
if [regexp {/tb/dut/mii_tx_en_7} [find signals /tb/dut/mii_tx_en_7]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/mii_tx_en_7}
1924
if [regexp {/tb/dut/mii_tx_d_7} [find signals /tb/dut/mii_tx_d_7]]              {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/mii_tx_d_7}
1925
 
1926
if [regexp {/tb/dut/m_tx_d_8} [find signals /tb/dut/m_tx_d_8]]                  {add wave -noupdate -divider {  MII TX 8}}
1927
if [regexp {/tb/dut/mii_tx_d_8} [find signals /tb/dut/mii_tx_d_8]]              {add wave -noupdate -divider {  MII TX 8}}
1928
if [regexp {/tb/dut/tx_clk_8} [find signals /tb/dut/tx_clk_8]]                  {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/tx_clk_8}
1929
if [regexp {/tb/dut/m_tx_err_8} [find signals /tb/dut/m_tx_err_8]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/m_tx_err_8}
1930
if [regexp {/tb/dut/m_tx_en_8} [find signals /tb/dut/m_tx_en_8]]                {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/m_tx_en_8}
1931
if [regexp {/tb/dut/m_tx_d_8} [find signals /tb/dut/m_tx_d_8]]                  {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/m_tx_d_8}
1932
if [regexp {/tb/dut/mii_tx_err_8} [find signals /tb/dut/mii_tx_err_8]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/mii_tx_err_8}
1933
if [regexp {/tb/dut/mii_tx_en_8} [find signals /tb/dut/mii_tx_en_8]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/mii_tx_en_8}
1934
if [regexp {/tb/dut/mii_tx_d_8} [find signals /tb/dut/mii_tx_d_8]]              {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/mii_tx_d_8}
1935
 
1936
if [regexp {/tb/dut/m_tx_d_9} [find signals /tb/dut/m_tx_d_9]]                  {add wave -noupdate -divider {  MII TX 9}}
1937
if [regexp {/tb/dut/mii_tx_d_9} [find signals /tb/dut/mii_tx_d_9]]              {add wave -noupdate -divider {  MII TX 9}}
1938
if [regexp {/tb/dut/tx_clk_9} [find signals /tb/dut/tx_clk_9]]                  {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/tx_clk_9}
1939
if [regexp {/tb/dut/m_tx_err_9} [find signals /tb/dut/m_tx_err_9]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/m_tx_err_9}
1940
if [regexp {/tb/dut/m_tx_en_9} [find signals /tb/dut/m_tx_en_9]]                {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/m_tx_en_9}
1941
if [regexp {/tb/dut/m_tx_d_9} [find signals /tb/dut/m_tx_d_9]]                  {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/m_tx_d_9}
1942
if [regexp {/tb/dut/mii_tx_err_9} [find signals /tb/dut/mii_tx_err_9]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/mii_tx_err_9}
1943
if [regexp {/tb/dut/mii_tx_en_9} [find signals /tb/dut/mii_tx_en_9]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/mii_tx_en_9}
1944
if [regexp {/tb/dut/mii_tx_d_9} [find signals /tb/dut/mii_tx_d_9]]              {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/mii_tx_d_9}
1945
 
1946
if [regexp {/tb/dut/m_tx_d_10} [find signals /tb/dut/m_tx_d_10]]                  {add wave -noupdate -divider {  MII TX 10}}
1947
if [regexp {/tb/dut/mii_tx_d_10} [find signals /tb/dut/mii_tx_d_10]]              {add wave -noupdate -divider {  MII TX 10}}
1948
if [regexp {/tb/dut/tx_clk_10} [find signals /tb/dut/tx_clk_10]]                  {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/tx_clk_10}
1949
if [regexp {/tb/dut/m_tx_err_10} [find signals /tb/dut/m_tx_err_10]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/m_tx_err_10}
1950
if [regexp {/tb/dut/m_tx_en_10} [find signals /tb/dut/m_tx_en_10]]                {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/m_tx_en_10}
1951
if [regexp {/tb/dut/m_tx_d_10} [find signals /tb/dut/m_tx_d_10]]                  {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/m_tx_d_10}
1952
if [regexp {/tb/dut/mii_tx_err_10} [find signals /tb/dut/mii_tx_err_10]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/mii_tx_err_10}
1953
if [regexp {/tb/dut/mii_tx_en_10} [find signals /tb/dut/mii_tx_en_10]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/mii_tx_en_10}
1954
if [regexp {/tb/dut/mii_tx_d_10} [find signals /tb/dut/mii_tx_d_10]]              {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/mii_tx_d_10}
1955
 
1956
if [regexp {/tb/dut/m_tx_d_11} [find signals /tb/dut/m_tx_d_11]]                  {add wave -noupdate -divider {  MII TX 11}}
1957
if [regexp {/tb/dut/mii_tx_d_11} [find signals /tb/dut/mii_tx_d_11]]              {add wave -noupdate -divider {  MII TX 11}}
1958
if [regexp {/tb/dut/tx_clk_11} [find signals /tb/dut/tx_clk_11]]                  {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/tx_clk_11}
1959
if [regexp {/tb/dut/m_tx_err_11} [find signals /tb/dut/m_tx_err_11]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/m_tx_err_11}
1960
if [regexp {/tb/dut/m_tx_en_11} [find signals /tb/dut/m_tx_en_11]]                {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/m_tx_en_11}
1961
if [regexp {/tb/dut/m_tx_d_11} [find signals /tb/dut/m_tx_d_11]]                  {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/m_tx_d_11}
1962
if [regexp {/tb/dut/mii_tx_err_11} [find signals /tb/dut/mii_tx_err_11]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/mii_tx_err_11}
1963
if [regexp {/tb/dut/mii_tx_en_11} [find signals /tb/dut/mii_tx_en_11]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/mii_tx_en_11}
1964
if [regexp {/tb/dut/mii_tx_d_11} [find signals /tb/dut/mii_tx_d_11]]              {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/mii_tx_d_11}
1965
 
1966
if [regexp {/tb/dut/m_tx_d_12} [find signals /tb/dut/m_tx_d_12]]                  {add wave -noupdate -divider {  MII TX 12}}
1967
if [regexp {/tb/dut/mii_tx_d_12} [find signals /tb/dut/mii_tx_d_12]]              {add wave -noupdate -divider {  MII TX 12}}
1968
if [regexp {/tb/dut/tx_clk_12} [find signals /tb/dut/tx_clk_12]]                  {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/tx_clk_12}
1969
if [regexp {/tb/dut/m_tx_err_12} [find signals /tb/dut/m_tx_err_12]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/m_tx_err_12}
1970
if [regexp {/tb/dut/m_tx_en_12} [find signals /tb/dut/m_tx_en_12]]                {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/m_tx_en_12}
1971
if [regexp {/tb/dut/m_tx_d_12} [find signals /tb/dut/m_tx_d_12]]                  {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/m_tx_d_12}
1972
if [regexp {/tb/dut/mii_tx_err_12} [find signals /tb/dut/mii_tx_err_12]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/mii_tx_err_12}
1973
if [regexp {/tb/dut/mii_tx_en_12} [find signals /tb/dut/mii_tx_en_12]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/mii_tx_en_12}
1974
if [regexp {/tb/dut/mii_tx_d_12} [find signals /tb/dut/mii_tx_d_12]]              {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/mii_tx_d_12}
1975
 
1976
if [regexp {/tb/dut/m_tx_d_13} [find signals /tb/dut/m_tx_d_13]]                  {add wave -noupdate -divider {  MII TX 13}}
1977
if [regexp {/tb/dut/mii_tx_d_13} [find signals /tb/dut/mii_tx_d_13]]              {add wave -noupdate -divider {  MII TX 13}}
1978
if [regexp {/tb/dut/tx_clk_13} [find signals /tb/dut/tx_clk_13]]                  {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/tx_clk_13}
1979
if [regexp {/tb/dut/m_tx_err_13} [find signals /tb/dut/m_tx_err_13]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/m_tx_err_13}
1980
if [regexp {/tb/dut/m_tx_en_13} [find signals /tb/dut/m_tx_en_13]]                {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/m_tx_en_13}
1981
if [regexp {/tb/dut/m_tx_d_13} [find signals /tb/dut/m_tx_d_13]]                  {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/m_tx_d_13}
1982
if [regexp {/tb/dut/mii_tx_err_13} [find signals /tb/dut/mii_tx_err_13]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/mii_tx_err_13}
1983
if [regexp {/tb/dut/mii_tx_en_13} [find signals /tb/dut/mii_tx_en_13]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/mii_tx_en_13}
1984
if [regexp {/tb/dut/mii_tx_d_13} [find signals /tb/dut/mii_tx_d_13]]              {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/mii_tx_d_13}
1985
 
1986
if [regexp {/tb/dut/m_tx_d_14} [find signals /tb/dut/m_tx_d_14]]                  {add wave -noupdate -divider {  MII TX 14}}
1987
if [regexp {/tb/dut/mii_tx_d_14} [find signals /tb/dut/mii_tx_d_14]]              {add wave -noupdate -divider {  MII TX 14}}
1988
if [regexp {/tb/dut/tx_clk_14} [find signals /tb/dut/tx_clk_14]]                  {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/tx_clk_14}
1989
if [regexp {/tb/dut/m_tx_err_14} [find signals /tb/dut/m_tx_err_14]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/m_tx_err_14}
1990
if [regexp {/tb/dut/m_tx_en_14} [find signals /tb/dut/m_tx_en_14]]                {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/m_tx_en_14}
1991
if [regexp {/tb/dut/m_tx_d_14} [find signals /tb/dut/m_tx_d_14]]                  {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/m_tx_d_14}
1992
if [regexp {/tb/dut/mii_tx_err_14} [find signals /tb/dut/mii_tx_err_14]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/mii_tx_err_14}
1993
if [regexp {/tb/dut/mii_tx_en_14} [find signals /tb/dut/mii_tx_en_14]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/mii_tx_en_14}
1994
if [regexp {/tb/dut/mii_tx_d_14} [find signals /tb/dut/mii_tx_d_14]]              {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/mii_tx_d_14}
1995
 
1996
if [regexp {/tb/dut/m_tx_d_15} [find signals /tb/dut/m_tx_d_15]]                  {add wave -noupdate -divider {  MII TX 15}}
1997
if [regexp {/tb/dut/mii_tx_d_15} [find signals /tb/dut/mii_tx_d_15]]              {add wave -noupdate -divider {  MII TX 15}}
1998
if [regexp {/tb/dut/tx_clk_15} [find signals /tb/dut/tx_clk_15]]                  {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/tx_clk_15}
1999
if [regexp {/tb/dut/m_tx_err_15} [find signals /tb/dut/m_tx_err_15]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/m_tx_err_15}
2000
if [regexp {/tb/dut/m_tx_en_15} [find signals /tb/dut/m_tx_en_15]]                {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/m_tx_en_15}
2001
if [regexp {/tb/dut/m_tx_d_15} [find signals /tb/dut/m_tx_d_15]]                  {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/m_tx_d_15}
2002
if [regexp {/tb/dut/mii_tx_err_15} [find signals /tb/dut/mii_tx_err_15]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/mii_tx_err_15}
2003
if [regexp {/tb/dut/mii_tx_en_15} [find signals /tb/dut/mii_tx_en_15]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/mii_tx_en_15}
2004
if [regexp {/tb/dut/mii_tx_d_15} [find signals /tb/dut/mii_tx_d_15]]              {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/mii_tx_d_15}
2005
 
2006
if [regexp {/tb/dut/m_tx_d_16} [find signals /tb/dut/m_tx_d_16]]                  {add wave -noupdate -divider {  MII TX 16}}
2007
if [regexp {/tb/dut/mii_tx_d_16} [find signals /tb/dut/mii_tx_d_16]]              {add wave -noupdate -divider {  MII TX 16}}
2008
if [regexp {/tb/dut/tx_clk_16} [find signals /tb/dut/tx_clk_16]]                  {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/tx_clk_16}
2009
if [regexp {/tb/dut/m_tx_err_16} [find signals /tb/dut/m_tx_err_16]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/m_tx_err_16}
2010
if [regexp {/tb/dut/m_tx_en_16} [find signals /tb/dut/m_tx_en_16]]                {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/m_tx_en_16}
2011
if [regexp {/tb/dut/m_tx_d_16} [find signals /tb/dut/m_tx_d_16]]                  {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/m_tx_d_16}
2012
if [regexp {/tb/dut/mii_tx_err_16} [find signals /tb/dut/mii_tx_err_16]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/mii_tx_err_16}
2013
if [regexp {/tb/dut/mii_tx_en_16} [find signals /tb/dut/mii_tx_en_16]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/mii_tx_en_16}
2014
if [regexp {/tb/dut/mii_tx_d_16} [find signals /tb/dut/mii_tx_d_16]]              {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/mii_tx_d_16}
2015
 
2016
if [regexp {/tb/dut/m_tx_d_17} [find signals /tb/dut/m_tx_d_17]]                  {add wave -noupdate -divider {  MII TX 17}}
2017
if [regexp {/tb/dut/mii_tx_d_17} [find signals /tb/dut/mii_tx_d_17]]              {add wave -noupdate -divider {  MII TX 17}}
2018
if [regexp {/tb/dut/tx_clk_17} [find signals /tb/dut/tx_clk_17]]                  {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/tx_clk_17}
2019
if [regexp {/tb/dut/m_tx_err_17} [find signals /tb/dut/m_tx_err_17]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/m_tx_err_17}
2020
if [regexp {/tb/dut/m_tx_en_17} [find signals /tb/dut/m_tx_en_17]]                {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/m_tx_en_17}
2021
if [regexp {/tb/dut/m_tx_d_17} [find signals /tb/dut/m_tx_d_17]]                  {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/m_tx_d_17}
2022
if [regexp {/tb/dut/mii_tx_err_17} [find signals /tb/dut/mii_tx_err_17]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/mii_tx_err_17}
2023
if [regexp {/tb/dut/mii_tx_en_17} [find signals /tb/dut/mii_tx_en_17]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/mii_tx_en_17}
2024
if [regexp {/tb/dut/mii_tx_d_17} [find signals /tb/dut/mii_tx_d_17]]              {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/mii_tx_d_17}
2025
 
2026
if [regexp {/tb/dut/m_tx_d_18} [find signals /tb/dut/m_tx_d_18]]                  {add wave -noupdate -divider {  MII TX 18}}
2027
if [regexp {/tb/dut/mii_tx_d_18} [find signals /tb/dut/mii_tx_d_18]]              {add wave -noupdate -divider {  MII TX 18}}
2028
if [regexp {/tb/dut/tx_clk_18} [find signals /tb/dut/tx_clk_18]]                  {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/tx_clk_18}
2029
if [regexp {/tb/dut/m_tx_err_18} [find signals /tb/dut/m_tx_err_18]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/m_tx_err_18}
2030
if [regexp {/tb/dut/m_tx_en_18} [find signals /tb/dut/m_tx_en_18]]                {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/m_tx_en_18}
2031
if [regexp {/tb/dut/m_tx_d_18} [find signals /tb/dut/m_tx_d_18]]                  {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/m_tx_d_18}
2032
if [regexp {/tb/dut/mii_tx_err_18} [find signals /tb/dut/mii_tx_err_18]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/mii_tx_err_18}
2033
if [regexp {/tb/dut/mii_tx_en_18} [find signals /tb/dut/mii_tx_en_18]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/mii_tx_en_18}
2034
if [regexp {/tb/dut/mii_tx_d_18} [find signals /tb/dut/mii_tx_d_18]]              {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/mii_tx_d_18}
2035
 
2036
if [regexp {/tb/dut/m_tx_d_19} [find signals /tb/dut/m_tx_d_19]]                  {add wave -noupdate -divider {  MII TX 19}}
2037
if [regexp {/tb/dut/mii_tx_d_19} [find signals /tb/dut/mii_tx_d_19]]              {add wave -noupdate -divider {  MII TX 19}}
2038
if [regexp {/tb/dut/tx_clk_19} [find signals /tb/dut/tx_clk_19]]                  {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/tx_clk_19}
2039
if [regexp {/tb/dut/m_tx_err_19} [find signals /tb/dut/m_tx_err_19]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/m_tx_err_19}
2040
if [regexp {/tb/dut/m_tx_en_19} [find signals /tb/dut/m_tx_en_19]]                {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/m_tx_en_19}
2041
if [regexp {/tb/dut/m_tx_d_19} [find signals /tb/dut/m_tx_d_19]]                  {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/m_tx_d_19}
2042
if [regexp {/tb/dut/mii_tx_err_19} [find signals /tb/dut/mii_tx_err_19]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/mii_tx_err_19}
2043
if [regexp {/tb/dut/mii_tx_en_19} [find signals /tb/dut/mii_tx_en_19]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/mii_tx_en_19}
2044
if [regexp {/tb/dut/mii_tx_d_19} [find signals /tb/dut/mii_tx_d_19]]              {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/mii_tx_d_19}
2045
 
2046
if [regexp {/tb/dut/m_tx_d_20} [find signals /tb/dut/m_tx_d_20]]                  {add wave -noupdate -divider {  MII TX 20}}
2047
if [regexp {/tb/dut/mii_tx_d_20} [find signals /tb/dut/mii_tx_d_20]]              {add wave -noupdate -divider {  MII TX 20}}
2048
if [regexp {/tb/dut/tx_clk_20} [find signals /tb/dut/tx_clk_20]]                  {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/tx_clk_20}
2049
if [regexp {/tb/dut/m_tx_err_20} [find signals /tb/dut/m_tx_err_20]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/m_tx_err_20}
2050
if [regexp {/tb/dut/m_tx_en_20} [find signals /tb/dut/m_tx_en_20]]                {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/m_tx_en_20}
2051
if [regexp {/tb/dut/m_tx_d_20} [find signals /tb/dut/m_tx_d_20]]                  {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/m_tx_d_20}
2052
if [regexp {/tb/dut/mii_tx_err_20} [find signals /tb/dut/mii_tx_err_20]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/mii_tx_err_20}
2053
if [regexp {/tb/dut/mii_tx_en_20} [find signals /tb/dut/mii_tx_en_20]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/mii_tx_en_20}
2054
if [regexp {/tb/dut/mii_tx_d_20} [find signals /tb/dut/mii_tx_d_20]]              {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/mii_tx_d_20}
2055
 
2056
if [regexp {/tb/dut/m_tx_d_21} [find signals /tb/dut/m_tx_d_21]]                  {add wave -noupdate -divider {  MII TX 21}}
2057
if [regexp {/tb/dut/mii_tx_d_21} [find signals /tb/dut/mii_tx_d_21]]              {add wave -noupdate -divider {  MII TX 21}}
2058
if [regexp {/tb/dut/tx_clk_21} [find signals /tb/dut/tx_clk_21]]                  {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/tx_clk_21}
2059
if [regexp {/tb/dut/m_tx_err_21} [find signals /tb/dut/m_tx_err_21]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/m_tx_err_21}
2060
if [regexp {/tb/dut/m_tx_en_21} [find signals /tb/dut/m_tx_en_21]]                {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/m_tx_en_21}
2061
if [regexp {/tb/dut/m_tx_d_21} [find signals /tb/dut/m_tx_d_21]]                  {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/m_tx_d_21}
2062
if [regexp {/tb/dut/mii_tx_err_21} [find signals /tb/dut/mii_tx_err_21]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/mii_tx_err_21}
2063
if [regexp {/tb/dut/mii_tx_en_21} [find signals /tb/dut/mii_tx_en_21]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/mii_tx_en_21}
2064
if [regexp {/tb/dut/mii_tx_d_21} [find signals /tb/dut/mii_tx_d_21]]              {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/mii_tx_d_21}
2065
 
2066
if [regexp {/tb/dut/m_tx_d_22} [find signals /tb/dut/m_tx_d_22]]                  {add wave -noupdate -divider {  MII TX 22}}
2067
if [regexp {/tb/dut/mii_tx_d_22} [find signals /tb/dut/mii_tx_d_22]]              {add wave -noupdate -divider {  MII TX 22}}
2068
if [regexp {/tb/dut/tx_clk_22} [find signals /tb/dut/tx_clk_22]]                  {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/tx_clk_22}
2069
if [regexp {/tb/dut/m_tx_err_22} [find signals /tb/dut/m_tx_err_22]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/m_tx_err_22}
2070
if [regexp {/tb/dut/m_tx_en_22} [find signals /tb/dut/m_tx_en_22]]                {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/m_tx_en_22}
2071
if [regexp {/tb/dut/m_tx_d_22} [find signals /tb/dut/m_tx_d_22]]                  {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/m_tx_d_22}
2072
if [regexp {/tb/dut/mii_tx_err_22} [find signals /tb/dut/mii_tx_err_22]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/mii_tx_err_22}
2073
if [regexp {/tb/dut/mii_tx_en_22} [find signals /tb/dut/mii_tx_en_22]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/mii_tx_en_22}
2074
if [regexp {/tb/dut/mii_tx_d_22} [find signals /tb/dut/mii_tx_d_22]]              {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/mii_tx_d_22}
2075
 
2076
if [regexp {/tb/dut/m_tx_d_23} [find signals /tb/dut/m_tx_d_23]]                  {add wave -noupdate -divider {  MII TX 23}}
2077
if [regexp {/tb/dut/mii_tx_d_23} [find signals /tb/dut/mii_tx_d_23]]              {add wave -noupdate -divider {  MII TX 23}}
2078
if [regexp {/tb/dut/tx_clk_23} [find signals /tb/dut/tx_clk_23]]                  {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/tx_clk_23}
2079
if [regexp {/tb/dut/m_tx_err_23} [find signals /tb/dut/m_tx_err_23]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/m_tx_err_23}
2080
if [regexp {/tb/dut/m_tx_en_23} [find signals /tb/dut/m_tx_en_23]]                {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/m_tx_en_23}
2081
if [regexp {/tb/dut/m_tx_d_23} [find signals /tb/dut/m_tx_d_23]]                  {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/m_tx_d_23}
2082
if [regexp {/tb/dut/mii_tx_err_23} [find signals /tb/dut/mii_tx_err_23]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/mii_tx_err_23}
2083
if [regexp {/tb/dut/mii_tx_en_23} [find signals /tb/dut/mii_tx_en_23]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/mii_tx_en_23}
2084
if [regexp {/tb/dut/mii_tx_d_23} [find signals /tb/dut/mii_tx_d_23]]              {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/mii_tx_d_23}
2085
 
2086
 
2087
if [regexp {/tb/dut/tbi_tx_d} [find signals /tb/dut/tbi_tx_d]]              {add wave -noupdate -divider {  PMA TBI TX}}
2088
if [regexp {/tb/dut/tbi_tx_clk} [find signals /tb/dut/tbi_tx_clk]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/tbi_tx_clk}
2089
if [regexp {/tb/dut/tbi_tx_d} [find signals /tb/dut/tbi_tx_d]]              {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/tbi_tx_d}
2090
 
2091
if [regexp {/tb/dut/tbi_tx_d_0} [find signals /tb/dut/tbi_tx_d_0]]              {add wave -noupdate -divider {  PMA TBI TX 0}}
2092
if [regexp {/tb/dut/tbi_tx_clk_0} [find signals /tb/dut/tbi_tx_clk_0]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/tbi_tx_clk_0}
2093
if [regexp {/tb/dut/tbi_tx_d_0} [find signals /tb/dut/tbi_tx_d_0]]              {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/tbi_tx_d_0}
2094
 
2095
if [regexp {/tb/dut/tbi_tx_d_1} [find signals /tb/dut/tbi_tx_d_1]]              {add wave -noupdate -divider {  PMA TBI TX 1}}
2096
if [regexp {/tb/dut/tbi_tx_clk_1} [find signals /tb/dut/tbi_tx_clk_1]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/tbi_tx_clk_1}
2097
if [regexp {/tb/dut/tbi_tx_d_1} [find signals /tb/dut/tbi_tx_d_1]]              {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/tbi_tx_d_1}
2098
 
2099
if [regexp {/tb/dut/tbi_tx_d_2} [find signals /tb/dut/tbi_tx_d_2]]              {add wave -noupdate -divider {  PMA TBI TX 2}}
2100
if [regexp {/tb/dut/tbi_tx_clk_2} [find signals /tb/dut/tbi_tx_clk_2]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/tbi_tx_clk_2}
2101
if [regexp {/tb/dut/tbi_tx_d_2} [find signals /tb/dut/tbi_tx_d_2]]              {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/tbi_tx_d_2}
2102
 
2103
if [regexp {/tb/dut/tbi_tx_d_3} [find signals /tb/dut/tbi_tx_d_3]]              {add wave -noupdate -divider {  PMA TBI TX 3}}
2104
if [regexp {/tb/dut/tbi_tx_clk_3} [find signals /tb/dut/tbi_tx_clk_3]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/tbi_tx_clk_3}
2105
if [regexp {/tb/dut/tbi_tx_d_3} [find signals /tb/dut/tbi_tx_d_3]]              {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/tbi_tx_d_3}
2106
 
2107
if [regexp {/tb/dut/tbi_tx_d_4} [find signals /tb/dut/tbi_tx_d_4]]              {add wave -noupdate -divider {  PMA TBI TX 4}}
2108
if [regexp {/tb/dut/tbi_tx_clk_4} [find signals /tb/dut/tbi_tx_clk_4]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/tbi_tx_clk_4}
2109
if [regexp {/tb/dut/tbi_tx_d_4} [find signals /tb/dut/tbi_tx_d_4]]              {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/tbi_tx_d_4}
2110
 
2111
if [regexp {/tb/dut/tbi_tx_d_5} [find signals /tb/dut/tbi_tx_d_5]]              {add wave -noupdate -divider {  PMA TBI TX 5}}
2112
if [regexp {/tb/dut/tbi_tx_clk_5} [find signals /tb/dut/tbi_tx_clk_5]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/tbi_tx_clk_5}
2113
if [regexp {/tb/dut/tbi_tx_d_5} [find signals /tb/dut/tbi_tx_d_5]]              {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/tbi_tx_d_5}
2114
 
2115
if [regexp {/tb/dut/tbi_tx_d_6} [find signals /tb/dut/tbi_tx_d_6]]              {add wave -noupdate -divider {  PMA TBI TX 6}}
2116
if [regexp {/tb/dut/tbi_tx_clk_6} [find signals /tb/dut/tbi_tx_clk_6]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/tbi_tx_clk_6}
2117
if [regexp {/tb/dut/tbi_tx_d_6} [find signals /tb/dut/tbi_tx_d_6]]              {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/tbi_tx_d_6}
2118
 
2119
if [regexp {/tb/dut/tbi_tx_d_7} [find signals /tb/dut/tbi_tx_d_7]]              {add wave -noupdate -divider {  PMA TBI TX 7}}
2120
if [regexp {/tb/dut/tbi_tx_clk_7} [find signals /tb/dut/tbi_tx_clk_7]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/tbi_tx_clk_7}
2121
if [regexp {/tb/dut/tbi_tx_d_7} [find signals /tb/dut/tbi_tx_d_7]]              {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/tbi_tx_d_7}
2122
 
2123
if [regexp {/tb/dut/tbi_tx_d_8} [find signals /tb/dut/tbi_tx_d_8]]              {add wave -noupdate -divider {  PMA TBI TX 8}}
2124
if [regexp {/tb/dut/tbi_tx_clk_8} [find signals /tb/dut/tbi_tx_clk_8]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/tbi_tx_clk_8}
2125
if [regexp {/tb/dut/tbi_tx_d_8} [find signals /tb/dut/tbi_tx_d_8]]              {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/tbi_tx_d_8}
2126
 
2127
if [regexp {/tb/dut/tbi_tx_d_9} [find signals /tb/dut/tbi_tx_d_9]]              {add wave -noupdate -divider {  PMA TBI TX 9}}
2128
if [regexp {/tb/dut/tbi_tx_clk_9} [find signals /tb/dut/tbi_tx_clk_9]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/tbi_tx_clk_9}
2129
if [regexp {/tb/dut/tbi_tx_d_9} [find signals /tb/dut/tbi_tx_d_9]]              {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/tbi_tx_d_9}
2130
 
2131
if [regexp {/tb/dut/tbi_tx_d_10} [find signals /tb/dut/tbi_tx_d_10]]              {add wave -noupdate -divider {  PMA TBI TX 10}}
2132
if [regexp {/tb/dut/tbi_tx_clk_10} [find signals /tb/dut/tbi_tx_clk_10]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/tbi_tx_clk_10}
2133
if [regexp {/tb/dut/tbi_tx_d_10} [find signals /tb/dut/tbi_tx_d_10]]              {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/tbi_tx_d_10}
2134
 
2135
if [regexp {/tb/dut/tbi_tx_d_11} [find signals /tb/dut/tbi_tx_d_11]]              {add wave -noupdate -divider {  PMA TBI TX 11}}
2136
if [regexp {/tb/dut/tbi_tx_clk_11} [find signals /tb/dut/tbi_tx_clk_11]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/tbi_tx_clk_11}
2137
if [regexp {/tb/dut/tbi_tx_d_11} [find signals /tb/dut/tbi_tx_d_11]]              {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/tbi_tx_d_11}
2138
 
2139
if [regexp {/tb/dut/tbi_tx_d_12} [find signals /tb/dut/tbi_tx_d_12]]              {add wave -noupdate -divider {  PMA TBI TX 12}}
2140
if [regexp {/tb/dut/tbi_tx_clk_12} [find signals /tb/dut/tbi_tx_clk_12]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/tbi_tx_clk_12}
2141
if [regexp {/tb/dut/tbi_tx_d_12} [find signals /tb/dut/tbi_tx_d_12]]              {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/tbi_tx_d_12}
2142
 
2143
if [regexp {/tb/dut/tbi_tx_d_13} [find signals /tb/dut/tbi_tx_d_13]]              {add wave -noupdate -divider {  PMA TBI TX 13}}
2144
if [regexp {/tb/dut/tbi_tx_clk_13} [find signals /tb/dut/tbi_tx_clk_13]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/tbi_tx_clk_13}
2145
if [regexp {/tb/dut/tbi_tx_d_13} [find signals /tb/dut/tbi_tx_d_13]]              {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/tbi_tx_d_13}
2146
 
2147
if [regexp {/tb/dut/tbi_tx_d_14} [find signals /tb/dut/tbi_tx_d_14]]              {add wave -noupdate -divider {  PMA TBI TX 14}}
2148
if [regexp {/tb/dut/tbi_tx_clk_14} [find signals /tb/dut/tbi_tx_clk_14]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/tbi_tx_clk_14}
2149
if [regexp {/tb/dut/tbi_tx_d_14} [find signals /tb/dut/tbi_tx_d_14]]              {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/tbi_tx_d_14}
2150
 
2151
if [regexp {/tb/dut/tbi_tx_d_15} [find signals /tb/dut/tbi_tx_d_15]]              {add wave -noupdate -divider {  PMA TBI TX 15}}
2152
if [regexp {/tb/dut/tbi_tx_clk_15} [find signals /tb/dut/tbi_tx_clk_15]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/tbi_tx_clk_15}
2153
if [regexp {/tb/dut/tbi_tx_d_15} [find signals /tb/dut/tbi_tx_d_15]]              {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/tbi_tx_d_15}
2154
 
2155
if [regexp {/tb/dut/tbi_tx_d_16} [find signals /tb/dut/tbi_tx_d_16]]              {add wave -noupdate -divider {  PMA TBI TX 16}}
2156
if [regexp {/tb/dut/tbi_tx_clk_16} [find signals /tb/dut/tbi_tx_clk_16]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/tbi_tx_clk_16}
2157
if [regexp {/tb/dut/tbi_tx_d_16} [find signals /tb/dut/tbi_tx_d_16]]              {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/tbi_tx_d_16}
2158
 
2159
if [regexp {/tb/dut/tbi_tx_d_17} [find signals /tb/dut/tbi_tx_d_17]]              {add wave -noupdate -divider {  PMA TBI TX 17}}
2160
if [regexp {/tb/dut/tbi_tx_clk_17} [find signals /tb/dut/tbi_tx_clk_17]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/tbi_tx_clk_17}
2161
if [regexp {/tb/dut/tbi_tx_d_17} [find signals /tb/dut/tbi_tx_d_17]]              {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/tbi_tx_d_17}
2162
 
2163
if [regexp {/tb/dut/tbi_tx_d_18} [find signals /tb/dut/tbi_tx_d_18]]              {add wave -noupdate -divider {  PMA TBI TX 18}}
2164
if [regexp {/tb/dut/tbi_tx_clk_18} [find signals /tb/dut/tbi_tx_clk_18]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/tbi_tx_clk_18}
2165
if [regexp {/tb/dut/tbi_tx_d_18} [find signals /tb/dut/tbi_tx_d_18]]              {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/tbi_tx_d_18}
2166
 
2167
if [regexp {/tb/dut/tbi_tx_d_19} [find signals /tb/dut/tbi_tx_d_19]]              {add wave -noupdate -divider {  PMA TBI TX 19}}
2168
if [regexp {/tb/dut/tbi_tx_clk_19} [find signals /tb/dut/tbi_tx_clk_19]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/tbi_tx_clk_19}
2169
if [regexp {/tb/dut/tbi_tx_d_19} [find signals /tb/dut/tbi_tx_d_19]]              {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/tbi_tx_d_19}
2170
 
2171
if [regexp {/tb/dut/tbi_tx_d_20} [find signals /tb/dut/tbi_tx_d_20]]              {add wave -noupdate -divider {  PMA TBI TX 20}}
2172
if [regexp {/tb/dut/tbi_tx_clk_20} [find signals /tb/dut/tbi_tx_clk_20]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/tbi_tx_clk_20}
2173
if [regexp {/tb/dut/tbi_tx_d_20} [find signals /tb/dut/tbi_tx_d_20]]              {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/tbi_tx_d_20}
2174
 
2175
if [regexp {/tb/dut/tbi_tx_d_21} [find signals /tb/dut/tbi_tx_d_21]]              {add wave -noupdate -divider {  PMA TBI TX 21}}
2176
if [regexp {/tb/dut/tbi_tx_clk_21} [find signals /tb/dut/tbi_tx_clk_21]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/tbi_tx_clk_21}
2177
if [regexp {/tb/dut/tbi_tx_d_21} [find signals /tb/dut/tbi_tx_d_21]]              {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/tbi_tx_d_21}
2178
 
2179
if [regexp {/tb/dut/tbi_tx_d_22} [find signals /tb/dut/tbi_tx_d_22]]              {add wave -noupdate -divider {  PMA TBI TX 22}}
2180
if [regexp {/tb/dut/tbi_tx_clk_22} [find signals /tb/dut/tbi_tx_clk_22]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/tbi_tx_clk_22}
2181
if [regexp {/tb/dut/tbi_tx_d_22} [find signals /tb/dut/tbi_tx_d_22]]              {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/tbi_tx_d_22}
2182
 
2183
if [regexp {/tb/dut/tbi_tx_d_23} [find signals /tb/dut/tbi_tx_d_23]]              {add wave -noupdate -divider {  PMA TBI TX 23}}
2184
if [regexp {/tb/dut/tbi_tx_clk_23} [find signals /tb/dut/tbi_tx_clk_23]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/tbi_tx_clk_23}
2185
if [regexp {/tb/dut/tbi_tx_d_23} [find signals /tb/dut/tbi_tx_d_23]]              {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/tbi_tx_d_23}
2186
 
2187
if [regexp {/tb/dut/txp} [find signals /tb/dut/txp]]                        {add wave -noupdate -divider {  PMA SERIAL TX}}
2188
if [regexp {/tb/dut/txp} [find signals /tb/dut/txp]]                        {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/txp}
2189
 
2190
if [regexp {/tb/dut/txp_0} [find signals /tb/dut/txp_0]]                        {add wave -noupdate -divider {  PMA SERIAL TX 0}}
2191
if [regexp {/tb/dut/txp_0} [find signals /tb/dut/txp_0]]                        {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/txp_0}
2192
 
2193
if [regexp {/tb/dut/txp_1} [find signals /tb/dut/txp_1]]                        {add wave -noupdate -divider {  PMA SERIAL TX 1}}
2194
if [regexp {/tb/dut/txp_1} [find signals /tb/dut/txp_1]]                        {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/txp_1}
2195
 
2196
if [regexp {/tb/dut/txp_2} [find signals /tb/dut/txp_2]]                        {add wave -noupdate -divider {  PMA SERIAL TX 2}}
2197
if [regexp {/tb/dut/txp_2} [find signals /tb/dut/txp_2]]                        {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/txp_2}
2198
 
2199
if [regexp {/tb/dut/txp_3} [find signals /tb/dut/txp_3]]                        {add wave -noupdate -divider {  PMA SERIAL TX 3}}
2200
if [regexp {/tb/dut/txp_3} [find signals /tb/dut/txp_3]]                        {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/txp_3}
2201
 
2202
if [regexp {/tb/dut/txp_4} [find signals /tb/dut/txp_4]]                        {add wave -noupdate -divider {  PMA SERIAL TX 4}}
2203
if [regexp {/tb/dut/txp_4} [find signals /tb/dut/txp_4]]                        {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/txp_4}
2204
 
2205
if [regexp {/tb/dut/txp_5} [find signals /tb/dut/txp_5]]                        {add wave -noupdate -divider {  PMA SERIAL TX 5}}
2206
if [regexp {/tb/dut/txp_5} [find signals /tb/dut/txp_5]]                        {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/txp_5}
2207
 
2208
if [regexp {/tb/dut/txp_6} [find signals /tb/dut/txp_6]]                        {add wave -noupdate -divider {  PMA SERIAL TX 6}}
2209
if [regexp {/tb/dut/txp_6} [find signals /tb/dut/txp_6]]                        {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/txp_6}
2210
 
2211
if [regexp {/tb/dut/txp_7} [find signals /tb/dut/txp_7]]                        {add wave -noupdate -divider {  PMA SERIAL TX 7}}
2212
if [regexp {/tb/dut/txp_7} [find signals /tb/dut/txp_7]]                        {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/txp_7}
2213
 
2214
if [regexp {/tb/dut/txp_8} [find signals /tb/dut/txp_8]]                        {add wave -noupdate -divider {  PMA SERIAL TX 8}}
2215
if [regexp {/tb/dut/txp_8} [find signals /tb/dut/txp_8]]                        {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/txp_8}
2216
 
2217
if [regexp {/tb/dut/txp_9} [find signals /tb/dut/txp_9]]                        {add wave -noupdate -divider {  PMA SERIAL TX 9}}
2218
if [regexp {/tb/dut/txp_9} [find signals /tb/dut/txp_9]]                        {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/txp_9}
2219
 
2220
if [regexp {/tb/dut/txp_10} [find signals /tb/dut/txp_10]]                        {add wave -noupdate -divider {  PMA SERIAL TX 10}}
2221
if [regexp {/tb/dut/txp_10} [find signals /tb/dut/txp_10]]                        {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/txp_10}
2222
 
2223
if [regexp {/tb/dut/txp_11} [find signals /tb/dut/txp_11]]                        {add wave -noupdate -divider {  PMA SERIAL TX 11}}
2224
if [regexp {/tb/dut/txp_11} [find signals /tb/dut/txp_11]]                        {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/txp_11}
2225
 
2226
if [regexp {/tb/dut/txp_12} [find signals /tb/dut/txp_12]]                        {add wave -noupdate -divider {  PMA SERIAL TX 12}}
2227
if [regexp {/tb/dut/txp_12} [find signals /tb/dut/txp_12]]                        {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/txp_12}
2228
 
2229
if [regexp {/tb/dut/txp_13} [find signals /tb/dut/txp_13]]                        {add wave -noupdate -divider {  PMA SERIAL TX 13}}
2230
if [regexp {/tb/dut/txp_13} [find signals /tb/dut/txp_13]]                        {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/txp_13}
2231
 
2232
if [regexp {/tb/dut/txp_14} [find signals /tb/dut/txp_14]]                        {add wave -noupdate -divider {  PMA SERIAL TX 14}}
2233
if [regexp {/tb/dut/txp_14} [find signals /tb/dut/txp_14]]                        {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/txp_14}
2234
 
2235
if [regexp {/tb/dut/txp_15} [find signals /tb/dut/txp_15]]                        {add wave -noupdate -divider {  PMA SERIAL TX 15}}
2236
if [regexp {/tb/dut/txp_15} [find signals /tb/dut/txp_15]]                        {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/txp_15}
2237
 
2238
if [regexp {/tb/dut/txp_16} [find signals /tb/dut/txp_16]]                        {add wave -noupdate -divider {  PMA SERIAL TX 16}}
2239
if [regexp {/tb/dut/txp_16} [find signals /tb/dut/txp_16]]                        {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/txp_16}
2240
 
2241
if [regexp {/tb/dut/txp_17} [find signals /tb/dut/txp_17]]                        {add wave -noupdate -divider {  PMA SERIAL TX 17}}
2242
if [regexp {/tb/dut/txp_17} [find signals /tb/dut/txp_17]]                        {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/txp_17}
2243
 
2244
if [regexp {/tb/dut/txp_18} [find signals /tb/dut/txp_18]]                        {add wave -noupdate -divider {  PMA SERIAL TX 18}}
2245
if [regexp {/tb/dut/txp_18} [find signals /tb/dut/txp_18]]                        {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/txp_18}
2246
 
2247
if [regexp {/tb/dut/txp_19} [find signals /tb/dut/txp_19]]                        {add wave -noupdate -divider {  PMA SERIAL TX 19}}
2248
if [regexp {/tb/dut/txp_19} [find signals /tb/dut/txp_19]]                        {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/txp_19}
2249
 
2250
if [regexp {/tb/dut/txp_20} [find signals /tb/dut/txp_20]]                        {add wave -noupdate -divider {  PMA SERIAL TX 20}}
2251
if [regexp {/tb/dut/txp_20} [find signals /tb/dut/txp_20]]                        {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/txp_20}
2252
 
2253
if [regexp {/tb/dut/txp_21} [find signals /tb/dut/txp_21]]                        {add wave -noupdate -divider {  PMA SERIAL TX 21}}
2254
if [regexp {/tb/dut/txp_21} [find signals /tb/dut/txp_21]]                        {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/txp_21}
2255
 
2256
if [regexp {/tb/dut/txp_22} [find signals /tb/dut/txp_22]]                        {add wave -noupdate -divider {  PMA SERIAL TX 22}}
2257
if [regexp {/tb/dut/txp_22} [find signals /tb/dut/txp_22]]                        {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/txp_22}
2258
 
2259
if [regexp {/tb/dut/txp_23} [find signals /tb/dut/txp_23]]                        {add wave -noupdate -divider {  PMA SERIAL TX 23}}
2260
if [regexp {/tb/dut/txp_23} [find signals /tb/dut/txp_23]]                        {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/txp_23}
2261
 
2262
add wave -noupdate -divider -height 40 {STATUS n MISC CONTROL}
2263
if [regexp {/tb/dut/led_an} [find signals /tb/dut/led_an]]                  {add wave -noupdate -divider {  PHY LINK STATUS}}
2264
if [regexp {/tb/dut/led_an} [find signals /tb/dut/led_an]]                  {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/led_an}
2265
if [regexp {/tb/dut/led_crs} [find signals /tb/dut/led_crs]]                {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/led_crs}
2266
if [regexp {/tb/dut/led_char_err} [find signals /tb/dut/led_char_err]]      {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/led_char_err}
2267
if [regexp {/tb/dut/led_link} [find signals /tb/dut/led_link]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/led_link}
2268
if [regexp {/tb/dut/led_col} [find signals /tb/dut/led_col]]                {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/led_col}
2269
if [regexp {/tb/dut/led_disp_err} [find signals /tb/dut/led_disp_err]]      {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/led_disp_err}
2270
 
2271
if [regexp {/tb/dut/led_an_0} [find signals /tb/dut/led_an_0]]                  {add wave -noupdate -divider {  PHY LINK STATUS 0}}
2272
if [regexp {/tb/dut/led_an_0} [find signals /tb/dut/led_an_0]]                  {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/led_an_0}
2273
if [regexp {/tb/dut/led_crs_0} [find signals /tb/dut/led_crs_0]]                {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/led_crs_0}
2274
if [regexp {/tb/dut/led_char_err_0} [find signals /tb/dut/led_char_err_0]]      {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/led_char_err_0}
2275
if [regexp {/tb/dut/led_link_0} [find signals /tb/dut/led_link_0]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/led_link_0}
2276
if [regexp {/tb/dut/led_col_0} [find signals /tb/dut/led_col_0]]                {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/led_col_0}
2277
if [regexp {/tb/dut/led_disp_err_0} [find signals /tb/dut/led_disp_err_0]]      {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/led_disp_err_0}
2278
 
2279
if [regexp {/tb/dut/led_an_1} [find signals /tb/dut/led_an_1]]                  {add wave -noupdate -divider {  PHY LINK STATUS 1}}
2280
if [regexp {/tb/dut/led_an_1} [find signals /tb/dut/led_an_1]]                  {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/led_an_1}
2281
if [regexp {/tb/dut/led_crs_1} [find signals /tb/dut/led_crs_1]]                {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/led_crs_1}
2282
if [regexp {/tb/dut/led_char_err_1} [find signals /tb/dut/led_char_err_1]]      {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/led_char_err_1}
2283
if [regexp {/tb/dut/led_link_1} [find signals /tb/dut/led_link_1]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/led_link_1}
2284
if [regexp {/tb/dut/led_col_1} [find signals /tb/dut/led_col_1]]                {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/led_col_1}
2285
if [regexp {/tb/dut/led_disp_err_1} [find signals /tb/dut/led_disp_err_1]]      {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/led_disp_err_1}
2286
 
2287
if [regexp {/tb/dut/led_an_2} [find signals /tb/dut/led_an_2]]                  {add wave -noupdate -divider {  PHY LINK STATUS 2}}
2288
if [regexp {/tb/dut/led_an_2} [find signals /tb/dut/led_an_2]]                  {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/led_an_2}
2289
if [regexp {/tb/dut/led_crs_2} [find signals /tb/dut/led_crs_2]]                {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/led_crs_2}
2290
if [regexp {/tb/dut/led_char_err_2} [find signals /tb/dut/led_char_err_2]]      {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/led_char_err_2}
2291
if [regexp {/tb/dut/led_link_2} [find signals /tb/dut/led_link_2]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/led_link_2}
2292
if [regexp {/tb/dut/led_col_2} [find signals /tb/dut/led_col_2]]                {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/led_col_2}
2293
if [regexp {/tb/dut/led_disp_err_2} [find signals /tb/dut/led_disp_err_2]]      {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/led_disp_err_2}
2294
 
2295
if [regexp {/tb/dut/led_an_3} [find signals /tb/dut/led_an_3]]                  {add wave -noupdate -divider {  PHY LINK STATUS 3}}
2296
if [regexp {/tb/dut/led_an_3} [find signals /tb/dut/led_an_3]]                  {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/led_an_3}
2297
if [regexp {/tb/dut/led_crs_3} [find signals /tb/dut/led_crs_3]]                {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/led_crs_3}
2298
if [regexp {/tb/dut/led_char_err_3} [find signals /tb/dut/led_char_err_3]]      {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/led_char_err_3}
2299
if [regexp {/tb/dut/led_link_3} [find signals /tb/dut/led_link_3]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/led_link_3}
2300
if [regexp {/tb/dut/led_col_3} [find signals /tb/dut/led_col_3]]                {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/led_col_3}
2301
if [regexp {/tb/dut/led_disp_err_3} [find signals /tb/dut/led_disp_err_3]]      {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/led_disp_err_3}
2302
 
2303
if [regexp {/tb/dut/led_an_4} [find signals /tb/dut/led_an_4]]                  {add wave -noupdate -divider {  PHY LINK STATUS 4}}
2304
if [regexp {/tb/dut/led_an_4} [find signals /tb/dut/led_an_4]]                  {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/led_an_4}
2305
if [regexp {/tb/dut/led_crs_4} [find signals /tb/dut/led_crs_4]]                {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/led_crs_4}
2306
if [regexp {/tb/dut/led_char_err_4} [find signals /tb/dut/led_char_err_4]]      {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/led_char_err_4}
2307
if [regexp {/tb/dut/led_link_4} [find signals /tb/dut/led_link_4]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/led_link_4}
2308
if [regexp {/tb/dut/led_col_4} [find signals /tb/dut/led_col_4]]                {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/led_col_4}
2309
if [regexp {/tb/dut/led_disp_err_4} [find signals /tb/dut/led_disp_err_4]]      {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/led_disp_err_4}
2310
 
2311
if [regexp {/tb/dut/led_an_5} [find signals /tb/dut/led_an_5]]                  {add wave -noupdate -divider {  PHY LINK STATUS 5}}
2312
if [regexp {/tb/dut/led_an_5} [find signals /tb/dut/led_an_5]]                  {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/led_an_5}
2313
if [regexp {/tb/dut/led_crs_5} [find signals /tb/dut/led_crs_5]]                {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/led_crs_5}
2314
if [regexp {/tb/dut/led_char_err_5} [find signals /tb/dut/led_char_err_5]]      {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/led_char_err_5}
2315
if [regexp {/tb/dut/led_link_5} [find signals /tb/dut/led_link_5]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/led_link_5}
2316
if [regexp {/tb/dut/led_col_5} [find signals /tb/dut/led_col_5]]                {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/led_col_5}
2317
if [regexp {/tb/dut/led_disp_err_5} [find signals /tb/dut/led_disp_err_5]]      {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/led_disp_err_5}
2318
 
2319
if [regexp {/tb/dut/led_an_6} [find signals /tb/dut/led_an_6]]                  {add wave -noupdate -divider {  PHY LINK STATUS 6}}
2320
if [regexp {/tb/dut/led_an_6} [find signals /tb/dut/led_an_6]]                  {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/led_an_6}
2321
if [regexp {/tb/dut/led_crs_6} [find signals /tb/dut/led_crs_6]]                {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/led_crs_6}
2322
if [regexp {/tb/dut/led_char_err_6} [find signals /tb/dut/led_char_err_6]]      {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/led_char_err_6}
2323
if [regexp {/tb/dut/led_link_6} [find signals /tb/dut/led_link_6]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/led_link_6}
2324
if [regexp {/tb/dut/led_col_6} [find signals /tb/dut/led_col_6]]                {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/led_col_6}
2325
if [regexp {/tb/dut/led_disp_err_6} [find signals /tb/dut/led_disp_err_6]]      {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/led_disp_err_6}
2326
 
2327
if [regexp {/tb/dut/led_an_7} [find signals /tb/dut/led_an_7]]                  {add wave -noupdate -divider {  PHY LINK STATUS 7}}
2328
if [regexp {/tb/dut/led_an_7} [find signals /tb/dut/led_an_7]]                  {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/led_an_7}
2329
if [regexp {/tb/dut/led_crs_7} [find signals /tb/dut/led_crs_7]]                {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/led_crs_7}
2330
if [regexp {/tb/dut/led_char_err_7} [find signals /tb/dut/led_char_err_7]]      {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/led_char_err_7}
2331
if [regexp {/tb/dut/led_link_7} [find signals /tb/dut/led_link_7]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/led_link_7}
2332
if [regexp {/tb/dut/led_col_7} [find signals /tb/dut/led_col_7]]                {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/led_col_7}
2333
if [regexp {/tb/dut/led_disp_err_7} [find signals /tb/dut/led_disp_err_7]]      {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/led_disp_err_7}
2334
 
2335
if [regexp {/tb/dut/led_an_8} [find signals /tb/dut/led_an_8]]                  {add wave -noupdate -divider {  PHY LINK STATUS 8}}
2336
if [regexp {/tb/dut/led_an_8} [find signals /tb/dut/led_an_8]]                  {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/led_an_8}
2337
if [regexp {/tb/dut/led_crs_8} [find signals /tb/dut/led_crs_8]]                {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/led_crs_8}
2338
if [regexp {/tb/dut/led_char_err_8} [find signals /tb/dut/led_char_err_8]]      {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/led_char_err_8}
2339
if [regexp {/tb/dut/led_link_8} [find signals /tb/dut/led_link_8]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/led_link_8}
2340
if [regexp {/tb/dut/led_col_8} [find signals /tb/dut/led_col_8]]                {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/led_col_8}
2341
if [regexp {/tb/dut/led_disp_err_8} [find signals /tb/dut/led_disp_err_8]]      {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/led_disp_err_8}
2342
 
2343
if [regexp {/tb/dut/led_an_9} [find signals /tb/dut/led_an_9]]                  {add wave -noupdate -divider {  PHY LINK STATUS 9}}
2344
if [regexp {/tb/dut/led_an_9} [find signals /tb/dut/led_an_9]]                  {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/led_an_9}
2345
if [regexp {/tb/dut/led_crs_9} [find signals /tb/dut/led_crs_9]]                {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/led_crs_9}
2346
if [regexp {/tb/dut/led_char_err_9} [find signals /tb/dut/led_char_err_9]]      {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/led_char_err_9}
2347
if [regexp {/tb/dut/led_link_9} [find signals /tb/dut/led_link_9]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/led_link_9}
2348
if [regexp {/tb/dut/led_col_9} [find signals /tb/dut/led_col_9]]                {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/led_col_9}
2349
if [regexp {/tb/dut/led_disp_err_9} [find signals /tb/dut/led_disp_err_9]]      {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/led_disp_err_9}
2350
 
2351
if [regexp {/tb/dut/led_an_10} [find signals /tb/dut/led_an_10]]                  {add wave -noupdate -divider {  PHY LINK STATUS 10}}
2352
if [regexp {/tb/dut/led_an_10} [find signals /tb/dut/led_an_10]]                  {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/led_an_10}
2353
if [regexp {/tb/dut/led_crs_10} [find signals /tb/dut/led_crs_10]]                {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/led_crs_10}
2354
if [regexp {/tb/dut/led_char_err_10} [find signals /tb/dut/led_char_err_10]]      {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/led_char_err_10}
2355
if [regexp {/tb/dut/led_link_10} [find signals /tb/dut/led_link_10]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/led_link_10}
2356
if [regexp {/tb/dut/led_col_10} [find signals /tb/dut/led_col_10]]                {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/led_col_10}
2357
if [regexp {/tb/dut/led_disp_err_10} [find signals /tb/dut/led_disp_err_10]]      {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/led_disp_err_10}
2358
 
2359
if [regexp {/tb/dut/led_an_11} [find signals /tb/dut/led_an_11]]                  {add wave -noupdate -divider {  PHY LINK STATUS 11}}
2360
if [regexp {/tb/dut/led_an_11} [find signals /tb/dut/led_an_11]]                  {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/led_an_11}
2361
if [regexp {/tb/dut/led_crs_11} [find signals /tb/dut/led_crs_11]]                {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/led_crs_11}
2362
if [regexp {/tb/dut/led_char_err_11} [find signals /tb/dut/led_char_err_11]]      {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/led_char_err_11}
2363
if [regexp {/tb/dut/led_link_11} [find signals /tb/dut/led_link_11]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/led_link_11}
2364
if [regexp {/tb/dut/led_col_11} [find signals /tb/dut/led_col_11]]                {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/led_col_11}
2365
if [regexp {/tb/dut/led_disp_err_11} [find signals /tb/dut/led_disp_err_11]]      {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/led_disp_err_11}
2366
 
2367
if [regexp {/tb/dut/led_an_12} [find signals /tb/dut/led_an_12]]                  {add wave -noupdate -divider {  PHY LINK STATUS 12}}
2368
if [regexp {/tb/dut/led_an_12} [find signals /tb/dut/led_an_12]]                  {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/led_an_12}
2369
if [regexp {/tb/dut/led_crs_12} [find signals /tb/dut/led_crs_12]]                {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/led_crs_12}
2370
if [regexp {/tb/dut/led_char_err_12} [find signals /tb/dut/led_char_err_12]]      {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/led_char_err_12}
2371
if [regexp {/tb/dut/led_link_12} [find signals /tb/dut/led_link_12]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/led_link_12}
2372
if [regexp {/tb/dut/led_col_12} [find signals /tb/dut/led_col_12]]                {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/led_col_12}
2373
if [regexp {/tb/dut/led_disp_err_12} [find signals /tb/dut/led_disp_err_12]]      {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/led_disp_err_12}
2374
 
2375
if [regexp {/tb/dut/led_an_13} [find signals /tb/dut/led_an_13]]                  {add wave -noupdate -divider {  PHY LINK STATUS 13}}
2376
if [regexp {/tb/dut/led_an_13} [find signals /tb/dut/led_an_13]]                  {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/led_an_13}
2377
if [regexp {/tb/dut/led_crs_13} [find signals /tb/dut/led_crs_13]]                {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/led_crs_13}
2378
if [regexp {/tb/dut/led_char_err_13} [find signals /tb/dut/led_char_err_13]]      {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/led_char_err_13}
2379
if [regexp {/tb/dut/led_link_13} [find signals /tb/dut/led_link_13]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/led_link_13}
2380
if [regexp {/tb/dut/led_col_13} [find signals /tb/dut/led_col_13]]                {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/led_col_13}
2381
if [regexp {/tb/dut/led_disp_err_13} [find signals /tb/dut/led_disp_err_13]]      {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/led_disp_err_13}
2382
 
2383
if [regexp {/tb/dut/led_an_14} [find signals /tb/dut/led_an_14]]                  {add wave -noupdate -divider {  PHY LINK STATUS 14}}
2384
if [regexp {/tb/dut/led_an_14} [find signals /tb/dut/led_an_14]]                  {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/led_an_14}
2385
if [regexp {/tb/dut/led_crs_14} [find signals /tb/dut/led_crs_14]]                {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/led_crs_14}
2386
if [regexp {/tb/dut/led_char_err_14} [find signals /tb/dut/led_char_err_14]]      {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/led_char_err_14}
2387
if [regexp {/tb/dut/led_link_14} [find signals /tb/dut/led_link_14]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/led_link_14}
2388
if [regexp {/tb/dut/led_col_14} [find signals /tb/dut/led_col_14]]                {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/led_col_14}
2389
if [regexp {/tb/dut/led_disp_err_14} [find signals /tb/dut/led_disp_err_14]]      {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/led_disp_err_14}
2390
 
2391
if [regexp {/tb/dut/led_an_15} [find signals /tb/dut/led_an_15]]                  {add wave -noupdate -divider {  PHY LINK STATUS 15}}
2392
if [regexp {/tb/dut/led_an_15} [find signals /tb/dut/led_an_15]]                  {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/led_an_15}
2393
if [regexp {/tb/dut/led_crs_15} [find signals /tb/dut/led_crs_15]]                {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/led_crs_15}
2394
if [regexp {/tb/dut/led_char_err_15} [find signals /tb/dut/led_char_err_15]]      {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/led_char_err_15}
2395
if [regexp {/tb/dut/led_link_15} [find signals /tb/dut/led_link_15]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/led_link_15}
2396
if [regexp {/tb/dut/led_col_15} [find signals /tb/dut/led_col_15]]                {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/led_col_15}
2397
if [regexp {/tb/dut/led_disp_err_15} [find signals /tb/dut/led_disp_err_15]]      {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/led_disp_err_15}
2398
 
2399
if [regexp {/tb/dut/led_an_16} [find signals /tb/dut/led_an_16]]                  {add wave -noupdate -divider {  PHY LINK STATUS 16}}
2400
if [regexp {/tb/dut/led_an_16} [find signals /tb/dut/led_an_16]]                  {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/led_an_16}
2401
if [regexp {/tb/dut/led_crs_16} [find signals /tb/dut/led_crs_16]]                {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/led_crs_16}
2402
if [regexp {/tb/dut/led_char_err_16} [find signals /tb/dut/led_char_err_16]]      {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/led_char_err_16}
2403
if [regexp {/tb/dut/led_link_16} [find signals /tb/dut/led_link_16]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/led_link_16}
2404
if [regexp {/tb/dut/led_col_16} [find signals /tb/dut/led_col_16]]                {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/led_col_16}
2405
if [regexp {/tb/dut/led_disp_err_16} [find signals /tb/dut/led_disp_err_16]]      {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/led_disp_err_16}
2406
 
2407
if [regexp {/tb/dut/led_an_17} [find signals /tb/dut/led_an_17]]                  {add wave -noupdate -divider {  PHY LINK STATUS 17}}
2408
if [regexp {/tb/dut/led_an_17} [find signals /tb/dut/led_an_17]]                  {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/led_an_17}
2409
if [regexp {/tb/dut/led_crs_17} [find signals /tb/dut/led_crs_17]]                {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/led_crs_17}
2410
if [regexp {/tb/dut/led_char_err_17} [find signals /tb/dut/led_char_err_17]]      {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/led_char_err_17}
2411
if [regexp {/tb/dut/led_link_17} [find signals /tb/dut/led_link_17]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/led_link_17}
2412
if [regexp {/tb/dut/led_col_17} [find signals /tb/dut/led_col_17]]                {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/led_col_17}
2413
if [regexp {/tb/dut/led_disp_err_17} [find signals /tb/dut/led_disp_err_17]]      {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/led_disp_err_17}
2414
 
2415
if [regexp {/tb/dut/led_an_18} [find signals /tb/dut/led_an_18]]                  {add wave -noupdate -divider {  PHY LINK STATUS 18}}
2416
if [regexp {/tb/dut/led_an_18} [find signals /tb/dut/led_an_18]]                  {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/led_an_18}
2417
if [regexp {/tb/dut/led_crs_18} [find signals /tb/dut/led_crs_18]]                {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/led_crs_18}
2418
if [regexp {/tb/dut/led_char_err_18} [find signals /tb/dut/led_char_err_18]]      {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/led_char_err_18}
2419
if [regexp {/tb/dut/led_link_18} [find signals /tb/dut/led_link_18]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/led_link_18}
2420
if [regexp {/tb/dut/led_col_18} [find signals /tb/dut/led_col_18]]                {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/led_col_18}
2421
if [regexp {/tb/dut/led_disp_err_18} [find signals /tb/dut/led_disp_err_18]]      {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/led_disp_err_18}
2422
 
2423
if [regexp {/tb/dut/led_an_19} [find signals /tb/dut/led_an_19]]                  {add wave -noupdate -divider {  PHY LINK STATUS 19}}
2424
if [regexp {/tb/dut/led_an_19} [find signals /tb/dut/led_an_19]]                  {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/led_an_19}
2425
if [regexp {/tb/dut/led_crs_19} [find signals /tb/dut/led_crs_19]]                {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/led_crs_19}
2426
if [regexp {/tb/dut/led_char_err_19} [find signals /tb/dut/led_char_err_19]]      {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/led_char_err_19}
2427
if [regexp {/tb/dut/led_link_19} [find signals /tb/dut/led_link_19]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/led_link_19}
2428
if [regexp {/tb/dut/led_col_19} [find signals /tb/dut/led_col_19]]                {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/led_col_19}
2429
if [regexp {/tb/dut/led_disp_err_19} [find signals /tb/dut/led_disp_err_19]]      {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/led_disp_err_19}
2430
 
2431
if [regexp {/tb/dut/led_an_20} [find signals /tb/dut/led_an_20]]                  {add wave -noupdate -divider {  PHY LINK STATUS 20}}
2432
if [regexp {/tb/dut/led_an_20} [find signals /tb/dut/led_an_20]]                  {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/led_an_20}
2433
if [regexp {/tb/dut/led_crs_20} [find signals /tb/dut/led_crs_20]]                {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/led_crs_20}
2434
if [regexp {/tb/dut/led_char_err_20} [find signals /tb/dut/led_char_err_20]]      {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/led_char_err_20}
2435
if [regexp {/tb/dut/led_link_20} [find signals /tb/dut/led_link_20]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/led_link_20}
2436
if [regexp {/tb/dut/led_col_20} [find signals /tb/dut/led_col_20]]                {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/led_col_20}
2437
if [regexp {/tb/dut/led_disp_err_20} [find signals /tb/dut/led_disp_err_20]]      {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/led_disp_err_20}
2438
 
2439
if [regexp {/tb/dut/led_an_21} [find signals /tb/dut/led_an_21]]                  {add wave -noupdate -divider {  PHY LINK STATUS 21}}
2440
if [regexp {/tb/dut/led_an_21} [find signals /tb/dut/led_an_21]]                  {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/led_an_21}
2441
if [regexp {/tb/dut/led_crs_21} [find signals /tb/dut/led_crs_21]]                {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/led_crs_21}
2442
if [regexp {/tb/dut/led_char_err_21} [find signals /tb/dut/led_char_err_21]]      {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/led_char_err_21}
2443
if [regexp {/tb/dut/led_link_21} [find signals /tb/dut/led_link_21]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/led_link_21}
2444
if [regexp {/tb/dut/led_col_21} [find signals /tb/dut/led_col_21]]                {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/led_col_21}
2445
if [regexp {/tb/dut/led_disp_err_21} [find signals /tb/dut/led_disp_err_21]]      {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/led_disp_err_21}
2446
 
2447
if [regexp {/tb/dut/led_an_22} [find signals /tb/dut/led_an_22]]                  {add wave -noupdate -divider {  PHY LINK STATUS 22}}
2448
if [regexp {/tb/dut/led_an_22} [find signals /tb/dut/led_an_22]]                  {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/led_an_22}
2449
if [regexp {/tb/dut/led_crs_22} [find signals /tb/dut/led_crs_22]]                {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/led_crs_22}
2450
if [regexp {/tb/dut/led_char_err_22} [find signals /tb/dut/led_char_err_22]]      {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/led_char_err_22}
2451
if [regexp {/tb/dut/led_link_22} [find signals /tb/dut/led_link_22]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/led_link_22}
2452
if [regexp {/tb/dut/led_col_22} [find signals /tb/dut/led_col_22]]                {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/led_col_22}
2453
if [regexp {/tb/dut/led_disp_err_22} [find signals /tb/dut/led_disp_err_22]]      {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/led_disp_err_22}
2454
 
2455
if [regexp {/tb/dut/led_an_23} [find signals /tb/dut/led_an_23]]                  {add wave -noupdate -divider {  PHY LINK STATUS 23}}
2456
if [regexp {/tb/dut/led_an_23} [find signals /tb/dut/led_an_23]]                  {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/led_an_23}
2457
if [regexp {/tb/dut/led_crs_23} [find signals /tb/dut/led_crs_23]]                {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/led_crs_23}
2458
if [regexp {/tb/dut/led_char_err_23} [find signals /tb/dut/led_char_err_23]]      {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/led_char_err_23}
2459
if [regexp {/tb/dut/led_link_23} [find signals /tb/dut/led_link_23]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/led_link_23}
2460
if [regexp {/tb/dut/led_col_23} [find signals /tb/dut/led_col_23]]                {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/led_col_23}
2461
if [regexp {/tb/dut/led_disp_err_23} [find signals /tb/dut/led_disp_err_23]]      {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/led_disp_err_23}
2462
 
2463
 
2464
if [regexp {/tb/dut/powerdown} [find signals /tb/dut/powerdown] | \
2465
regexp {/tb/dut/pcs_pwrdn_out} [find signals /tb/dut/pcs_pwrdn_out]]    {add wave -noupdate -divider {  PMA SERDES}}
2466
if [regexp {/tb/dut/powerdown} [find signals /tb/dut/powerdown]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/powerdown}
2467
if [regexp {/tb/dut/sd_loopback} [find signals /tb/dut/sd_loopback]]        {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/sd_loopback}
2468
if [regexp {/tb/dut/gxb_pwrdn_in} [find signals /tb/dut/gxb_pwrdn_in]]      {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gxb_pwrdn_in}
2469
if [regexp {/tb/dut/pcs_pwrdn_out} [find signals /tb/dut/pcs_pwrdn_out]]    {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/pcs_pwrdn_out}
2470
 
2471
 
2472
if [regexp {/tb/dut/powerdown_0} [find signals /tb/dut/powerdown_0] | \
2473
regexp {/tb/dut/pcs_pwrdn_out_0} [find signals /tb/dut/pcs_pwrdn_out_0]]    {add wave -noupdate -divider {  PMA SERDES 0}}
2474
if [regexp {/tb/dut/powerdown_0} [find signals /tb/dut/powerdown_0]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/powerdown_0}
2475
if [regexp {/tb/dut/sd_loopback_0} [find signals /tb/dut/sd_loopback_0]]        {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/sd_loopback_0}
2476
if [regexp {/tb/dut/gxb_pwrdn_in_0} [find signals /tb/dut/gxb_pwrdn_in_0]]      {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gxb_pwrdn_in_0}
2477
if [regexp {/tb/dut/pcs_pwrdn_out_0} [find signals /tb/dut/pcs_pwrdn_out_0]]    {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/pcs_pwrdn_out_0}
2478
 
2479
if [regexp {/tb/dut/powerdown_1} [find signals /tb/dut/powerdown_1] | \
2480
regexp {/tb/dut/pcs_pwrdn_out_1} [find signals /tb/dut/pcs_pwrdn_out_1]]    {add wave -noupdate -divider {  PMA SERDES 1}}
2481
if [regexp {/tb/dut/powerdown_1} [find signals /tb/dut/powerdown_1]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/powerdown_1}
2482
if [regexp {/tb/dut/sd_loopback_1} [find signals /tb/dut/sd_loopback_1]]        {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/sd_loopback_1}
2483
if [regexp {/tb/dut/gxb_pwrdn_in_1} [find signals /tb/dut/gxb_pwrdn_in_1]]      {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gxb_pwrdn_in_1}
2484
if [regexp {/tb/dut/pcs_pwrdn_out_1} [find signals /tb/dut/pcs_pwrdn_out_1]]    {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/pcs_pwrdn_out_1}
2485
 
2486
if [regexp {/tb/dut/powerdown_2} [find signals /tb/dut/powerdown_2] | \
2487
regexp {/tb/dut/pcs_pwrdn_out_2} [find signals /tb/dut/pcs_pwrdn_out_2]]    {add wave -noupdate -divider {  PMA SERDES 2}}
2488
if [regexp {/tb/dut/powerdown_2} [find signals /tb/dut/powerdown_2]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/powerdown_2}
2489
if [regexp {/tb/dut/sd_loopback_2} [find signals /tb/dut/sd_loopback_2]]        {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/sd_loopback_2}
2490
if [regexp {/tb/dut/gxb_pwrdn_in_2} [find signals /tb/dut/gxb_pwrdn_in_2]]      {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gxb_pwrdn_in_2}
2491
if [regexp {/tb/dut/pcs_pwrdn_out_2} [find signals /tb/dut/pcs_pwrdn_out_2]]    {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/pcs_pwrdn_out_2}
2492
 
2493
if [regexp {/tb/dut/powerdown_3} [find signals /tb/dut/powerdown_3] | \
2494
regexp {/tb/dut/pcs_pwrdn_out_3} [find signals /tb/dut/pcs_pwrdn_out_3]]    {add wave -noupdate -divider {  PMA SERDES 3}}
2495
if [regexp {/tb/dut/powerdown_3} [find signals /tb/dut/powerdown_3]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/powerdown_3}
2496
if [regexp {/tb/dut/sd_loopback_3} [find signals /tb/dut/sd_loopback_3]]        {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/sd_loopback_3}
2497
if [regexp {/tb/dut/gxb_pwrdn_in_3} [find signals /tb/dut/gxb_pwrdn_in_3]]      {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gxb_pwrdn_in_3}
2498
if [regexp {/tb/dut/pcs_pwrdn_out_3} [find signals /tb/dut/pcs_pwrdn_out_3]]    {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/pcs_pwrdn_out_3}
2499
 
2500
if [regexp {/tb/dut/powerdown_4} [find signals /tb/dut/powerdown_4] | \
2501
regexp {/tb/dut/pcs_pwrdn_out_4} [find signals /tb/dut/pcs_pwrdn_out_4]]    {add wave -noupdate -divider {  PMA SERDES 4}}
2502
if [regexp {/tb/dut/powerdown_4} [find signals /tb/dut/powerdown_4]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/powerdown_4}
2503
if [regexp {/tb/dut/sd_loopback_4} [find signals /tb/dut/sd_loopback_4]]        {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/sd_loopback_4}
2504
if [regexp {/tb/dut/gxb_pwrdn_in_4} [find signals /tb/dut/gxb_pwrdn_in_4]]      {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gxb_pwrdn_in_4}
2505
if [regexp {/tb/dut/pcs_pwrdn_out_4} [find signals /tb/dut/pcs_pwrdn_out_4]]    {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/pcs_pwrdn_out_4}
2506
 
2507
if [regexp {/tb/dut/powerdown_5} [find signals /tb/dut/powerdown_5] | \
2508
regexp {/tb/dut/pcs_pwrdn_out_5} [find signals /tb/dut/pcs_pwrdn_out_5]]    {add wave -noupdate -divider {  PMA SERDES 5}}
2509
if [regexp {/tb/dut/powerdown_5} [find signals /tb/dut/powerdown_5]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/powerdown_5}
2510
if [regexp {/tb/dut/sd_loopback_5} [find signals /tb/dut/sd_loopback_5]]        {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/sd_loopback_5}
2511
if [regexp {/tb/dut/gxb_pwrdn_in_5} [find signals /tb/dut/gxb_pwrdn_in_5]]      {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gxb_pwrdn_in_5}
2512
if [regexp {/tb/dut/pcs_pwrdn_out_5} [find signals /tb/dut/pcs_pwrdn_out_5]]    {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/pcs_pwrdn_out_5}
2513
 
2514
if [regexp {/tb/dut/powerdown_6} [find signals /tb/dut/powerdown_6] | \
2515
regexp {/tb/dut/pcs_pwrdn_out_6} [find signals /tb/dut/pcs_pwrdn_out_6]]    {add wave -noupdate -divider {  PMA SERDES 6}}
2516
if [regexp {/tb/dut/powerdown_6} [find signals /tb/dut/powerdown_6]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/powerdown_6}
2517
if [regexp {/tb/dut/sd_loopback_6} [find signals /tb/dut/sd_loopback_6]]        {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/sd_loopback_6}
2518
if [regexp {/tb/dut/gxb_pwrdn_in_6} [find signals /tb/dut/gxb_pwrdn_in_6]]      {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gxb_pwrdn_in_6}
2519
if [regexp {/tb/dut/pcs_pwrdn_out_6} [find signals /tb/dut/pcs_pwrdn_out_6]]    {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/pcs_pwrdn_out_6}
2520
 
2521
if [regexp {/tb/dut/powerdown_7} [find signals /tb/dut/powerdown_7] | \
2522
regexp {/tb/dut/pcs_pwrdn_out_7} [find signals /tb/dut/pcs_pwrdn_out_7]]    {add wave -noupdate -divider {  PMA SERDES 7}}
2523
if [regexp {/tb/dut/powerdown_7} [find signals /tb/dut/powerdown_7]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/powerdown_7}
2524
if [regexp {/tb/dut/sd_loopback_7} [find signals /tb/dut/sd_loopback_7]]        {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/sd_loopback_7}
2525
if [regexp {/tb/dut/gxb_pwrdn_in_7} [find signals /tb/dut/gxb_pwrdn_in_7]]      {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gxb_pwrdn_in_7}
2526
if [regexp {/tb/dut/pcs_pwrdn_out_7} [find signals /tb/dut/pcs_pwrdn_out_7]]    {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/pcs_pwrdn_out_7}
2527
 
2528
if [regexp {/tb/dut/powerdown_8} [find signals /tb/dut/powerdown_8] | \
2529
regexp {/tb/dut/pcs_pwrdn_out_8} [find signals /tb/dut/pcs_pwrdn_out_8]]    {add wave -noupdate -divider {  PMA SERDES 8}}
2530
if [regexp {/tb/dut/powerdown_8} [find signals /tb/dut/powerdown_8]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/powerdown_8}
2531
if [regexp {/tb/dut/sd_loopback_8} [find signals /tb/dut/sd_loopback_8]]        {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/sd_loopback_8}
2532
if [regexp {/tb/dut/gxb_pwrdn_in_8} [find signals /tb/dut/gxb_pwrdn_in_8]]      {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gxb_pwrdn_in_8}
2533
if [regexp {/tb/dut/pcs_pwrdn_out_8} [find signals /tb/dut/pcs_pwrdn_out_8]]    {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/pcs_pwrdn_out_8}
2534
 
2535
if [regexp {/tb/dut/powerdown_9} [find signals /tb/dut/powerdown_9] | \
2536
regexp {/tb/dut/pcs_pwrdn_out_9} [find signals /tb/dut/pcs_pwrdn_out_9]]    {add wave -noupdate -divider {  PMA SERDES 9}}
2537
if [regexp {/tb/dut/powerdown_9} [find signals /tb/dut/powerdown_9]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/powerdown_9}
2538
if [regexp {/tb/dut/sd_loopback_9} [find signals /tb/dut/sd_loopback_9]]        {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/sd_loopback_9}
2539
if [regexp {/tb/dut/gxb_pwrdn_in_9} [find signals /tb/dut/gxb_pwrdn_in_9]]      {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gxb_pwrdn_in_9}
2540
if [regexp {/tb/dut/pcs_pwrdn_out_9} [find signals /tb/dut/pcs_pwrdn_out_9]]    {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/pcs_pwrdn_out_9}
2541
 
2542
if [regexp {/tb/dut/powerdown_10} [find signals /tb/dut/powerdown_10] | \
2543
regexp {/tb/dut/pcs_pwrdn_out_10} [find signals /tb/dut/pcs_pwrdn_out_10]]    {add wave -noupdate -divider {  PMA SERDES 10}}
2544
if [regexp {/tb/dut/powerdown_10} [find signals /tb/dut/powerdown_10]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/powerdown_10}
2545
if [regexp {/tb/dut/sd_loopback_10} [find signals /tb/dut/sd_loopback_10]]        {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/sd_loopback_10}
2546
if [regexp {/tb/dut/gxb_pwrdn_in_10} [find signals /tb/dut/gxb_pwrdn_in_10]]      {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gxb_pwrdn_in_10}
2547
if [regexp {/tb/dut/pcs_pwrdn_out_10} [find signals /tb/dut/pcs_pwrdn_out_10]]    {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/pcs_pwrdn_out_10}
2548
 
2549
if [regexp {/tb/dut/powerdown_11} [find signals /tb/dut/powerdown_11] | \
2550
regexp {/tb/dut/pcs_pwrdn_out_11} [find signals /tb/dut/pcs_pwrdn_out_11]]    {add wave -noupdate -divider {  PMA SERDES 11}}
2551
if [regexp {/tb/dut/powerdown_11} [find signals /tb/dut/powerdown_11]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/powerdown_11}
2552
if [regexp {/tb/dut/sd_loopback_11} [find signals /tb/dut/sd_loopback_11]]        {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/sd_loopback_11}
2553
if [regexp {/tb/dut/gxb_pwrdn_in_11} [find signals /tb/dut/gxb_pwrdn_in_11]]      {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gxb_pwrdn_in_11}
2554
if [regexp {/tb/dut/pcs_pwrdn_out_11} [find signals /tb/dut/pcs_pwrdn_out_11]]    {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/pcs_pwrdn_out_11}
2555
 
2556
if [regexp {/tb/dut/powerdown_12} [find signals /tb/dut/powerdown_12] | \
2557
regexp {/tb/dut/pcs_pwrdn_out_12} [find signals /tb/dut/pcs_pwrdn_out_12]]    {add wave -noupdate -divider {  PMA SERDES 12}}
2558
if [regexp {/tb/dut/powerdown_12} [find signals /tb/dut/powerdown_12]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/powerdown_12}
2559
if [regexp {/tb/dut/sd_loopback_12} [find signals /tb/dut/sd_loopback_12]]        {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/sd_loopback_12}
2560
if [regexp {/tb/dut/gxb_pwrdn_in_12} [find signals /tb/dut/gxb_pwrdn_in_12]]      {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gxb_pwrdn_in_12}
2561
if [regexp {/tb/dut/pcs_pwrdn_out_12} [find signals /tb/dut/pcs_pwrdn_out_12]]    {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/pcs_pwrdn_out_12}
2562
 
2563
if [regexp {/tb/dut/powerdown_13} [find signals /tb/dut/powerdown_13] | \
2564
regexp {/tb/dut/pcs_pwrdn_out_13} [find signals /tb/dut/pcs_pwrdn_out_13]]    {add wave -noupdate -divider {  PMA SERDES 13}}
2565
if [regexp {/tb/dut/powerdown_13} [find signals /tb/dut/powerdown_13]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/powerdown_13}
2566
if [regexp {/tb/dut/sd_loopback_13} [find signals /tb/dut/sd_loopback_13]]        {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/sd_loopback_13}
2567
if [regexp {/tb/dut/gxb_pwrdn_in_13} [find signals /tb/dut/gxb_pwrdn_in_13]]      {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gxb_pwrdn_in_13}
2568
if [regexp {/tb/dut/pcs_pwrdn_out_13} [find signals /tb/dut/pcs_pwrdn_out_13]]    {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/pcs_pwrdn_out_13}
2569
 
2570
if [regexp {/tb/dut/powerdown_14} [find signals /tb/dut/powerdown_14] | \
2571
regexp {/tb/dut/pcs_pwrdn_out_14} [find signals /tb/dut/pcs_pwrdn_out_14]]    {add wave -noupdate -divider {  PMA SERDES 14}}
2572
if [regexp {/tb/dut/powerdown_14} [find signals /tb/dut/powerdown_14]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/powerdown_14}
2573
if [regexp {/tb/dut/sd_loopback_14} [find signals /tb/dut/sd_loopback_14]]        {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/sd_loopback_14}
2574
if [regexp {/tb/dut/gxb_pwrdn_in_14} [find signals /tb/dut/gxb_pwrdn_in_14]]      {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gxb_pwrdn_in_14}
2575
if [regexp {/tb/dut/pcs_pwrdn_out_14} [find signals /tb/dut/pcs_pwrdn_out_14]]    {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/pcs_pwrdn_out_14}
2576
 
2577
if [regexp {/tb/dut/powerdown_15} [find signals /tb/dut/powerdown_15] | \
2578
regexp {/tb/dut/pcs_pwrdn_out_15} [find signals /tb/dut/pcs_pwrdn_out_15]]    {add wave -noupdate -divider {  PMA SERDES 15}}
2579
if [regexp {/tb/dut/powerdown_15} [find signals /tb/dut/powerdown_15]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/powerdown_15}
2580
if [regexp {/tb/dut/sd_loopback_15} [find signals /tb/dut/sd_loopback_15]]        {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/sd_loopback_15}
2581
if [regexp {/tb/dut/gxb_pwrdn_in_15} [find signals /tb/dut/gxb_pwrdn_in_15]]      {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gxb_pwrdn_in_15}
2582
if [regexp {/tb/dut/pcs_pwrdn_out_15} [find signals /tb/dut/pcs_pwrdn_out_15]]    {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/pcs_pwrdn_out_15}
2583
 
2584
if [regexp {/tb/dut/powerdown_16} [find signals /tb/dut/powerdown_16] | \
2585
regexp {/tb/dut/pcs_pwrdn_out_16} [find signals /tb/dut/pcs_pwrdn_out_16]]    {add wave -noupdate -divider {  PMA SERDES 16}}
2586
if [regexp {/tb/dut/powerdown_16} [find signals /tb/dut/powerdown_16]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/powerdown_16}
2587
if [regexp {/tb/dut/sd_loopback_16} [find signals /tb/dut/sd_loopback_16]]        {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/sd_loopback_16}
2588
if [regexp {/tb/dut/gxb_pwrdn_in_16} [find signals /tb/dut/gxb_pwrdn_in_16]]      {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gxb_pwrdn_in_16}
2589
if [regexp {/tb/dut/pcs_pwrdn_out_16} [find signals /tb/dut/pcs_pwrdn_out_16]]    {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/pcs_pwrdn_out_16}
2590
 
2591
if [regexp {/tb/dut/powerdown_17} [find signals /tb/dut/powerdown_17] | \
2592
regexp {/tb/dut/pcs_pwrdn_out_17} [find signals /tb/dut/pcs_pwrdn_out_17]]    {add wave -noupdate -divider {  PMA SERDES 17}}
2593
if [regexp {/tb/dut/powerdown_17} [find signals /tb/dut/powerdown_17]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/powerdown_17}
2594
if [regexp {/tb/dut/sd_loopback_17} [find signals /tb/dut/sd_loopback_17]]        {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/sd_loopback_17}
2595
if [regexp {/tb/dut/gxb_pwrdn_in_17} [find signals /tb/dut/gxb_pwrdn_in_17]]      {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gxb_pwrdn_in_17}
2596
if [regexp {/tb/dut/pcs_pwrdn_out_17} [find signals /tb/dut/pcs_pwrdn_out_17]]    {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/pcs_pwrdn_out_17}
2597
 
2598
if [regexp {/tb/dut/powerdown_18} [find signals /tb/dut/powerdown_18] | \
2599
regexp {/tb/dut/pcs_pwrdn_out_18} [find signals /tb/dut/pcs_pwrdn_out_18]]    {add wave -noupdate -divider {  PMA SERDES 18}}
2600
if [regexp {/tb/dut/powerdown_18} [find signals /tb/dut/powerdown_18]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/powerdown_18}
2601
if [regexp {/tb/dut/sd_loopback_18} [find signals /tb/dut/sd_loopback_18]]        {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/sd_loopback_18}
2602
if [regexp {/tb/dut/gxb_pwrdn_in_18} [find signals /tb/dut/gxb_pwrdn_in_18]]      {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gxb_pwrdn_in_18}
2603
if [regexp {/tb/dut/pcs_pwrdn_out_18} [find signals /tb/dut/pcs_pwrdn_out_18]]    {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/pcs_pwrdn_out_18}
2604
 
2605
 
2606
if [regexp {/tb/dut/powerdown_19} [find signals /tb/dut/powerdown_19] | \
2607
regexp {/tb/dut/pcs_pwrdn_out_19} [find signals /tb/dut/pcs_pwrdn_out_19]]    {add wave -noupdate -divider {  PMA SERDES 19}}
2608
if [regexp {/tb/dut/powerdown_19} [find signals /tb/dut/powerdown_19]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/powerdown_19}
2609
if [regexp {/tb/dut/sd_loopback_19} [find signals /tb/dut/sd_loopback_19]]        {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/sd_loopback_19}
2610
if [regexp {/tb/dut/gxb_pwrdn_in_19} [find signals /tb/dut/gxb_pwrdn_in_19]]      {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gxb_pwrdn_in_19}
2611
if [regexp {/tb/dut/pcs_pwrdn_out_19} [find signals /tb/dut/pcs_pwrdn_out_19]]    {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/pcs_pwrdn_out_19}
2612
 
2613
if [regexp {/tb/dut/powerdown_20} [find signals /tb/dut/powerdown_20] | \
2614
regexp {/tb/dut/pcs_pwrdn_out_20} [find signals /tb/dut/pcs_pwrdn_out_20]]    {add wave -noupdate -divider {  PMA SERDES 20}}
2615
if [regexp {/tb/dut/powerdown_20} [find signals /tb/dut/powerdown_20]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/powerdown_20}
2616
if [regexp {/tb/dut/sd_loopback_20} [find signals /tb/dut/sd_loopback_20]]        {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/sd_loopback_20}
2617
if [regexp {/tb/dut/gxb_pwrdn_in_20} [find signals /tb/dut/gxb_pwrdn_in_20]]      {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gxb_pwrdn_in_20}
2618
if [regexp {/tb/dut/pcs_pwrdn_out_20} [find signals /tb/dut/pcs_pwrdn_out_20]]    {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/pcs_pwrdn_out_20}
2619
 
2620
if [regexp {/tb/dut/powerdown_21} [find signals /tb/dut/powerdown_21] | \
2621
regexp {/tb/dut/pcs_pwrdn_out_21} [find signals /tb/dut/pcs_pwrdn_out_21]]    {add wave -noupdate -divider {  PMA SERDES 21}}
2622
if [regexp {/tb/dut/powerdown_21} [find signals /tb/dut/powerdown_21]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/powerdown_21}
2623
if [regexp {/tb/dut/sd_loopback_21} [find signals /tb/dut/sd_loopback_21]]        {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/sd_loopback_21}
2624
if [regexp {/tb/dut/gxb_pwrdn_in_21} [find signals /tb/dut/gxb_pwrdn_in_21]]      {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gxb_pwrdn_in_21}
2625
if [regexp {/tb/dut/pcs_pwrdn_out_21} [find signals /tb/dut/pcs_pwrdn_out_21]]    {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/pcs_pwrdn_out_21}
2626
 
2627
if [regexp {/tb/dut/powerdown_22} [find signals /tb/dut/powerdown_22] | \
2628
regexp {/tb/dut/pcs_pwrdn_out_22} [find signals /tb/dut/pcs_pwrdn_out_22]]    {add wave -noupdate -divider {  PMA SERDES 22}}
2629
if [regexp {/tb/dut/powerdown_22} [find signals /tb/dut/powerdown_22]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/powerdown_22}
2630
if [regexp {/tb/dut/sd_loopback_22} [find signals /tb/dut/sd_loopback_22]]        {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/sd_loopback_22}
2631
if [regexp {/tb/dut/gxb_pwrdn_in_22} [find signals /tb/dut/gxb_pwrdn_in_22]]      {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gxb_pwrdn_in_22}
2632
if [regexp {/tb/dut/pcs_pwrdn_out_22} [find signals /tb/dut/pcs_pwrdn_out_22]]    {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/pcs_pwrdn_out_22}
2633
 
2634
if [regexp {/tb/dut/powerdown_23} [find signals /tb/dut/powerdown_23] | \
2635
regexp {/tb/dut/pcs_pwrdn_out_23} [find signals /tb/dut/pcs_pwrdn_out_23]]    {add wave -noupdate -divider {  PMA SERDES 23}}
2636
if [regexp {/tb/dut/powerdown_23} [find signals /tb/dut/powerdown_23]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/powerdown_23}
2637
if [regexp {/tb/dut/sd_loopback_23} [find signals /tb/dut/sd_loopback_23]]        {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/sd_loopback_23}
2638
if [regexp {/tb/dut/gxb_pwrdn_in_23} [find signals /tb/dut/gxb_pwrdn_in_23]]      {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/gxb_pwrdn_in_23}
2639
if [regexp {/tb/dut/pcs_pwrdn_out_23} [find signals /tb/dut/pcs_pwrdn_out_23]]    {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/pcs_pwrdn_out_23}
2640
 
2641
 
2642
 
2643
if [regexp {/tb/dut/mdc} [find signals /tb/dut/mdc]]                        {add wave -noupdate -divider {  MDIO}}
2644
if [regexp {/tb/dut/mdio_out} [find signals /tb/dut/mdio_out]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/mdio_out}
2645
if [regexp {/tb/dut/mdio_oen} [find signals /tb/dut/mdio_oen]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/mdio_oen}
2646
if [regexp {/tb/dut/mdio_in} [find signals /tb/dut/mdio_in]]                {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/mdio_in}
2647
if [regexp {/tb/dut/mdc} [find signals /tb/dut/mdc]]                        {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/mdc}
2648
 
2649
 
2650
if {[regexp {/tb/dut/eth_mode} [find signals /tb/dut/eth_mode]]| \
2651
[regexp {/tb/dut/magic_wakeup} [find signals /tb/dut/magic_wakeup]]}             {add wave -noupdate -divider {  MISC }}
2652
if [regexp {/tb/dut/xon_gen} [find signals /tb/dut/xon_gen]]                {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/xon_gen}
2653
if [regexp {/tb/dut/xoff_gen} [find signals /tb/dut/xoff_gen]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/xoff_gen}
2654
if [regexp {/tb/dut/magic_wakeup} [find signals /tb/dut/magic_wakeup]]      {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/magic_wakeup}
2655
if [regexp {/tb/dut/magic_sleep_n} [find signals /tb/dut/magic_sleep_n]]    {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/magic_sleep_n}
2656
if [regexp {/tb/dut/set_1000} [find signals /tb/dut/set_1000]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/set_1000}
2657
if [regexp {/tb/dut/set_100} [find signals /tb/dut/set_100]]                {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/set_100}
2658
if [regexp {/tb/dut/set_10} [find signals /tb/dut/set_10] ]                 {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/set_10}
2659
if [regexp {/tb/dut/eth_mode} [find signals /tb/dut/eth_mode]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/eth_mode}
2660
if [regexp {/tb/dut/ena_10} [find signals /tb/dut/ena_10]]                  {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/ena_10}
2661
if [regexp {/tb/dut/hd_ena} [find signals /tb/dut/hd_ena]]                  {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/hd_ena}
2662
 
2663
if {[regexp {/tb/dut/eth_mode_0} [find signals /tb/dut/eth_mode_0]]| \
2664
[regexp {/tb/dut/magic_wakeup_0} [find signals /tb/dut/magic_wakeup_0]]}             {add wave -noupdate -divider {  MISC 0}}
2665
if [regexp {/tb/dut/xon_gen_0} [find signals /tb/dut/xon_gen_0]]                {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/xon_gen_0}
2666
if [regexp {/tb/dut/xoff_gen_0} [find signals /tb/dut/xoff_gen_0]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/xoff_gen_0}
2667
if [regexp {/tb/dut/magic_wakeup_0} [find signals /tb/dut/magic_wakeup_0]]      {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/magic_wakeup_0}
2668
if [regexp {/tb/dut/magic_sleep_n_0} [find signals /tb/dut/magic_sleep_n_0]]    {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/magic_sleep_n_0}
2669
if [regexp {/tb/dut/set_1000_0} [find signals /tb/dut/set_1000_0]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/set_1000_0}
2670
if [regexp {/tb/dut/set_100_0} [find signals /tb/dut/set_100_0]]                {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/set_100_0}
2671
if [regexp {/tb/dut/set_10_0} [find signals /tb/dut/set_10_0] ]                 {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/set_10_0}
2672
if [regexp {/tb/dut/eth_mode_0} [find signals /tb/dut/eth_mode_0]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/eth_mode_0}
2673
if [regexp {/tb/dut/ena_10_0} [find signals /tb/dut/ena_10_0]]                  {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/ena_10_0}
2674
if [regexp {/tb/dut/hd_ena_0} [find signals /tb/dut/hd_ena_0]]                  {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/hd_ena_0}
2675
 
2676
if {[regexp {/tb/dut/eth_mode_1} [find signals /tb/dut/eth_mode_1]]| \
2677
[regexp {/tb/dut/magic_wakeup_1} [find signals /tb/dut/magic_wakeup_1]]}             {add wave -noupdate -divider {  MISC 1}}
2678
if [regexp {/tb/dut/xon_gen_1} [find signals /tb/dut/xon_gen_1]]                {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/xon_gen_1}
2679
if [regexp {/tb/dut/xoff_gen_1} [find signals /tb/dut/xoff_gen_1]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/xoff_gen_1}
2680
if [regexp {/tb/dut/magic_wakeup_1} [find signals /tb/dut/magic_wakeup_1]]      {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/magic_wakeup_1}
2681
if [regexp {/tb/dut/magic_sleep_n_1} [find signals /tb/dut/magic_sleep_n_1]]    {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/magic_sleep_n_1}
2682
if [regexp {/tb/dut/set_1000_1} [find signals /tb/dut/set_1000_1]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/set_1000_1}
2683
if [regexp {/tb/dut/set_100_1} [find signals /tb/dut/set_100_1]]                {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/set_100_1}
2684
if [regexp {/tb/dut/set_10_1} [find signals /tb/dut/set_10_1] ]                 {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/set_10_1}
2685
if [regexp {/tb/dut/eth_mode_1} [find signals /tb/dut/eth_mode_1]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/eth_mode_1}
2686
if [regexp {/tb/dut/ena_10_1} [find signals /tb/dut/ena_10_1]]                  {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/ena_10_1}
2687
if [regexp {/tb/dut/hd_ena_1} [find signals /tb/dut/hd_ena_1]]                  {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/hd_ena_1}
2688
 
2689
if {[regexp {/tb/dut/eth_mode_2} [find signals /tb/dut/eth_mode_2]]| \
2690
[regexp {/tb/dut/magic_wakeup_2} [find signals /tb/dut/magic_wakeup_2]]}             {add wave -noupdate -divider {  MISC 2}}
2691
if [regexp {/tb/dut/xon_gen_2} [find signals /tb/dut/xon_gen_2]]                {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/xon_gen_2}
2692
if [regexp {/tb/dut/xoff_gen_2} [find signals /tb/dut/xoff_gen_2]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/xoff_gen_2}
2693
if [regexp {/tb/dut/magic_wakeup_2} [find signals /tb/dut/magic_wakeup_2]]      {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/magic_wakeup_2}
2694
if [regexp {/tb/dut/magic_sleep_n_2} [find signals /tb/dut/magic_sleep_n_2]]    {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/magic_sleep_n_2}
2695
if [regexp {/tb/dut/set_1000_2} [find signals /tb/dut/set_1000_2]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/set_1000_2}
2696
if [regexp {/tb/dut/set_100_2} [find signals /tb/dut/set_100_2]]                {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/set_100_2}
2697
if [regexp {/tb/dut/set_10_2} [find signals /tb/dut/set_10_2] ]                 {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/set_10_2}
2698
if [regexp {/tb/dut/eth_mode_2} [find signals /tb/dut/eth_mode_2]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/eth_mode_2}
2699
if [regexp {/tb/dut/ena_10_2} [find signals /tb/dut/ena_10_2]]                  {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/ena_10_2}
2700
if [regexp {/tb/dut/hd_ena_2} [find signals /tb/dut/hd_ena_2]]                  {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/hd_ena_2}
2701
 
2702
if {[regexp {/tb/dut/eth_mode_3} [find signals /tb/dut/eth_mode_3]]| \
2703
[regexp {/tb/dut/magic_wakeup_3} [find signals /tb/dut/magic_wakeup_3]]}             {add wave -noupdate -divider {  MISC 3}}
2704
if [regexp {/tb/dut/xon_gen_3} [find signals /tb/dut/xon_gen_3]]                {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/xon_gen_3}
2705
if [regexp {/tb/dut/xoff_gen_3} [find signals /tb/dut/xoff_gen_3]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/xoff_gen_3}
2706
if [regexp {/tb/dut/magic_wakeup_3} [find signals /tb/dut/magic_wakeup_3]]      {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/magic_wakeup_3}
2707
if [regexp {/tb/dut/magic_sleep_n_3} [find signals /tb/dut/magic_sleep_n_3]]    {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/magic_sleep_n_3}
2708
if [regexp {/tb/dut/set_1000_3} [find signals /tb/dut/set_1000_3]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/set_1000_3}
2709
if [regexp {/tb/dut/set_100_3} [find signals /tb/dut/set_100_3]]                {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/set_100_3}
2710
if [regexp {/tb/dut/set_10_3} [find signals /tb/dut/set_10_3] ]                 {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/set_10_3}
2711
if [regexp {/tb/dut/eth_mode_3} [find signals /tb/dut/eth_mode_3]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/eth_mode_3}
2712
if [regexp {/tb/dut/ena_10_3} [find signals /tb/dut/ena_10_3]]                  {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/ena_10_3}
2713
if [regexp {/tb/dut/hd_ena_3} [find signals /tb/dut/hd_ena_3]]                  {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/hd_ena_3}
2714
 
2715
if {[regexp {/tb/dut/eth_mode_4} [find signals /tb/dut/eth_mode_4]]| \
2716
[regexp {/tb/dut/magic_wakeup_4} [find signals /tb/dut/magic_wakeup_4]]}             {add wave -noupdate -divider {  MISC 4}}
2717
if [regexp {/tb/dut/xon_gen_4} [find signals /tb/dut/xon_gen_4]]                {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/xon_gen_4}
2718
if [regexp {/tb/dut/xoff_gen_4} [find signals /tb/dut/xoff_gen_4]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/xoff_gen_4}
2719
if [regexp {/tb/dut/magic_wakeup_4} [find signals /tb/dut/magic_wakeup_4]]      {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/magic_wakeup_4}
2720
if [regexp {/tb/dut/magic_sleep_n_4} [find signals /tb/dut/magic_sleep_n_4]]    {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/magic_sleep_n_4}
2721
if [regexp {/tb/dut/set_1000_4} [find signals /tb/dut/set_1000_4]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/set_1000_4}
2722
if [regexp {/tb/dut/set_100_4} [find signals /tb/dut/set_100_4]]                {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/set_100_4}
2723
if [regexp {/tb/dut/set_10_4} [find signals /tb/dut/set_10_4] ]                 {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/set_10_4}
2724
if [regexp {/tb/dut/eth_mode_4} [find signals /tb/dut/eth_mode_4]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/eth_mode_4}
2725
if [regexp {/tb/dut/ena_10_4} [find signals /tb/dut/ena_10_4]]                  {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/ena_10_4}
2726
if [regexp {/tb/dut/hd_ena_4} [find signals /tb/dut/hd_ena_4]]                  {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/hd_ena_4}
2727
 
2728
if {[regexp {/tb/dut/eth_mode_5} [find signals /tb/dut/eth_mode_5]]| \
2729
[regexp {/tb/dut/magic_wakeup_5} [find signals /tb/dut/magic_wakeup_5]]}             {add wave -noupdate -divider {  MISC 5}}
2730
if [regexp {/tb/dut/xon_gen_5} [find signals /tb/dut/xon_gen_5]]                {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/xon_gen_5}
2731
if [regexp {/tb/dut/xoff_gen_5} [find signals /tb/dut/xoff_gen_5]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/xoff_gen_5}
2732
if [regexp {/tb/dut/magic_wakeup_5} [find signals /tb/dut/magic_wakeup_5]]      {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/magic_wakeup_5}
2733
if [regexp {/tb/dut/magic_sleep_n_5} [find signals /tb/dut/magic_sleep_n_5]]    {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/magic_sleep_n_5}
2734
if [regexp {/tb/dut/set_1000_5} [find signals /tb/dut/set_1000_5]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/set_1000_5}
2735
if [regexp {/tb/dut/set_100_5} [find signals /tb/dut/set_100_5]]                {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/set_100_5}
2736
if [regexp {/tb/dut/set_10_5} [find signals /tb/dut/set_10_5] ]                 {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/set_10_5}
2737
if [regexp {/tb/dut/eth_mode_5} [find signals /tb/dut/eth_mode_5]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/eth_mode_5}
2738
if [regexp {/tb/dut/ena_10_5} [find signals /tb/dut/ena_10_5]]                  {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/ena_10_5}
2739
if [regexp {/tb/dut/hd_ena_5} [find signals /tb/dut/hd_ena_5]]                  {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/hd_ena_5}
2740
 
2741
if {[regexp {/tb/dut/eth_mode_6} [find signals /tb/dut/eth_mode_6]]| \
2742
[regexp {/tb/dut/magic_wakeup_6} [find signals /tb/dut/magic_wakeup_6]]}             {add wave -noupdate -divider {  MISC 6}}
2743
if [regexp {/tb/dut/xon_gen_6} [find signals /tb/dut/xon_gen_6]]                {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/xon_gen_6}
2744
if [regexp {/tb/dut/xoff_gen_6} [find signals /tb/dut/xoff_gen_6]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/xoff_gen_6}
2745
if [regexp {/tb/dut/magic_wakeup_6} [find signals /tb/dut/magic_wakeup_6]]      {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/magic_wakeup_6}
2746
if [regexp {/tb/dut/magic_sleep_n_6} [find signals /tb/dut/magic_sleep_n_6]]    {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/magic_sleep_n_6}
2747
if [regexp {/tb/dut/set_1000_6} [find signals /tb/dut/set_1000_6]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/set_1000_6}
2748
if [regexp {/tb/dut/set_100_6} [find signals /tb/dut/set_100_6]]                {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/set_100_6}
2749
if [regexp {/tb/dut/set_10_6} [find signals /tb/dut/set_10_6] ]                 {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/set_10_6}
2750
if [regexp {/tb/dut/eth_mode_6} [find signals /tb/dut/eth_mode_6]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/eth_mode_6}
2751
if [regexp {/tb/dut/ena_10_6} [find signals /tb/dut/ena_10_6]]                  {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/ena_10_6}
2752
if [regexp {/tb/dut/hd_ena_6} [find signals /tb/dut/hd_ena_6]]                  {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/hd_ena_6}
2753
 
2754
if {[regexp {/tb/dut/eth_mode_7} [find signals /tb/dut/eth_mode_7]]| \
2755
[regexp {/tb/dut/magic_wakeup_7} [find signals /tb/dut/magic_wakeup_7]]}             {add wave -noupdate -divider {  MISC 7}}
2756
if [regexp {/tb/dut/xon_gen_7} [find signals /tb/dut/xon_gen_7]]                {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/xon_gen_7}
2757
if [regexp {/tb/dut/xoff_gen_7} [find signals /tb/dut/xoff_gen_7]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/xoff_gen_7}
2758
if [regexp {/tb/dut/magic_wakeup_7} [find signals /tb/dut/magic_wakeup_7]]      {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/magic_wakeup_7}
2759
if [regexp {/tb/dut/magic_sleep_n_7} [find signals /tb/dut/magic_sleep_n_7]]    {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/magic_sleep_n_7}
2760
if [regexp {/tb/dut/set_1000_7} [find signals /tb/dut/set_1000_7]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/set_1000_7}
2761
if [regexp {/tb/dut/set_100_7} [find signals /tb/dut/set_100_7]]                {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/set_100_7}
2762
if [regexp {/tb/dut/set_10_7} [find signals /tb/dut/set_10_7] ]                 {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/set_10_7}
2763
if [regexp {/tb/dut/eth_mode_7} [find signals /tb/dut/eth_mode_7]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/eth_mode_7}
2764
if [regexp {/tb/dut/ena_10_7} [find signals /tb/dut/ena_10_7]]                  {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/ena_10_7}
2765
if [regexp {/tb/dut/hd_ena_7} [find signals /tb/dut/hd_ena_7]]                  {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/hd_ena_7}
2766
 
2767
if {[regexp {/tb/dut/eth_mode_8} [find signals /tb/dut/eth_mode_8]]| \
2768
[regexp {/tb/dut/magic_wakeup_8} [find signals /tb/dut/magic_wakeup_8]]}             {add wave -noupdate -divider {  MISC 8}}
2769
if [regexp {/tb/dut/xon_gen_8} [find signals /tb/dut/xon_gen_8]]                {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/xon_gen_8}
2770
if [regexp {/tb/dut/xoff_gen_8} [find signals /tb/dut/xoff_gen_8]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/xoff_gen_8}
2771
if [regexp {/tb/dut/magic_wakeup_8} [find signals /tb/dut/magic_wakeup_8]]      {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/magic_wakeup_8}
2772
if [regexp {/tb/dut/magic_sleep_n_8} [find signals /tb/dut/magic_sleep_n_8]]    {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/magic_sleep_n_8}
2773
if [regexp {/tb/dut/set_1000_8} [find signals /tb/dut/set_1000_8]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/set_1000_8}
2774
if [regexp {/tb/dut/set_100_8} [find signals /tb/dut/set_100_8]]                {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/set_100_8}
2775
if [regexp {/tb/dut/set_10_8} [find signals /tb/dut/set_10_8] ]                 {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/set_10_8}
2776
if [regexp {/tb/dut/eth_mode_8} [find signals /tb/dut/eth_mode_8]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/eth_mode_8}
2777
if [regexp {/tb/dut/ena_10_8} [find signals /tb/dut/ena_10_8]]                  {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/ena_10_8}
2778
if [regexp {/tb/dut/hd_ena_8} [find signals /tb/dut/hd_ena_8]]                  {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/hd_ena_8}
2779
 
2780
if {[regexp {/tb/dut/eth_mode_9} [find signals /tb/dut/eth_mode_9]]| \
2781
[regexp {/tb/dut/magic_wakeup_9} [find signals /tb/dut/magic_wakeup_9]]}             {add wave -noupdate -divider {  MISC 9}}
2782
if [regexp {/tb/dut/xon_gen_9} [find signals /tb/dut/xon_gen_9]]                {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/xon_gen_9}
2783
if [regexp {/tb/dut/xoff_gen_9} [find signals /tb/dut/xoff_gen_9]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/xoff_gen_9}
2784
if [regexp {/tb/dut/magic_wakeup_9} [find signals /tb/dut/magic_wakeup_9]]      {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/magic_wakeup_9}
2785
if [regexp {/tb/dut/magic_sleep_n_9} [find signals /tb/dut/magic_sleep_n_9]]    {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/magic_sleep_n_9}
2786
if [regexp {/tb/dut/set_1000_9} [find signals /tb/dut/set_1000_9]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/set_1000_9}
2787
if [regexp {/tb/dut/set_100_9} [find signals /tb/dut/set_100_9]]                {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/set_100_9}
2788
if [regexp {/tb/dut/set_10_9} [find signals /tb/dut/set_10_9] ]                 {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/set_10_9}
2789
if [regexp {/tb/dut/eth_mode_9} [find signals /tb/dut/eth_mode_9]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/eth_mode_9}
2790
if [regexp {/tb/dut/ena_10_9} [find signals /tb/dut/ena_10_9]]                  {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/ena_10_9}
2791
if [regexp {/tb/dut/hd_ena_9} [find signals /tb/dut/hd_ena_9]]                  {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/hd_ena_9}
2792
 
2793
if {[regexp {/tb/dut/eth_mode_10} [find signals /tb/dut/eth_mode_10]]| \
2794
[regexp {/tb/dut/magic_wakeup_10} [find signals /tb/dut/magic_wakeup_10]]}             {add wave -noupdate -divider {  MISC 10}}
2795
if [regexp {/tb/dut/xon_gen_10} [find signals /tb/dut/xon_gen_10]]                {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/xon_gen_10}
2796
if [regexp {/tb/dut/xoff_gen_10} [find signals /tb/dut/xoff_gen_10]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/xoff_gen_10}
2797
if [regexp {/tb/dut/magic_wakeup_10} [find signals /tb/dut/magic_wakeup_10]]      {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/magic_wakeup_10}
2798
if [regexp {/tb/dut/magic_sleep_n_10} [find signals /tb/dut/magic_sleep_n_10]]    {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/magic_sleep_n_10}
2799
if [regexp {/tb/dut/set_1000_10} [find signals /tb/dut/set_1000_10]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/set_1000_10}
2800
if [regexp {/tb/dut/set_100_10} [find signals /tb/dut/set_100_10]]                {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/set_100_10}
2801
if [regexp {/tb/dut/set_10_10} [find signals /tb/dut/set_10_10] ]                 {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/set_10_10}
2802
if [regexp {/tb/dut/eth_mode_10} [find signals /tb/dut/eth_mode_10]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/eth_mode_10}
2803
if [regexp {/tb/dut/ena_10_10} [find signals /tb/dut/ena_10_10]]                  {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/ena_10_10}
2804
if [regexp {/tb/dut/hd_ena_10} [find signals /tb/dut/hd_ena_10]]                  {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/hd_ena_10}
2805
 
2806
if {[regexp {/tb/dut/eth_mode_11} [find signals /tb/dut/eth_mode_11]]| \
2807
[regexp {/tb/dut/magic_wakeup_11} [find signals /tb/dut/magic_wakeup_11]]}             {add wave -noupdate -divider {  MISC 11}}
2808
if [regexp {/tb/dut/xon_gen_11} [find signals /tb/dut/xon_gen_11]]                {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/xon_gen_11}
2809
if [regexp {/tb/dut/xoff_gen_11} [find signals /tb/dut/xoff_gen_11]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/xoff_gen_11}
2810
if [regexp {/tb/dut/magic_wakeup_11} [find signals /tb/dut/magic_wakeup_11]]      {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/magic_wakeup_11}
2811
if [regexp {/tb/dut/magic_sleep_n_11} [find signals /tb/dut/magic_sleep_n_11]]    {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/magic_sleep_n_11}
2812
if [regexp {/tb/dut/set_1000_11} [find signals /tb/dut/set_1000_11]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/set_1000_11}
2813
if [regexp {/tb/dut/set_100_11} [find signals /tb/dut/set_100_11]]                {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/set_100_11}
2814
if [regexp {/tb/dut/set_10_11} [find signals /tb/dut/set_10_11] ]                 {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/set_10_11}
2815
if [regexp {/tb/dut/eth_mode_11} [find signals /tb/dut/eth_mode_11]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/eth_mode_11}
2816
if [regexp {/tb/dut/ena_10_11} [find signals /tb/dut/ena_10_11]]                  {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/ena_10_11}
2817
if [regexp {/tb/dut/hd_ena_11} [find signals /tb/dut/hd_ena_11]]                  {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/hd_ena_11}
2818
 
2819
if {[regexp {/tb/dut/eth_mode_12} [find signals /tb/dut/eth_mode_12]]| \
2820
[regexp {/tb/dut/magic_wakeup_12} [find signals /tb/dut/magic_wakeup_12]]}             {add wave -noupdate -divider {  MISC 12}}
2821
if [regexp {/tb/dut/xon_gen_12} [find signals /tb/dut/xon_gen_12]]                {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/xon_gen_12}
2822
if [regexp {/tb/dut/xoff_gen_12} [find signals /tb/dut/xoff_gen_12]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/xoff_gen_12}
2823
if [regexp {/tb/dut/magic_wakeup_12} [find signals /tb/dut/magic_wakeup_12]]      {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/magic_wakeup_12}
2824
if [regexp {/tb/dut/magic_sleep_n_12} [find signals /tb/dut/magic_sleep_n_12]]    {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/magic_sleep_n_12}
2825
if [regexp {/tb/dut/set_1000_12} [find signals /tb/dut/set_1000_12]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/set_1000_12}
2826
if [regexp {/tb/dut/set_100_12} [find signals /tb/dut/set_100_12]]                {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/set_100_12}
2827
if [regexp {/tb/dut/set_10_12} [find signals /tb/dut/set_10_12] ]                 {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/set_10_12}
2828
if [regexp {/tb/dut/eth_mode_12} [find signals /tb/dut/eth_mode_12]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/eth_mode_12}
2829
if [regexp {/tb/dut/ena_10_12} [find signals /tb/dut/ena_10_12]]                  {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/ena_10_12}
2830
if [regexp {/tb/dut/hd_ena_12} [find signals /tb/dut/hd_ena_12]]                  {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/hd_ena_12}
2831
 
2832
if {[regexp {/tb/dut/eth_mode_13} [find signals /tb/dut/eth_mode_13]]| \
2833
[regexp {/tb/dut/magic_wakeup_13} [find signals /tb/dut/magic_wakeup_13]]}             {add wave -noupdate -divider {  MISC 13}}
2834
if [regexp {/tb/dut/xon_gen_13} [find signals /tb/dut/xon_gen_13]]                {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/xon_gen_13}
2835
if [regexp {/tb/dut/xoff_gen_13} [find signals /tb/dut/xoff_gen_13]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/xoff_gen_13}
2836
if [regexp {/tb/dut/magic_wakeup_13} [find signals /tb/dut/magic_wakeup_13]]      {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/magic_wakeup_13}
2837
if [regexp {/tb/dut/magic_sleep_n_13} [find signals /tb/dut/magic_sleep_n_13]]    {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/magic_sleep_n_13}
2838
if [regexp {/tb/dut/set_1000_13} [find signals /tb/dut/set_1000_13]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/set_1000_13}
2839
if [regexp {/tb/dut/set_100_13} [find signals /tb/dut/set_100_13]]                {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/set_100_13}
2840
if [regexp {/tb/dut/set_10_13} [find signals /tb/dut/set_10_13] ]                 {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/set_10_13}
2841
if [regexp {/tb/dut/eth_mode_13} [find signals /tb/dut/eth_mode_13]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/eth_mode_13}
2842
if [regexp {/tb/dut/ena_10_13} [find signals /tb/dut/ena_10_13]]                  {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/ena_10_13}
2843
if [regexp {/tb/dut/hd_ena_13} [find signals /tb/dut/hd_ena_13]]                  {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/hd_ena_13}
2844
 
2845
if {[regexp {/tb/dut/eth_mode_14} [find signals /tb/dut/eth_mode_14]]| \
2846
[regexp {/tb/dut/magic_wakeup_14} [find signals /tb/dut/magic_wakeup_14]]}             {add wave -noupdate -divider {  MISC 14}}
2847
if [regexp {/tb/dut/xon_gen_14} [find signals /tb/dut/xon_gen_14]]                {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/xon_gen_14}
2848
if [regexp {/tb/dut/xoff_gen_14} [find signals /tb/dut/xoff_gen_14]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/xoff_gen_14}
2849
if [regexp {/tb/dut/magic_wakeup_14} [find signals /tb/dut/magic_wakeup_14]]      {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/magic_wakeup_14}
2850
if [regexp {/tb/dut/magic_sleep_n_14} [find signals /tb/dut/magic_sleep_n_14]]    {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/magic_sleep_n_14}
2851
if [regexp {/tb/dut/set_1000_14} [find signals /tb/dut/set_1000_14]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/set_1000_14}
2852
if [regexp {/tb/dut/set_100_14} [find signals /tb/dut/set_100_14]]                {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/set_100_14}
2853
if [regexp {/tb/dut/set_10_14} [find signals /tb/dut/set_10_14] ]                 {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/set_10_14}
2854
if [regexp {/tb/dut/eth_mode_14} [find signals /tb/dut/eth_mode_14]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/eth_mode_14}
2855
if [regexp {/tb/dut/ena_10_14} [find signals /tb/dut/ena_10_14]]                  {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/ena_10_14}
2856
if [regexp {/tb/dut/hd_ena_14} [find signals /tb/dut/hd_ena_14]]                  {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/hd_ena_14}
2857
 
2858
if {[regexp {/tb/dut/eth_mode_15} [find signals /tb/dut/eth_mode_15]]| \
2859
[regexp {/tb/dut/magic_wakeup_15} [find signals /tb/dut/magic_wakeup_15]]}             {add wave -noupdate -divider {  MISC 15}}
2860
if [regexp {/tb/dut/xon_gen_15} [find signals /tb/dut/xon_gen_15]]                {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/xon_gen_15}
2861
if [regexp {/tb/dut/xoff_gen_15} [find signals /tb/dut/xoff_gen_15]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/xoff_gen_15}
2862
if [regexp {/tb/dut/magic_wakeup_15} [find signals /tb/dut/magic_wakeup_15]]      {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/magic_wakeup_15}
2863
if [regexp {/tb/dut/magic_sleep_n_15} [find signals /tb/dut/magic_sleep_n_15]]    {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/magic_sleep_n_15}
2864
if [regexp {/tb/dut/set_1000_15} [find signals /tb/dut/set_1000_15]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/set_1000_15}
2865
if [regexp {/tb/dut/set_100_15} [find signals /tb/dut/set_100_15]]                {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/set_100_15}
2866
if [regexp {/tb/dut/set_10_15} [find signals /tb/dut/set_10_15] ]                 {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/set_10_15}
2867
if [regexp {/tb/dut/eth_mode_15} [find signals /tb/dut/eth_mode_15]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/eth_mode_15}
2868
if [regexp {/tb/dut/ena_10_15} [find signals /tb/dut/ena_10_15]]                  {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/ena_10_15}
2869
if [regexp {/tb/dut/hd_ena_15} [find signals /tb/dut/hd_ena_15]]                  {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/hd_ena_15}
2870
 
2871
if {[regexp {/tb/dut/eth_mode_16} [find signals /tb/dut/eth_mode_16]]| \
2872
[regexp {/tb/dut/magic_wakeup_16} [find signals /tb/dut/magic_wakeup_16]]}             {add wave -noupdate -divider {  MISC 16}}
2873
if [regexp {/tb/dut/xon_gen_16} [find signals /tb/dut/xon_gen_16]]                {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/xon_gen_16}
2874
if [regexp {/tb/dut/xoff_gen_16} [find signals /tb/dut/xoff_gen_16]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/xoff_gen_16}
2875
if [regexp {/tb/dut/magic_wakeup_16} [find signals /tb/dut/magic_wakeup_16]]      {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/magic_wakeup_16}
2876
if [regexp {/tb/dut/magic_sleep_n_16} [find signals /tb/dut/magic_sleep_n_16]]    {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/magic_sleep_n_16}
2877
if [regexp {/tb/dut/set_1000_16} [find signals /tb/dut/set_1000_16]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/set_1000_16}
2878
if [regexp {/tb/dut/set_100_16} [find signals /tb/dut/set_100_16]]                {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/set_100_16}
2879
if [regexp {/tb/dut/set_10_16} [find signals /tb/dut/set_10_16] ]                 {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/set_10_16}
2880
if [regexp {/tb/dut/eth_mode_16} [find signals /tb/dut/eth_mode_16]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/eth_mode_16}
2881
if [regexp {/tb/dut/ena_10_16} [find signals /tb/dut/ena_10_16]]                  {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/ena_10_16}
2882
if [regexp {/tb/dut/hd_ena_16} [find signals /tb/dut/hd_ena_16]]                  {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/hd_ena_16}
2883
 
2884
if {[regexp {/tb/dut/eth_mode_17} [find signals /tb/dut/eth_mode_17]]| \
2885
[regexp {/tb/dut/magic_wakeup_17} [find signals /tb/dut/magic_wakeup_17]]}             {add wave -noupdate -divider {  MISC 17}}
2886
if [regexp {/tb/dut/xon_gen_17} [find signals /tb/dut/xon_gen_17]]                {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/xon_gen_17}
2887
if [regexp {/tb/dut/xoff_gen_17} [find signals /tb/dut/xoff_gen_17]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/xoff_gen_17}
2888
if [regexp {/tb/dut/magic_wakeup_17} [find signals /tb/dut/magic_wakeup_17]]      {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/magic_wakeup_17}
2889
if [regexp {/tb/dut/magic_sleep_n_17} [find signals /tb/dut/magic_sleep_n_17]]    {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/magic_sleep_n_17}
2890
if [regexp {/tb/dut/set_1000_17} [find signals /tb/dut/set_1000_17]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/set_1000_17}
2891
if [regexp {/tb/dut/set_100_17} [find signals /tb/dut/set_100_17]]                {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/set_100_17}
2892
if [regexp {/tb/dut/set_10_17} [find signals /tb/dut/set_10_17] ]                 {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/set_10_17}
2893
if [regexp {/tb/dut/eth_mode_17} [find signals /tb/dut/eth_mode_17]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/eth_mode_17}
2894
if [regexp {/tb/dut/ena_10_17} [find signals /tb/dut/ena_10_17]]                  {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/ena_10_17}
2895
if [regexp {/tb/dut/hd_ena_17} [find signals /tb/dut/hd_ena_17]]                  {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/hd_ena_17}
2896
 
2897
if {[regexp {/tb/dut/eth_mode_18} [find signals /tb/dut/eth_mode_18]]| \
2898
[regexp {/tb/dut/magic_wakeup_18} [find signals /tb/dut/magic_wakeup_18]]}             {add wave -noupdate -divider {  MISC 18}}
2899
if [regexp {/tb/dut/xon_gen_18} [find signals /tb/dut/xon_gen_18]]                {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/xon_gen_18}
2900
if [regexp {/tb/dut/xoff_gen_18} [find signals /tb/dut/xoff_gen_18]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/xoff_gen_18}
2901
if [regexp {/tb/dut/magic_wakeup_18} [find signals /tb/dut/magic_wakeup_18]]      {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/magic_wakeup_18}
2902
if [regexp {/tb/dut/magic_sleep_n_18} [find signals /tb/dut/magic_sleep_n_18]]    {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/magic_sleep_n_18}
2903
if [regexp {/tb/dut/set_1000_18} [find signals /tb/dut/set_1000_18]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/set_1000_18}
2904
if [regexp {/tb/dut/set_100_18} [find signals /tb/dut/set_100_18]]                {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/set_100_18}
2905
if [regexp {/tb/dut/set_10_18} [find signals /tb/dut/set_10_18] ]                 {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/set_10_18}
2906
if [regexp {/tb/dut/eth_mode_18} [find signals /tb/dut/eth_mode_18]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/eth_mode_18}
2907
if [regexp {/tb/dut/ena_10_18} [find signals /tb/dut/ena_10_18]]                  {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/ena_10_18}
2908
if [regexp {/tb/dut/hd_ena_18} [find signals /tb/dut/hd_ena_18]]                  {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/hd_ena_18}
2909
 
2910
if {[regexp {/tb/dut/eth_mode_19} [find signals /tb/dut/eth_mode_19]]| \
2911
[regexp {/tb/dut/magic_wakeup_19} [find signals /tb/dut/magic_wakeup_19]]}             {add wave -noupdate -divider {  MISC 19}}
2912
if [regexp {/tb/dut/xon_gen_19} [find signals /tb/dut/xon_gen_19]]                {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/xon_gen_19}
2913
if [regexp {/tb/dut/xoff_gen_19} [find signals /tb/dut/xoff_gen_19]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/xoff_gen_19}
2914
if [regexp {/tb/dut/magic_wakeup_19} [find signals /tb/dut/magic_wakeup_19]]      {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/magic_wakeup_19}
2915
if [regexp {/tb/dut/magic_sleep_n_19} [find signals /tb/dut/magic_sleep_n_19]]    {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/magic_sleep_n_19}
2916
if [regexp {/tb/dut/set_1000_19} [find signals /tb/dut/set_1000_19]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/set_1000_19}
2917
if [regexp {/tb/dut/set_100_19} [find signals /tb/dut/set_100_19]]                {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/set_100_19}
2918
if [regexp {/tb/dut/set_10_19} [find signals /tb/dut/set_10_19] ]                 {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/set_10_19}
2919
if [regexp {/tb/dut/eth_mode_19} [find signals /tb/dut/eth_mode_19]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/eth_mode_19}
2920
if [regexp {/tb/dut/ena_10_19} [find signals /tb/dut/ena_10_19]]                  {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/ena_10_19}
2921
if [regexp {/tb/dut/hd_ena_19} [find signals /tb/dut/hd_ena_19]]                  {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/hd_ena_19}
2922
 
2923
if {[regexp {/tb/dut/eth_mode_20} [find signals /tb/dut/eth_mode_20]]| \
2924
[regexp {/tb/dut/magic_wakeup_20} [find signals /tb/dut/magic_wakeup_20]]}             {add wave -noupdate -divider {  MISC 20}}
2925
if [regexp {/tb/dut/xon_gen_20} [find signals /tb/dut/xon_gen_20]]                {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/xon_gen_20}
2926
if [regexp {/tb/dut/xoff_gen_20} [find signals /tb/dut/xoff_gen_20]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/xoff_gen_20}
2927
if [regexp {/tb/dut/magic_wakeup_20} [find signals /tb/dut/magic_wakeup_20]]      {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/magic_wakeup_20}
2928
if [regexp {/tb/dut/magic_sleep_n_20} [find signals /tb/dut/magic_sleep_n_20]]    {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/magic_sleep_n_20}
2929
if [regexp {/tb/dut/set_1000_20} [find signals /tb/dut/set_1000_20]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/set_1000_20}
2930
if [regexp {/tb/dut/set_100_20} [find signals /tb/dut/set_100_20]]                {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/set_100_20}
2931
if [regexp {/tb/dut/set_10_20} [find signals /tb/dut/set_10_20] ]                 {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/set_10_20}
2932
if [regexp {/tb/dut/eth_mode_20} [find signals /tb/dut/eth_mode_20]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/eth_mode_20}
2933
if [regexp {/tb/dut/ena_10_20} [find signals /tb/dut/ena_10_20]]                  {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/ena_10_20}
2934
if [regexp {/tb/dut/hd_ena_20} [find signals /tb/dut/hd_ena_20]]                  {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/hd_ena_20}
2935
 
2936
if {[regexp {/tb/dut/eth_mode_21} [find signals /tb/dut/eth_mode_21]]| \
2937
[regexp {/tb/dut/magic_wakeup_21} [find signals /tb/dut/magic_wakeup_21]]}             {add wave -noupdate -divider {  MISC 21}}
2938
if [regexp {/tb/dut/xon_gen_21} [find signals /tb/dut/xon_gen_21]]                {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/xon_gen_21}
2939
if [regexp {/tb/dut/xoff_gen_21} [find signals /tb/dut/xoff_gen_21]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/xoff_gen_21}
2940
if [regexp {/tb/dut/magic_wakeup_21} [find signals /tb/dut/magic_wakeup_21]]      {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/magic_wakeup_21}
2941
if [regexp {/tb/dut/magic_sleep_n_21} [find signals /tb/dut/magic_sleep_n_21]]    {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/magic_sleep_n_21}
2942
if [regexp {/tb/dut/set_1000_21} [find signals /tb/dut/set_1000_21]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/set_1000_21}
2943
if [regexp {/tb/dut/set_100_21} [find signals /tb/dut/set_100_21]]                {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/set_100_21}
2944
if [regexp {/tb/dut/set_10_21} [find signals /tb/dut/set_10_21] ]                 {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/set_10_21}
2945
if [regexp {/tb/dut/eth_mode_21} [find signals /tb/dut/eth_mode_21]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/eth_mode_21}
2946
if [regexp {/tb/dut/ena_10_21} [find signals /tb/dut/ena_10_21]]                  {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/ena_10_21}
2947
if [regexp {/tb/dut/hd_ena_21} [find signals /tb/dut/hd_ena_21]]                  {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/hd_ena_21}
2948
 
2949
if {[regexp {/tb/dut/eth_mode_22} [find signals /tb/dut/eth_mode_22]]| \
2950
[regexp {/tb/dut/magic_wakeup_22} [find signals /tb/dut/magic_wakeup_22]]}             {add wave -noupdate -divider {  MISC 22}}
2951
if [regexp {/tb/dut/xon_gen_22} [find signals /tb/dut/xon_gen_22]]                {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/xon_gen_22}
2952
if [regexp {/tb/dut/xoff_gen_22} [find signals /tb/dut/xoff_gen_22]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/xoff_gen_22}
2953
if [regexp {/tb/dut/magic_wakeup_22} [find signals /tb/dut/magic_wakeup_22]]      {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/magic_wakeup_22}
2954
if [regexp {/tb/dut/magic_sleep_n_22} [find signals /tb/dut/magic_sleep_n_22]]    {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/magic_sleep_n_22}
2955
if [regexp {/tb/dut/set_1000_22} [find signals /tb/dut/set_1000_22]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/set_1000_22}
2956
if [regexp {/tb/dut/set_100_22} [find signals /tb/dut/set_100_22]]                {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/set_100_22}
2957
if [regexp {/tb/dut/set_10_22} [find signals /tb/dut/set_10_22] ]                 {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/set_10_22}
2958
if [regexp {/tb/dut/eth_mode_22} [find signals /tb/dut/eth_mode_22]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/eth_mode_22}
2959
if [regexp {/tb/dut/ena_10_22} [find signals /tb/dut/ena_10_22]]                  {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/ena_10_22}
2960
if [regexp {/tb/dut/hd_ena_22} [find signals /tb/dut/hd_ena_22]]                  {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/hd_ena_22}
2961
 
2962
if {[regexp {/tb/dut/eth_mode_23} [find signals /tb/dut/eth_mode_23]]| \
2963
[regexp {/tb/dut/magic_wakeup_23} [find signals /tb/dut/magic_wakeup_23]]}             {add wave -noupdate -divider {  MISC 23}}
2964
if [regexp {/tb/dut/xon_gen_23} [find signals /tb/dut/xon_gen_23]]                {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/xon_gen_23}
2965
if [regexp {/tb/dut/xoff_gen_23} [find signals /tb/dut/xoff_gen_23]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/xoff_gen_23}
2966
if [regexp {/tb/dut/magic_wakeup_23} [find signals /tb/dut/magic_wakeup_23]]      {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/magic_wakeup_23}
2967
if [regexp {/tb/dut/magic_sleep_n_23} [find signals /tb/dut/magic_sleep_n_23]]    {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/magic_sleep_n_23}
2968
if [regexp {/tb/dut/set_1000_23} [find signals /tb/dut/set_1000_23]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/set_1000_23}
2969
if [regexp {/tb/dut/set_100_23} [find signals /tb/dut/set_100_23]]                {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/set_100_23}
2970
if [regexp {/tb/dut/set_10_23} [find signals /tb/dut/set_10_23] ]                 {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/set_10_23}
2971
if [regexp {/tb/dut/eth_mode_23} [find signals /tb/dut/eth_mode_23]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/eth_mode_23}
2972
if [regexp {/tb/dut/ena_10_23} [find signals /tb/dut/ena_10_23]]                  {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/ena_10_23}
2973
if [regexp {/tb/dut/hd_ena_23} [find signals /tb/dut/hd_ena_23]]                  {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/hd_ena_23}
2974
 
2975
 
2976
 
2977
TreeUpdate [SetDefaultTree]
2978
WaveRestoreCursors {{Cursor 1} {0 ps} 0}
2979
configure wave -namecolwidth 201
2980
configure wave -valuecolwidth 100
2981
configure wave -justifyvalue left
2982
configure wave -signalnamewidth 1
2983
configure wave -snapdistance 10
2984
configure wave -datasetprefix 0
2985
configure wave -rowmargin 4
2986
configure wave -childrowmargin 2
2987
configure wave -gridoffset 0
2988
configure wave -gridperiod 1
2989
configure wave -griddelta 40
2990
configure wave -timeline 0
2991
update
2992
WaveRestoreZoom {0 ps} {20 us}
2993
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.