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

Subversion Repositories sgmii

[/] [sgmii/] [trunk/] [sim/] [BFMs/] [SGMII_altera/] [testbench/] [sgmii/] [sgmii_wave.do] - Blame information for rev 9

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 9 jefflieu
# 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/rx_clkena} [find signals /tb/dut/rx_clkena]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/rx_clkena}
254
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}
255
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}
256
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}
257
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}
258
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}
259
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}
260
 
261
if [regexp {/tb/dut/gm_rx_err_0} [find signals /tb/dut/gm_rx_err_0]]            {add wave -noupdate -divider {  GMII RX 0}}
262
if [regexp {/tb/dut/gmii_rx_err_0} [find signals /tb/dut/gmii_rx_err_0]]        {add wave -noupdate -divider {  GMII RX 0}}
263
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}
264
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}
265
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}
266
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}
267
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}
268
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}
269
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}
270
 
271
if [regexp {/tb/dut/gm_rx_err_1} [find signals /tb/dut/gm_rx_err_1]]           {add wave -noupdate -divider {  GMII RX 1}}
272
if [regexp {/tb/dut/gmii_rx_err_1} [find signals /tb/dut/gmii_rx_err_1]]        {add wave -noupdate -divider {  GMII RX 1}}
273
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}
274
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}
275
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}
276
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}
277
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}
278
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}
279
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}
280
 
281
if [regexp {/tb/dut/gm_rx_err_2} [find signals /tb/dut/gm_rx_err_2]]            {add wave -noupdate -divider {  GMII RX 2}}
282
if [regexp {/tb/dut/gmii_rx_err_2} [find signals /tb/dut/gmii_rx_err_2]]        {add wave -noupdate -divider {  GMII RX 2}}
283
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}
284
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}
285
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}
286
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}
287
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}
288
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}
289
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}
290
 
291
if [regexp {/tb/dut/gm_rx_err_3} [find signals /tb/dut/gm_rx_err_3]]            {add wave -noupdate -divider {  GMII RX 3}}
292
if [regexp {/tb/dut/gmii_rx_err_3} [find signals /tb/dut/gmii_rx_err_3]]        {add wave -noupdate -divider {  GMII RX 3}}
293
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}
294
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}
295
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}
296
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}
297
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}
298
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}
299
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}
300
 
301
if [regexp {/tb/dut/gm_rx_err_4} [find signals /tb/dut/gm_rx_err_4]]            {add wave -noupdate -divider {  GMII RX 4}}
302
if [regexp {/tb/dut/gmii_rx_err_4} [find signals /tb/dut/gmii_rx_err_4]]        {add wave -noupdate -divider {  GMII RX 4}}
303
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}
304
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}
305
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}
306
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}
307
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}
308
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}
309
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}
310
 
311
if [regexp {/tb/dut/gm_rx_err_5} [find signals /tb/dut/gm_rx_err_5]]            {add wave -noupdate -divider {  GMII RX 5}}
312
if [regexp {/tb/dut/gmii_rx_err_5} [find signals /tb/dut/gmii_rx_err_5]]        {add wave -noupdate -divider {  GMII RX 5}}
313
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}
314
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}
315
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}
316
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}
317
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}
318
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}
319
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}
320
 
321
if [regexp {/tb/dut/gm_rx_err_6} [find signals /tb/dut/gm_rx_err_6]]            {add wave -noupdate -divider {  GMII RX 6}}
322
if [regexp {/tb/dut/gmii_rx_err_6} [find signals /tb/dut/gmii_rx_err_6]]        {add wave -noupdate -divider {  GMII RX 6}}
323
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}
324
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}
325
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}
326
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}
327
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}
328
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}
329
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}
330
 
331
if [regexp {/tb/dut/gm_rx_err_7} [find signals /tb/dut/gm_rx_err_7]]            {add wave -noupdate -divider {  GMII RX 7}}
332
if [regexp {/tb/dut/gmii_rx_err_7} [find signals /tb/dut/gmii_rx_err_7]]        {add wave -noupdate -divider {  GMII RX 7}}
333
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}
334
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}
335
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}
336
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}
337
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}
338
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}
339
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}
340
 
341
if [regexp {/tb/dut/gm_rx_err_8} [find signals /tb/dut/gm_rx_err_8]]            {add wave -noupdate -divider {  GMII RX 8}}
342
if [regexp {/tb/dut/gmii_rx_err_8} [find signals /tb/dut/gmii_rx_err_8]]        {add wave -noupdate -divider {  GMII RX 8}}
343
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}
344
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}
345
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}
346
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}
347
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}
348
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}
349
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}
350
 
351
if [regexp {/tb/dut/gm_rx_err_9} [find signals /tb/dut/gm_rx_err_9]]            {add wave -noupdate -divider {  GMII RX 9}}
352
if [regexp {/tb/dut/gmii_rx_err_9} [find signals /tb/dut/gmii_rx_err_9]]        {add wave -noupdate -divider {  GMII RX 9}}
353
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}
354
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}
355
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}
356
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}
357
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}
358
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}
359
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}
360
 
361
if [regexp {/tb/dut/gm_rx_err_10} [find signals /tb/dut/gm_rx_err_10]]            {add wave -noupdate -divider {  GMII RX 10}}
362
if [regexp {/tb/dut/gmii_rx_err_10} [find signals /tb/dut/gmii_rx_err_10]]        {add wave -noupdate -divider {  GMII RX 10}}
363
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}
364
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}
365
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}
366
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}
367
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}
368
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}
369
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}
370
 
371
if [regexp {/tb/dut/gm_rx_err_11} [find signals /tb/dut/gm_rx_err_11]]            {add wave -noupdate -divider {  GMII RX 11}}
372
if [regexp {/tb/dut/gmii_rx_err_11} [find signals /tb/dut/gmii_rx_err_11]]        {add wave -noupdate -divider {  GMII RX 11}}
373
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}
374
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}
375
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}
376
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}
377
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}
378
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}
379
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}
380
 
381
 
382
if [regexp {/tb/dut/gm_rx_err_12} [find signals /tb/dut/gm_rx_err_12]]            {add wave -noupdate -divider {  GMII RX 12}}
383
if [regexp {/tb/dut/gmii_rx_err_12} [find signals /tb/dut/gmii_rx_err_12]]        {add wave -noupdate -divider {  GMII RX 12}}
384
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}
385
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}
386
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}
387
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}
388
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}
389
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}
390
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}
391
 
392
if [regexp {/tb/dut/gm_rx_err_13} [find signals /tb/dut/gm_rx_err_13]]            {add wave -noupdate -divider {  GMII RX 13}}
393
if [regexp {/tb/dut/gmii_rx_err_13} [find signals /tb/dut/gmii_rx_err_13]]        {add wave -noupdate -divider {  GMII RX 13}}
394
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}
395
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}
396
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}
397
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}
398
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}
399
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}
400
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}
401
 
402
 
403
if [regexp {/tb/dut/gm_rx_err_14} [find signals /tb/dut/gm_rx_err_14]]            {add wave -noupdate -divider {  GMII RX 14}}
404
if [regexp {/tb/dut/gmii_rx_err_14} [find signals /tb/dut/gmii_rx_err_14]]        {add wave -noupdate -divider {  GMII RX 14}}
405
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}
406
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}
407
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}
408
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}
409
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}
410
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}
411
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}
412
 
413
 
414
if [regexp {/tb/dut/gm_rx_err_15} [find signals /tb/dut/gm_rx_err_15]]            {add wave -noupdate -divider {  GMII RX 15}}
415
if [regexp {/tb/dut/gmii_rx_err_15} [find signals /tb/dut/gmii_rx_err_15]]        {add wave -noupdate -divider {  GMII RX 15}}
416
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}
417
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}
418
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}
419
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}
420
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}
421
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}
422
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}
423
 
424
 
425
if [regexp {/tb/dut/gm_rx_err_16} [find signals /tb/dut/gm_rx_err_16]]            {add wave -noupdate -divider {  GMII RX 16}}
426
if [regexp {/tb/dut/gmii_rx_err_16} [find signals /tb/dut/gmii_rx_err_16]]        {add wave -noupdate -divider {  GMII RX 16}}
427
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}
428
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}
429
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}
430
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}
431
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}
432
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}
433
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}
434
 
435
 
436
if [regexp {/tb/dut/gm_rx_err_17} [find signals /tb/dut/gm_rx_err_17]]            {add wave -noupdate -divider {  GMII RX 17}}
437
if [regexp {/tb/dut/gmii_rx_err_17} [find signals /tb/dut/gmii_rx_err_17]]        {add wave -noupdate -divider {  GMII RX 17}}
438
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}
439
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}
440
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}
441
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}
442
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}
443
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}
444
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}
445
 
446
 
447
if [regexp {/tb/dut/gm_rx_err_18} [find signals /tb/dut/gm_rx_err_18]]            {add wave -noupdate -divider {  GMII RX 18}}
448
if [regexp {/tb/dut/gmii_rx_err_18} [find signals /tb/dut/gmii_rx_err_18]]        {add wave -noupdate -divider {  GMII RX 18}}
449
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}
450
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}
451
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}
452
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}
453
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}
454
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}
455
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}
456
 
457
 
458
if [regexp {/tb/dut/gm_rx_err_19} [find signals /tb/dut/gm_rx_err_19]]            {add wave -noupdate -divider {  GMII RX 19}}
459
if [regexp {/tb/dut/gmii_rx_err_19} [find signals /tb/dut/gmii_rx_err_19]]        {add wave -noupdate -divider {  GMII RX 19}}
460
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}
461
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}
462
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}
463
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}
464
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}
465
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}
466
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}
467
 
468
 
469
if [regexp {/tb/dut/gm_rx_err_20} [find signals /tb/dut/gm_rx_err_20]]            {add wave -noupdate -divider {  GMII RX 20}}
470
if [regexp {/tb/dut/gmii_rx_err_20} [find signals /tb/dut/gmii_rx_err_20]]        {add wave -noupdate -divider {  GMII RX 20}}
471
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}
472
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}
473
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}
474
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}
475
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}
476
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}
477
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}
478
 
479
 
480
if [regexp {/tb/dut/gm_rx_err_21} [find signals /tb/dut/gm_rx_err_21]]            {add wave -noupdate -divider {  GMII RX 21}}
481
if [regexp {/tb/dut/gmii_rx_err_21} [find signals /tb/dut/gmii_rx_err_21]]        {add wave -noupdate -divider {  GMII RX 21}}
482
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}
483
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}
484
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}
485
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}
486
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}
487
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}
488
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}
489
 
490
 
491
if [regexp {/tb/dut/gm_rx_err_22} [find signals /tb/dut/gm_rx_err_22]]            {add wave -noupdate -divider {  GMII RX 22}}
492
if [regexp {/tb/dut/gmii_rx_err_22} [find signals /tb/dut/gmii_rx_err_22]]        {add wave -noupdate -divider {  GMII RX 22}}
493
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}
494
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}
495
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}
496
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}
497
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}
498
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}
499
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}
500
 
501
 
502
if [regexp {/tb/dut/gm_rx_err_23} [find signals /tb/dut/gm_rx_err_23]]            {add wave -noupdate -divider {  GMII RX 23}}
503
if [regexp {/tb/dut/gmii_rx_err_23} [find signals /tb/dut/gmii_rx_err_23]]        {add wave -noupdate -divider {  GMII RX 23}}
504
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}
505
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}
506
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}
507
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}
508
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}
509
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}
510
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}
511
 
512
 
513
 
514
 
515
if [regexp {/tb/dut/rgmii_in} [find signals /tb/dut/rgmii_in]]              {add wave -noupdate -divider {  RGMII RX}}
516
if [regexp {/tb/dut/rx_control} [find signals /tb/dut/rx_control]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/rx_control}
517
if [regexp {/tb/dut/rgmii_in} [find signals /tb/dut/rgmii_in]]              {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/rgmii_in}
518
 
519
if [regexp {/tb/dut/rgmii_in_0} [find signals /tb/dut/rgmii_in_0]]              {add wave -noupdate -divider {  RGMII RX 0}}
520
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}
521
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}
522
 
523
if [regexp {/tb/dut/rgmii_in_1} [find signals /tb/dut/rgmii_in_1]]              {add wave -noupdate -divider {  RGMII RX 1}}
524
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}
525
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}
526
 
527
if [regexp {/tb/dut/rgmii_in_2} [find signals /tb/dut/rgmii_in_2]]              {add wave -noupdate -divider {  RGMII RX 2}}
528
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}
529
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}
530
 
531
if [regexp {/tb/dut/rgmii_in_3} [find signals /tb/dut/rgmii_in_3]]              {add wave -noupdate -divider {  RGMII RX 3}}
532
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}
533
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}
534
 
535
if [regexp {/tb/dut/rgmii_in_4} [find signals /tb/dut/rgmii_in_4]]              {add wave -noupdate -divider {  RGMII RX 4}}
536
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}
537
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}
538
 
539
if [regexp {/tb/dut/rgmii_in_5} [find signals /tb/dut/rgmii_in_5]]              {add wave -noupdate -divider {  RGMII RX 5}}
540
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}
541
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}
542
 
543
if [regexp {/tb/dut/rgmii_in_6} [find signals /tb/dut/rgmii_in_6]]              {add wave -noupdate -divider {  RGMII RX 6}}
544
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}
545
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}
546
 
547
if [regexp {/tb/dut/rgmii_in_7} [find signals /tb/dut/rgmii_in_7]]              {add wave -noupdate -divider {  RGMII RX 7}}
548
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}
549
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}
550
 
551
if [regexp {/tb/dut/rgmii_in_8} [find signals /tb/dut/rgmii_in_8]]              {add wave -noupdate -divider {  RGMII RX 8}}
552
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}
553
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}
554
 
555
if [regexp {/tb/dut/rgmii_in_9} [find signals /tb/dut/rgmii_in_9]]              {add wave -noupdate -divider {  RGMII RX 9}}
556
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}
557
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}
558
 
559
if [regexp {/tb/dut/rgmii_in_10} [find signals /tb/dut/rgmii_in_10]]              {add wave -noupdate -divider {  RGMII RX 10}}
560
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}
561
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}
562
 
563
if [regexp {/tb/dut/rgmii_in_11} [find signals /tb/dut/rgmii_in_11]]              {add wave -noupdate -divider {  RGMII RX 11}}
564
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}
565
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}
566
 
567
if [regexp {/tb/dut/rgmii_in_12} [find signals /tb/dut/rgmii_in_12]]              {add wave -noupdate -divider {  RGMII RX 12}}
568
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}
569
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}
570
 
571
if [regexp {/tb/dut/rgmii_in_13} [find signals /tb/dut/rgmii_in_13]]              {add wave -noupdate -divider {  RGMII RX 13}}
572
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}
573
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}
574
 
575
if [regexp {/tb/dut/rgmii_in_14} [find signals /tb/dut/rgmii_in_14]]              {add wave -noupdate -divider {  RGMII RX 14}}
576
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}
577
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}
578
 
579
if [regexp {/tb/dut/rgmii_in_15} [find signals /tb/dut/rgmii_in_15]]              {add wave -noupdate -divider {  RGMII RX 15}}
580
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}
581
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}
582
 
583
if [regexp {/tb/dut/rgmii_in_16} [find signals /tb/dut/rgmii_in_16]]              {add wave -noupdate -divider {  RGMII RX 16}}
584
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}
585
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}
586
 
587
if [regexp {/tb/dut/rgmii_in_17} [find signals /tb/dut/rgmii_in_17]]              {add wave -noupdate -divider {  RGMII RX 17}}
588
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}
589
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}
590
 
591
if [regexp {/tb/dut/rgmii_in_18} [find signals /tb/dut/rgmii_in_18]]              {add wave -noupdate -divider {  RGMII RX 18}}
592
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}
593
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}
594
 
595
if [regexp {/tb/dut/rgmii_in_19} [find signals /tb/dut/rgmii_in_19]]              {add wave -noupdate -divider {  RGMII RX 19}}
596
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}
597
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}
598
 
599
if [regexp {/tb/dut/rgmii_in_20} [find signals /tb/dut/rgmii_in_20]]              {add wave -noupdate -divider {  RGMII RX 20}}
600
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}
601
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}
602
 
603
if [regexp {/tb/dut/rgmii_in_21} [find signals /tb/dut/rgmii_in_21]]              {add wave -noupdate -divider {  RGMII RX 21}}
604
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}
605
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}
606
 
607
if [regexp {/tb/dut/rgmii_in_22} [find signals /tb/dut/rgmii_in_22]]              {add wave -noupdate -divider {  RGMII RX 22}}
608
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}
609
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}
610
 
611
if [regexp {/tb/dut/rgmii_in_23} [find signals /tb/dut/rgmii_in_23]]              {add wave -noupdate -divider {  RGMII RX 23}}
612
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}
613
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}
614
 
615
if [regexp {/tb/dut/m_rx_d} [find signals /tb/dut/m_rx_d]]                  {add wave -noupdate -divider {  MII RX}}
616
if [regexp {/tb/dut/mii_rx_d} [find signals /tb/dut/mii_rx_d]]              {add wave -noupdate -divider {  MII RX}}
617
if [regexp {/tb/dut/rx_clk} [find signals /tb/dut/rx_clk]]                  {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/rx_clk}
618
if [regexp {/tb/dut/rx_clkena} [find signals /tb/dut/rx_clkena]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/rx_clkena}
619
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}
620
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}
621
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}
622
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}
623
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}
624
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}
625
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}
626
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}
627
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}
628
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}
629
 
630
if [regexp {/tb/dut/m_rx_d_0} [find signals /tb/dut/m_rx_d_0]]                  {add wave -noupdate -divider {  MII RX 0}}
631
if [regexp {/tb/dut/mii_rx_d_0} [find signals /tb/dut/mii_rx_d_0]]              {add wave -noupdate -divider {  MII RX 0}}
632
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}
633
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}
634
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}
635
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}
636
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}
637
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}
638
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}
639
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}
640
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}
641
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}
642
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}
643
 
644
if [regexp {/tb/dut/m_rx_d_1} [find signals /tb/dut/m_rx_d_1]]                  {add wave -noupdate -divider {  MII RX 1}}
645
if [regexp {/tb/dut/mii_rx_d_1} [find signals /tb/dut/mii_rx_d_1]]              {add wave -noupdate -divider {  MII RX 1}}
646
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}
647
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}
648
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}
649
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}
650
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}
651
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}
652
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}
653
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}
654
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}
655
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}
656
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}
657
 
658
if [regexp {/tb/dut/m_rx_d_2} [find signals /tb/dut/m_rx_d_2]]                  {add wave -noupdate -divider {  MII RX 2}}
659
if [regexp {/tb/dut/mii_rx_d_2} [find signals /tb/dut/mii_rx_d_2]]              {add wave -noupdate -divider {  MII RX 2}}
660
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}
661
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}
662
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}
663
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}
664
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}
665
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}
666
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}
667
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}
668
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}
669
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}
670
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}
671
 
672
if [regexp {/tb/dut/m_rx_d_3} [find signals /tb/dut/m_rx_d_3]]                  {add wave -noupdate -divider {  MII RX 3}}
673
if [regexp {/tb/dut/mii_rx_d_3} [find signals /tb/dut/mii_rx_d_3]]              {add wave -noupdate -divider {  MII RX 3}}
674
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}
675
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}
676
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}
677
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}
678
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}
679
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}
680
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}
681
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}
682
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}
683
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}
684
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}
685
 
686
if [regexp {/tb/dut/m_rx_d_4} [find signals /tb/dut/m_rx_d_4]]                  {add wave -noupdate -divider {  MII RX 4}}
687
if [regexp {/tb/dut/mii_rx_d_4} [find signals /tb/dut/mii_rx_d_4]]              {add wave -noupdate -divider {  MII RX 4}}
688
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}
689
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}
690
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}
691
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}
692
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}
693
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}
694
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}
695
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}
696
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}
697
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}
698
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}
699
 
700
if [regexp {/tb/dut/m_rx_d_5} [find signals /tb/dut/m_rx_d_5]]                  {add wave -noupdate -divider {  MII RX 5}}
701
if [regexp {/tb/dut/mii_rx_d_5} [find signals /tb/dut/mii_rx_d_5]]              {add wave -noupdate -divider {  MII RX 5}}
702
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}
703
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}
704
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}
705
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}
706
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}
707
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}
708
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}
709
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}
710
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}
711
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}
712
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}
713
 
714
if [regexp {/tb/dut/m_rx_d_6} [find signals /tb/dut/m_rx_d_6]]                  {add wave -noupdate -divider {  MII RX 6}}
715
if [regexp {/tb/dut/mii_rx_d_6} [find signals /tb/dut/mii_rx_d_6]]              {add wave -noupdate -divider {  MII RX 6}}
716
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}
717
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}
718
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}
719
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}
720
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}
721
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}
722
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}
723
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}
724
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}
725
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}
726
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}
727
 
728
if [regexp {/tb/dut/m_rx_d_7} [find signals /tb/dut/m_rx_d_7]]                  {add wave -noupdate -divider {  MII RX 7}}
729
if [regexp {/tb/dut/mii_rx_d_7} [find signals /tb/dut/mii_rx_d_7]]              {add wave -noupdate -divider {  MII RX 7}}
730
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}
731
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}
732
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}
733
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}
734
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}
735
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}
736
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}
737
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}
738
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}
739
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}
740
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}
741
 
742
if [regexp {/tb/dut/m_rx_d_8} [find signals /tb/dut/m_rx_d_8]]                  {add wave -noupdate -divider {  MII RX 8}}
743
if [regexp {/tb/dut/mii_rx_d_8} [find signals /tb/dut/mii_rx_d_8]]              {add wave -noupdate -divider {  MII RX 8}}
744
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}
745
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}
746
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}
747
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}
748
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}
749
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}
750
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}
751
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}
752
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}
753
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}
754
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}
755
 
756
if [regexp {/tb/dut/m_rx_d_9} [find signals /tb/dut/m_rx_d_9]]                  {add wave -noupdate -divider {  MII RX 9}}
757
if [regexp {/tb/dut/mii_rx_d_9} [find signals /tb/dut/mii_rx_d_9]]              {add wave -noupdate -divider {  MII RX 9}}
758
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}
759
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}
760
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}
761
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}
762
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}
763
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}
764
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}
765
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}
766
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}
767
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}
768
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}
769
 
770
if [regexp {/tb/dut/m_rx_d_10} [find signals /tb/dut/m_rx_d_10]]                  {add wave -noupdate -divider {  MII RX 10}}
771
if [regexp {/tb/dut/mii_rx_d_10} [find signals /tb/dut/mii_rx_d_10]]              {add wave -noupdate -divider {  MII RX 10}}
772
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}
773
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}
774
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}
775
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}
776
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}
777
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}
778
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}
779
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}
780
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}
781
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}
782
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}
783
 
784
if [regexp {/tb/dut/m_rx_d_11} [find signals /tb/dut/m_rx_d_11]]                  {add wave -noupdate -divider {  MII RX 11}}
785
if [regexp {/tb/dut/mii_rx_d_11} [find signals /tb/dut/mii_rx_d_11]]              {add wave -noupdate -divider {  MII RX 11}}
786
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}
787
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}
788
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}
789
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}
790
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}
791
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}
792
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}
793
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}
794
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}
795
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}
796
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}
797
 
798
if [regexp {/tb/dut/m_rx_d_12} [find signals /tb/dut/m_rx_d_12]]                  {add wave -noupdate -divider {  MII RX 12}}
799
if [regexp {/tb/dut/mii_rx_d_12} [find signals /tb/dut/mii_rx_d_12]]              {add wave -noupdate -divider {  MII RX 12}}
800
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}
801
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}
802
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}
803
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}
804
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}
805
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}
806
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}
807
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}
808
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}
809
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}
810
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}
811
 
812
if [regexp {/tb/dut/m_rx_d_13} [find signals /tb/dut/m_rx_d_13]]                  {add wave -noupdate -divider {  MII RX 13}}
813
if [regexp {/tb/dut/mii_rx_d_13} [find signals /tb/dut/mii_rx_d_13]]              {add wave -noupdate -divider {  MII RX 13}}
814
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}
815
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}
816
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}
817
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}
818
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}
819
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}
820
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}
821
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}
822
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}
823
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}
824
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}
825
 
826
if [regexp {/tb/dut/m_rx_d_14} [find signals /tb/dut/m_rx_d_14]]                  {add wave -noupdate -divider {  MII RX 14}}
827
if [regexp {/tb/dut/mii_rx_d_14} [find signals /tb/dut/mii_rx_d_14]]              {add wave -noupdate -divider {  MII RX 14}}
828
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}
829
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}
830
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}
831
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}
832
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}
833
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}
834
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}
835
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}
836
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}
837
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}
838
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}
839
 
840
if [regexp {/tb/dut/m_rx_d_15} [find signals /tb/dut/m_rx_d_15]]                  {add wave -noupdate -divider {  MII RX 15}}
841
if [regexp {/tb/dut/mii_rx_d_15} [find signals /tb/dut/mii_rx_d_15]]              {add wave -noupdate -divider {  MII RX 15}}
842
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}
843
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}
844
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}
845
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}
846
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}
847
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}
848
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}
849
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}
850
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}
851
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}
852
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}
853
 
854
if [regexp {/tb/dut/m_rx_d_16} [find signals /tb/dut/m_rx_d_16]]                  {add wave -noupdate -divider {  MII RX 16}}
855
if [regexp {/tb/dut/mii_rx_d_16} [find signals /tb/dut/mii_rx_d_16]]              {add wave -noupdate -divider {  MII RX 16}}
856
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}
857
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}
858
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}
859
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}
860
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}
861
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}
862
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}
863
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}
864
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}
865
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}
866
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}
867
 
868
if [regexp {/tb/dut/m_rx_d_17} [find signals /tb/dut/m_rx_d_17]]                  {add wave -noupdate -divider {  MII RX 17}}
869
if [regexp {/tb/dut/mii_rx_d_17} [find signals /tb/dut/mii_rx_d_17]]              {add wave -noupdate -divider {  MII RX 17}}
870
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}
871
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}
872
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}
873
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}
874
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}
875
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}
876
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}
877
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}
878
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}
879
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}
880
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}
881
 
882
if [regexp {/tb/dut/m_rx_d_18} [find signals /tb/dut/m_rx_d_18]]                  {add wave -noupdate -divider {  MII RX 18}}
883
if [regexp {/tb/dut/mii_rx_d_18} [find signals /tb/dut/mii_rx_d_18]]              {add wave -noupdate -divider {  MII RX 18}}
884
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}
885
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}
886
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}
887
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}
888
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}
889
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}
890
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}
891
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}
892
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}
893
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}
894
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}
895
 
896
if [regexp {/tb/dut/m_rx_d_19} [find signals /tb/dut/m_rx_d_19]]                  {add wave -noupdate -divider {  MII RX 19}}
897
if [regexp {/tb/dut/mii_rx_d_19} [find signals /tb/dut/mii_rx_d_19]]              {add wave -noupdate -divider {  MII RX 19}}
898
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}
899
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}
900
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}
901
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}
902
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}
903
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}
904
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}
905
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}
906
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}
907
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}
908
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}
909
 
910
if [regexp {/tb/dut/m_rx_d_20} [find signals /tb/dut/m_rx_d_20]]                  {add wave -noupdate -divider {  MII RX 20}}
911
if [regexp {/tb/dut/mii_rx_d_20} [find signals /tb/dut/mii_rx_d_20]]              {add wave -noupdate -divider {  MII RX 20}}
912
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}
913
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}
914
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}
915
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}
916
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}
917
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}
918
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}
919
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}
920
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}
921
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}
922
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}
923
 
924
if [regexp {/tb/dut/m_rx_d_21} [find signals /tb/dut/m_rx_d_21]]                  {add wave -noupdate -divider {  MII RX 21}}
925
if [regexp {/tb/dut/mii_rx_d_21} [find signals /tb/dut/mii_rx_d_21]]              {add wave -noupdate -divider {  MII RX 21}}
926
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}
927
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}
928
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}
929
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}
930
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}
931
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}
932
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}
933
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}
934
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}
935
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}
936
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}
937
 
938
if [regexp {/tb/dut/m_rx_d_22} [find signals /tb/dut/m_rx_d_22]]                  {add wave -noupdate -divider {  MII RX 22}}
939
if [regexp {/tb/dut/mii_rx_d_22} [find signals /tb/dut/mii_rx_d_22]]              {add wave -noupdate -divider {  MII RX 22}}
940
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}
941
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}
942
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}
943
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}
944
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}
945
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}
946
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}
947
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}
948
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}
949
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}
950
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}
951
 
952
if [regexp {/tb/dut/m_rx_d_23} [find signals /tb/dut/m_rx_d_23]]                  {add wave -noupdate -divider {  MII RX 23}}
953
if [regexp {/tb/dut/mii_rx_d_23} [find signals /tb/dut/mii_rx_d_23]]              {add wave -noupdate -divider {  MII RX 23}}
954
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}
955
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}
956
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}
957
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}
958
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}
959
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}
960
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}
961
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}
962
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}
963
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}
964
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}
965
 
966
 
967
if [regexp {/tb/dut/ff_rx_data} [find signals /tb/dut/ff_rx_data]]          {add wave -noupdate -divider {  FIFO RX}}
968
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}
969
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}
970
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}
971
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}
972
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}
973
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}
974
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}
975
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}
976
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}
977
if [regexp {/tb/dut/rx_err} [find signals /tb/dut/rx_err]]                  {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/rx_err}
978
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}
979
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}
980
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}
981
 
982
if [regexp {/tb/dut/rx_afull_clk} [find signals /tb/dut/rx_afull_clk]]                  {add wave -noupdate -divider {  EXTERNAL AVALON ST RX FIFO STATUS}}
983
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}
984
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}
985
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}
986
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]}
987
 
988
if [regexp {/tb/dut/data_rx_data_0} [find signals /tb/dut/data_rx_data_0]]          {add wave -noupdate -divider {  AVALON ST RX 0}}
989
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}
990
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}
991
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}
992
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}
993
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}
994
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}
995
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}
996
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}
997
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}
998
 
999
if [regexp {/tb/dut/data_rx_data_1} [find signals /tb/dut/data_rx_data_1]]          {add wave -noupdate -divider {  AVALON ST RX 1}}
1000
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}
1001
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}
1002
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}
1003
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}
1004
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}
1005
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}
1006
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}
1007
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}
1008
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}
1009
 
1010
if [regexp {/tb/dut/data_rx_data_2} [find signals /tb/dut/data_rx_data_2]]          {add wave -noupdate -divider {  AVALON ST RX 2}}
1011
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}
1012
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}
1013
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}
1014
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}
1015
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}
1016
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}
1017
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}
1018
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}
1019
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}
1020
 
1021
if [regexp {/tb/dut/data_rx_data_3} [find signals /tb/dut/data_rx_data_3]]          {add wave -noupdate -divider {  AVALON ST RX 3}}
1022
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}
1023
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}
1024
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}
1025
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}
1026
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}
1027
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}
1028
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}
1029
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}
1030
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}
1031
 
1032
if [regexp {/tb/dut/data_rx_data_4} [find signals /tb/dut/data_rx_data_4]]          {add wave -noupdate -divider {  AVALON ST RX 4}}
1033
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}
1034
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}
1035
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}
1036
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}
1037
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}
1038
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}
1039
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}
1040
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}
1041
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}
1042
 
1043
if [regexp {/tb/dut/data_rx_data_5} [find signals /tb/dut/data_rx_data_5]]          {add wave -noupdate -divider {  AVALON ST RX 5}}
1044
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}
1045
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}
1046
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}
1047
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}
1048
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}
1049
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}
1050
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}
1051
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}
1052
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}
1053
 
1054
if [regexp {/tb/dut/data_rx_data_6} [find signals /tb/dut/data_rx_data_6]]          {add wave -noupdate -divider {  AVALON ST RX 6}}
1055
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}
1056
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}
1057
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}
1058
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}
1059
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}
1060
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}
1061
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}
1062
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}
1063
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}
1064
 
1065
if [regexp {/tb/dut/data_rx_data_7} [find signals /tb/dut/data_rx_data_7]]          {add wave -noupdate -divider {  AVALON ST RX 7}}
1066
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}
1067
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}
1068
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}
1069
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}
1070
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}
1071
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}
1072
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}
1073
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}
1074
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}
1075
 
1076
if [regexp {/tb/dut/data_rx_data_8} [find signals /tb/dut/data_rx_data_8]]          {add wave -noupdate -divider {  AVALON ST RX 8}}
1077
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}
1078
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}
1079
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}
1080
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}
1081
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}
1082
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}
1083
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}
1084
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}
1085
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}
1086
 
1087
if [regexp {/tb/dut/data_rx_data_9} [find signals /tb/dut/data_rx_data_9]]          {add wave -noupdate -divider {  AVALON ST RX 9}}
1088
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}
1089
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}
1090
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}
1091
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}
1092
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}
1093
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}
1094
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}
1095
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}
1096
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}
1097
 
1098
if [regexp {/tb/dut/data_rx_data_10} [find signals /tb/dut/data_rx_data_10]]          {add wave -noupdate -divider {  AVALON ST RX 10}}
1099
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}
1100
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}
1101
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}
1102
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}
1103
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}
1104
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}
1105
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}
1106
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}
1107
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}
1108
 
1109
if [regexp {/tb/dut/data_rx_data_11} [find signals /tb/dut/data_rx_data_11]]          {add wave -noupdate -divider {  AVALON ST RX 11}}
1110
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}
1111
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}
1112
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}
1113
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}
1114
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}
1115
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}
1116
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}
1117
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}
1118
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}
1119
 
1120
if [regexp {/tb/dut/data_rx_data_12} [find signals /tb/dut/data_rx_data_12]]          {add wave -noupdate -divider {  AVALON ST RX 12}}
1121
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}
1122
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}
1123
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}
1124
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}
1125
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}
1126
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}
1127
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}
1128
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}
1129
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}
1130
 
1131
if [regexp {/tb/dut/data_rx_data_13} [find signals /tb/dut/data_rx_data_13]]          {add wave -noupdate -divider {  AVALON ST RX 13}}
1132
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}
1133
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}
1134
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}
1135
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}
1136
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}
1137
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}
1138
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}
1139
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}
1140
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}
1141
 
1142
if [regexp {/tb/dut/data_rx_data_14} [find signals /tb/dut/data_rx_data_14]]          {add wave -noupdate -divider {  AVALON ST RX 14}}
1143
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}
1144
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}
1145
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}
1146
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}
1147
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}
1148
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}
1149
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}
1150
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}
1151
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}
1152
 
1153
if [regexp {/tb/dut/data_rx_data_15} [find signals /tb/dut/data_rx_data_15]]          {add wave -noupdate -divider {  AVALON ST RX 15}}
1154
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}
1155
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}
1156
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}
1157
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}
1158
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}
1159
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}
1160
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}
1161
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}
1162
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}
1163
 
1164
if [regexp {/tb/dut/data_rx_data_16} [find signals /tb/dut/data_rx_data_16]]          {add wave -noupdate -divider {  AVALON ST RX 16}}
1165
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}
1166
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}
1167
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}
1168
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}
1169
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}
1170
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}
1171
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}
1172
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}
1173
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}
1174
 
1175
if [regexp {/tb/dut/data_rx_data_17} [find signals /tb/dut/data_rx_data_17]]          {add wave -noupdate -divider {  AVALON ST RX 17}}
1176
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}
1177
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}
1178
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}
1179
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}
1180
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}
1181
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}
1182
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}
1183
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}
1184
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}
1185
 
1186
if [regexp {/tb/dut/data_rx_data_18} [find signals /tb/dut/data_rx_data_18]]          {add wave -noupdate -divider {  AVALON ST RX 18}}
1187
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}
1188
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}
1189
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}
1190
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}
1191
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}
1192
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}
1193
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}
1194
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}
1195
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}
1196
 
1197
if [regexp {/tb/dut/data_rx_data_19} [find signals /tb/dut/data_rx_data_19]]          {add wave -noupdate -divider {  AVALON ST RX 19}}
1198
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}
1199
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}
1200
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}
1201
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}
1202
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}
1203
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}
1204
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}
1205
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}
1206
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}
1207
 
1208
if [regexp {/tb/dut/data_rx_data_20} [find signals /tb/dut/data_rx_data_20]]          {add wave -noupdate -divider {  AVALON ST RX 20}}
1209
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}
1210
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}
1211
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}
1212
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}
1213
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}
1214
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}
1215
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}
1216
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}
1217
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}
1218
 
1219
if [regexp {/tb/dut/data_rx_data_21} [find signals /tb/dut/data_rx_data_21]]          {add wave -noupdate -divider {  AVALON ST RX 21}}
1220
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}
1221
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}
1222
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}
1223
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}
1224
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}
1225
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}
1226
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}
1227
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}
1228
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}
1229
 
1230
if [regexp {/tb/dut/data_rx_data_22} [find signals /tb/dut/data_rx_data_22]]          {add wave -noupdate -divider {  AVALON ST RX 22}}
1231
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}
1232
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}
1233
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}
1234
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}
1235
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}
1236
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}
1237
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}
1238
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}
1239
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}
1240
 
1241
if [regexp {/tb/dut/data_rx_data_23} [find signals /tb/dut/data_rx_data_23]]          {add wave -noupdate -divider {  AVALON ST RX 23}}
1242
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}
1243
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}
1244
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}
1245
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}
1246
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}
1247
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}
1248
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}
1249
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}
1250
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}
1251
 
1252
 
1253
add wave -noupdate -divider -height 40 {TRANSMIT INTERFACE}
1254
if [regexp {/tb/dut/ff_tx_data} [find signals /tb/dut/ff_tx_data]]          {add wave -noupdate -divider {  FIFO TX}}
1255
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}
1256
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}
1257
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}
1258
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}
1259
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}
1260
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}
1261
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}
1262
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}
1263
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}
1264
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}
1265
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}
1266
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}
1267
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}
1268
 
1269
if [regexp {/tb/dut/data_tx_data_0} [find signals /tb/dut/data_tx_data_0]]          {add wave -noupdate -divider {  AVALON ST TX 0}}
1270
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}
1271
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}
1272
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}
1273
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}
1274
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}
1275
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}
1276
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}
1277
 
1278
if [regexp {/tb/dut/data_tx_data_1} [find signals /tb/dut/data_tx_data_1]]          {add wave -noupdate -divider {  AVALON ST TX 1}}
1279
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}
1280
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}
1281
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}
1282
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}
1283
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}
1284
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}
1285
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}
1286
 
1287
if [regexp {/tb/dut/data_tx_data_2} [find signals /tb/dut/data_tx_data_2]]          {add wave -noupdate -divider {  AVALON ST TX 2}}
1288
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}
1289
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}
1290
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}
1291
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}
1292
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}
1293
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}
1294
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}
1295
 
1296
if [regexp {/tb/dut/data_tx_data_3} [find signals /tb/dut/data_tx_data_3]]          {add wave -noupdate -divider {  AVALON ST TX 3}}
1297
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}
1298
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}
1299
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}
1300
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}
1301
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}
1302
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}
1303
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}
1304
 
1305
if [regexp {/tb/dut/data_tx_data_4} [find signals /tb/dut/data_tx_data_4]]          {add wave -noupdate -divider {  AVALON ST TX 4}}
1306
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}
1307
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}
1308
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}
1309
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}
1310
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}
1311
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}
1312
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}
1313
 
1314
if [regexp {/tb/dut/data_tx_data_5} [find signals /tb/dut/data_tx_data_5]]          {add wave -noupdate -divider {  AVALON ST TX 5}}
1315
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}
1316
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}
1317
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}
1318
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}
1319
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}
1320
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}
1321
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}
1322
 
1323
if [regexp {/tb/dut/data_tx_data_6} [find signals /tb/dut/data_tx_data_6]]          {add wave -noupdate -divider {  AVALON ST TX 6}}
1324
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}
1325
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}
1326
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}
1327
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}
1328
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}
1329
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}
1330
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}
1331
 
1332
if [regexp {/tb/dut/data_tx_data_7} [find signals /tb/dut/data_tx_data_7]]          {add wave -noupdate -divider {  AVALON ST TX 7}}
1333
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}
1334
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}
1335
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}
1336
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}
1337
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}
1338
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}
1339
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}
1340
 
1341
if [regexp {/tb/dut/data_tx_data_8} [find signals /tb/dut/data_tx_data_8]]          {add wave -noupdate -divider {  AVALON ST TX 8}}
1342
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}
1343
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}
1344
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}
1345
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}
1346
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}
1347
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}
1348
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}
1349
 
1350
if [regexp {/tb/dut/data_tx_data_9} [find signals /tb/dut/data_tx_data_9]]          {add wave -noupdate -divider {  AVALON ST TX 9}}
1351
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}
1352
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}
1353
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}
1354
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}
1355
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}
1356
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}
1357
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}
1358
 
1359
if [regexp {/tb/dut/data_tx_data_10} [find signals /tb/dut/data_tx_data_10]]          {add wave -noupdate -divider {  AVALON ST TX 10}}
1360
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}
1361
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}
1362
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}
1363
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}
1364
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}
1365
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}
1366
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}
1367
 
1368
if [regexp {/tb/dut/data_tx_data_11} [find signals /tb/dut/data_tx_data_11]]          {add wave -noupdate -divider {  AVALON ST TX 11}}
1369
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}
1370
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}
1371
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}
1372
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}
1373
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}
1374
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}
1375
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}
1376
 
1377
if [regexp {/tb/dut/data_tx_data_12} [find signals /tb/dut/data_tx_data_12]]          {add wave -noupdate -divider {  AVALON ST TX 12}}
1378
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}
1379
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}
1380
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}
1381
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}
1382
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}
1383
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}
1384
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}
1385
 
1386
if [regexp {/tb/dut/data_tx_data_13} [find signals /tb/dut/data_tx_data_13]]          {add wave -noupdate -divider {  AVALON ST TX 13}}
1387
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}
1388
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}
1389
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}
1390
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}
1391
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}
1392
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}
1393
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}
1394
 
1395
if [regexp {/tb/dut/data_tx_data_14} [find signals /tb/dut/data_tx_data_14]]          {add wave -noupdate -divider {  AVALON ST TX 14}}
1396
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}
1397
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}
1398
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}
1399
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}
1400
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}
1401
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}
1402
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}
1403
 
1404
if [regexp {/tb/dut/data_tx_data_15} [find signals /tb/dut/data_tx_data_15]]          {add wave -noupdate -divider {  AVALON ST TX 15}}
1405
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}
1406
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}
1407
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}
1408
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}
1409
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}
1410
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}
1411
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}
1412
 
1413
if [regexp {/tb/dut/data_tx_data_16} [find signals /tb/dut/data_tx_data_16]]          {add wave -noupdate -divider {  AVALON ST TX 16}}
1414
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}
1415
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}
1416
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}
1417
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}
1418
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}
1419
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}
1420
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}
1421
 
1422
if [regexp {/tb/dut/data_tx_data_17} [find signals /tb/dut/data_tx_data_17]]          {add wave -noupdate -divider {  AVALON ST TX 17}}
1423
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}
1424
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}
1425
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}
1426
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}
1427
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}
1428
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}
1429
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}
1430
 
1431
if [regexp {/tb/dut/data_tx_data_18} [find signals /tb/dut/data_tx_data_18]]          {add wave -noupdate -divider {  AVALON ST TX 18}}
1432
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}
1433
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}
1434
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}
1435
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}
1436
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}
1437
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}
1438
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}
1439
 
1440
if [regexp {/tb/dut/data_tx_data_19} [find signals /tb/dut/data_tx_data_19]]          {add wave -noupdate -divider {  AVALON ST TX 19}}
1441
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}
1442
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}
1443
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}
1444
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}
1445
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}
1446
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}
1447
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}
1448
 
1449
if [regexp {/tb/dut/data_tx_data_20} [find signals /tb/dut/data_tx_data_20]]          {add wave -noupdate -divider {  AVALON ST TX 20}}
1450
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}
1451
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}
1452
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}
1453
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}
1454
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}
1455
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}
1456
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}
1457
 
1458
if [regexp {/tb/dut/data_tx_data_21} [find signals /tb/dut/data_tx_data_21]]          {add wave -noupdate -divider {  AVALON ST TX 21}}
1459
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}
1460
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}
1461
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}
1462
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}
1463
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}
1464
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}
1465
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}
1466
 
1467
if [regexp {/tb/dut/data_tx_data_22} [find signals /tb/dut/data_tx_data_22]]          {add wave -noupdate -divider {  AVALON ST TX 22}}
1468
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}
1469
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}
1470
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}
1471
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}
1472
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}
1473
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}
1474
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}
1475
 
1476
if [regexp {/tb/dut/data_tx_data_23} [find signals /tb/dut/data_tx_data_23]]          {add wave -noupdate -divider {  AVALON ST TX 23}}
1477
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}
1478
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}
1479
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}
1480
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}
1481
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}
1482
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}
1483
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}
1484
 
1485
 
1486
if [regexp {/tb/dut/gmii_tx_d} [find signals /tb/dut/gmii_tx_d]]            {add wave -noupdate -divider {  GMII TX}}
1487
if [regexp {/tb/dut/gm_tx_d} [find signals /tb/dut/gm_tx_d]]                {add wave -noupdate -divider {  GMII TX}}
1488
if [regexp {/tb/dut/tx_clk} [find signals /tb/dut/tx_clk]]                  {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/tx_clk}
1489
if [regexp {/tb/dut/tx_clkena} [find signals /tb/dut/tx_clkena]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/tx_clkena}
1490
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}
1491
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}
1492
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}
1493
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}
1494
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}
1495
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}
1496
 
1497
 
1498
if [regexp {/tb/dut/gmii_tx_d_0} [find signals /tb/dut/gmii_tx_d_0]]            {add wave -noupdate -divider {  GMII TX 0}}
1499
if [regexp {/tb/dut/gm_tx_d_0} [find signals /tb/dut/gm_tx_d_0]]                {add wave -noupdate -divider {  GMII TX 0}}
1500
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}
1501
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}
1502
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}
1503
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}
1504
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}
1505
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}
1506
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}
1507
 
1508
if [regexp {/tb/dut/gmii_tx_d_1} [find signals /tb/dut/gmii_tx_d_1]]            {add wave -noupdate -divider {  GMII TX 1}}
1509
if [regexp {/tb/dut/gm_tx_d_1} [find signals /tb/dut/gm_tx_d_1]]                {add wave -noupdate -divider {  GMII TX 1}}
1510
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}
1511
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}
1512
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}
1513
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}
1514
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}
1515
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}
1516
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}
1517
 
1518
if [regexp {/tb/dut/gmii_tx_d_2} [find signals /tb/dut/gmii_tx_d_2]]            {add wave -noupdate -divider {  GMII TX 2}}
1519
if [regexp {/tb/dut/gm_tx_d_2} [find signals /tb/dut/gm_tx_d_2]]                {add wave -noupdate -divider {  GMII TX 2}}
1520
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}
1521
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}
1522
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}
1523
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}
1524
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}
1525
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}
1526
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}
1527
 
1528
if [regexp {/tb/dut/gmii_tx_d_3} [find signals /tb/dut/gmii_tx_d_3]]            {add wave -noupdate -divider {  GMII TX 3}}
1529
if [regexp {/tb/dut/gm_tx_d_3} [find signals /tb/dut/gm_tx_d_3]]                {add wave -noupdate -divider {  GMII TX 3}}
1530
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}
1531
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}
1532
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}
1533
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}
1534
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}
1535
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}
1536
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}
1537
 
1538
if [regexp {/tb/dut/gmii_tx_d_4} [find signals /tb/dut/gmii_tx_d_4]]            {add wave -noupdate -divider {  GMII TX 4}}
1539
if [regexp {/tb/dut/gm_tx_d_4} [find signals /tb/dut/gm_tx_d_4]]                {add wave -noupdate -divider {  GMII TX 4}}
1540
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}
1541
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}
1542
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}
1543
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}
1544
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}
1545
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}
1546
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}
1547
 
1548
if [regexp {/tb/dut/gmii_tx_d_5} [find signals /tb/dut/gmii_tx_d_5]]            {add wave -noupdate -divider {  GMII TX 5}}
1549
if [regexp {/tb/dut/gm_tx_d_5} [find signals /tb/dut/gm_tx_d_5]]                {add wave -noupdate -divider {  GMII TX 5}}
1550
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}
1551
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}
1552
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}
1553
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}
1554
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}
1555
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}
1556
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}
1557
 
1558
if [regexp {/tb/dut/gmii_tx_d_6} [find signals /tb/dut/gmii_tx_d_6]]            {add wave -noupdate -divider {  GMII TX 6}}
1559
if [regexp {/tb/dut/gm_tx_d_6} [find signals /tb/dut/gm_tx_d_6]]                {add wave -noupdate -divider {  GMII TX 6}}
1560
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}
1561
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}
1562
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}
1563
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}
1564
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}
1565
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}
1566
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}
1567
 
1568
if [regexp {/tb/dut/gmii_tx_d_7} [find signals /tb/dut/gmii_tx_d_7]]            {add wave -noupdate -divider {  GMII TX 7}}
1569
if [regexp {/tb/dut/gm_tx_d_7} [find signals /tb/dut/gm_tx_d_7]]                {add wave -noupdate -divider {  GMII TX 7}}
1570
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}
1571
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}
1572
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}
1573
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}
1574
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}
1575
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}
1576
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}
1577
 
1578
if [regexp {/tb/dut/gmii_tx_d_8} [find signals /tb/dut/gmii_tx_d_8]]            {add wave -noupdate -divider {  GMII TX 8}}
1579
if [regexp {/tb/dut/gm_tx_d_8} [find signals /tb/dut/gm_tx_d_8]]                {add wave -noupdate -divider {  GMII TX 8}}
1580
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}
1581
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}
1582
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}
1583
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}
1584
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}
1585
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}
1586
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}
1587
 
1588
if [regexp {/tb/dut/gmii_tx_d_9} [find signals /tb/dut/gmii_tx_d_9]]            {add wave -noupdate -divider {  GMII TX 9}}
1589
if [regexp {/tb/dut/gm_tx_d_9} [find signals /tb/dut/gm_tx_d_9]]                {add wave -noupdate -divider {  GMII TX 9}}
1590
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}
1591
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}
1592
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}
1593
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}
1594
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}
1595
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}
1596
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}
1597
 
1598
if [regexp {/tb/dut/gmii_tx_d_10} [find signals /tb/dut/gmii_tx_d_10]]            {add wave -noupdate -divider {  GMII TX 10}}
1599
if [regexp {/tb/dut/gm_tx_d_10} [find signals /tb/dut/gm_tx_d_10]]                {add wave -noupdate -divider {  GMII TX 10}}
1600
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}
1601
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}
1602
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}
1603
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}
1604
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}
1605
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}
1606
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}
1607
 
1608
if [regexp {/tb/dut/gmii_tx_d_11} [find signals /tb/dut/gmii_tx_d_11]]            {add wave -noupdate -divider {  GMII TX 11}}
1609
if [regexp {/tb/dut/gm_tx_d_11} [find signals /tb/dut/gm_tx_d_11]]                {add wave -noupdate -divider {  GMII TX 11}}
1610
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}
1611
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}
1612
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}
1613
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}
1614
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}
1615
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}
1616
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}
1617
 
1618
if [regexp {/tb/dut/gmii_tx_d_12} [find signals /tb/dut/gmii_tx_d_12]]            {add wave -noupdate -divider {  GMII TX 12}}
1619
if [regexp {/tb/dut/gm_tx_d_12} [find signals /tb/dut/gm_tx_d_12]]                {add wave -noupdate -divider {  GMII TX 12}}
1620
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}
1621
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}
1622
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}
1623
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}
1624
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}
1625
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}
1626
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}
1627
 
1628
if [regexp {/tb/dut/gmii_tx_d_13} [find signals /tb/dut/gmii_tx_d_13]]            {add wave -noupdate -divider {  GMII TX 13}}
1629
if [regexp {/tb/dut/gm_tx_d_13} [find signals /tb/dut/gm_tx_d_13]]                {add wave -noupdate -divider {  GMII TX 13}}
1630
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}
1631
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}
1632
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}
1633
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}
1634
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}
1635
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}
1636
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}
1637
 
1638
if [regexp {/tb/dut/gmii_tx_d_14} [find signals /tb/dut/gmii_tx_d_14]]            {add wave -noupdate -divider {  GMII TX 14}}
1639
if [regexp {/tb/dut/gm_tx_d_14} [find signals /tb/dut/gm_tx_d_14]]                {add wave -noupdate -divider {  GMII TX 14}}
1640
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}
1641
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}
1642
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}
1643
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}
1644
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}
1645
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}
1646
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}
1647
 
1648
if [regexp {/tb/dut/gmii_tx_d_15} [find signals /tb/dut/gmii_tx_d_15]]            {add wave -noupdate -divider {  GMII TX 15}}
1649
if [regexp {/tb/dut/gm_tx_d_15} [find signals /tb/dut/gm_tx_d_15]]                {add wave -noupdate -divider {  GMII TX 15}}
1650
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}
1651
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}
1652
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}
1653
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}
1654
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}
1655
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}
1656
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}
1657
 
1658
if [regexp {/tb/dut/gmii_tx_d_16} [find signals /tb/dut/gmii_tx_d_16]]            {add wave -noupdate -divider {  GMII TX 16}}
1659
if [regexp {/tb/dut/gm_tx_d_16} [find signals /tb/dut/gm_tx_d_16]]                {add wave -noupdate -divider {  GMII TX 16}}
1660
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}
1661
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}
1662
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}
1663
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}
1664
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}
1665
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}
1666
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}
1667
 
1668
if [regexp {/tb/dut/gmii_tx_d_17} [find signals /tb/dut/gmii_tx_d_17]]            {add wave -noupdate -divider {  GMII TX 17}}
1669
if [regexp {/tb/dut/gm_tx_d_17} [find signals /tb/dut/gm_tx_d_17]]                {add wave -noupdate -divider {  GMII TX 17}}
1670
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}
1671
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}
1672
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}
1673
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}
1674
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}
1675
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}
1676
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}
1677
 
1678
if [regexp {/tb/dut/gmii_tx_d_18} [find signals /tb/dut/gmii_tx_d_18]]            {add wave -noupdate -divider {  GMII TX 18}}
1679
if [regexp {/tb/dut/gm_tx_d_18} [find signals /tb/dut/gm_tx_d_18]]                {add wave -noupdate -divider {  GMII TX 18}}
1680
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}
1681
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}
1682
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}
1683
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}
1684
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}
1685
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}
1686
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}
1687
 
1688
if [regexp {/tb/dut/gmii_tx_d_19} [find signals /tb/dut/gmii_tx_d_19]]            {add wave -noupdate -divider {  GMII TX 19}}
1689
if [regexp {/tb/dut/gm_tx_d_19} [find signals /tb/dut/gm_tx_d_19]]                {add wave -noupdate -divider {  GMII TX 19}}
1690
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}
1691
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}
1692
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}
1693
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}
1694
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}
1695
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}
1696
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}
1697
 
1698
if [regexp {/tb/dut/gmii_tx_d_20} [find signals /tb/dut/gmii_tx_d_20]]            {add wave -noupdate -divider {  GMII TX 20}}
1699
if [regexp {/tb/dut/gm_tx_d_20} [find signals /tb/dut/gm_tx_d_20]]                {add wave -noupdate -divider {  GMII TX 20}}
1700
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}
1701
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}
1702
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}
1703
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}
1704
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}
1705
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}
1706
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}
1707
 
1708
if [regexp {/tb/dut/gmii_tx_d_21} [find signals /tb/dut/gmii_tx_d_21]]            {add wave -noupdate -divider {  GMII TX 21}}
1709
if [regexp {/tb/dut/gm_tx_d_21} [find signals /tb/dut/gm_tx_d_21]]                {add wave -noupdate -divider {  GMII TX 21}}
1710
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}
1711
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}
1712
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}
1713
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}
1714
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}
1715
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}
1716
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}
1717
 
1718
if [regexp {/tb/dut/gmii_tx_d_22} [find signals /tb/dut/gmii_tx_d_22]]            {add wave -noupdate -divider {  GMII TX 22}}
1719
if [regexp {/tb/dut/gm_tx_d_22} [find signals /tb/dut/gm_tx_d_22]]                {add wave -noupdate -divider {  GMII TX 22}}
1720
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}
1721
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}
1722
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}
1723
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}
1724
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}
1725
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}
1726
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}
1727
 
1728
if [regexp {/tb/dut/gmii_tx_d_23} [find signals /tb/dut/gmii_tx_d_23]]            {add wave -noupdate -divider {  GMII TX 23}}
1729
if [regexp {/tb/dut/gm_tx_d_23} [find signals /tb/dut/gm_tx_d_23]]                {add wave -noupdate -divider {  GMII TX 23}}
1730
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}
1731
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}
1732
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}
1733
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}
1734
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}
1735
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}
1736
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}
1737
 
1738
 
1739
if [regexp {/tb/dut/rgmii_out} [find signals /tb/dut/rgmii_out]]            {add wave -noupdate -divider {  RGMII TX}}
1740
if [regexp {/tb/dut/tx_control} [find signals /tb/dut/tx_control]]          {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/tx_control}
1741
if [regexp {/tb/dut/rgmii_out} [find signals /tb/dut/rgmii_out]]            {add wave -noupdate -format Literal -radix hexadecimal /tb/dut/rgmii_out}
1742
 
1743
if [regexp {/tb/dut/rgmii_out_0} [find signals /tb/dut/rgmii_out_0]]            {add wave -noupdate -divider {  RGMII TX 0}}
1744
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}
1745
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}
1746
 
1747
if [regexp {/tb/dut/rgmii_out_1} [find signals /tb/dut/rgmii_out_1]]            {add wave -noupdate -divider {  RGMII TX 1}}
1748
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}
1749
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}
1750
 
1751
if [regexp {/tb/dut/rgmii_out_2} [find signals /tb/dut/rgmii_out_2]]            {add wave -noupdate -divider {  RGMII TX 2}}
1752
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}
1753
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}
1754
 
1755
if [regexp {/tb/dut/rgmii_out_3} [find signals /tb/dut/rgmii_out_3]]            {add wave -noupdate -divider {  RGMII TX 3}}
1756
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}
1757
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}
1758
 
1759
if [regexp {/tb/dut/rgmii_out_4} [find signals /tb/dut/rgmii_out_4]]            {add wave -noupdate -divider {  RGMII TX 4}}
1760
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}
1761
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}
1762
 
1763
if [regexp {/tb/dut/rgmii_out_5} [find signals /tb/dut/rgmii_out_5]]            {add wave -noupdate -divider {  RGMII TX 5}}
1764
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}
1765
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}
1766
 
1767
if [regexp {/tb/dut/rgmii_out_6} [find signals /tb/dut/rgmii_out_6]]            {add wave -noupdate -divider {  RGMII TX 6}}
1768
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}
1769
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}
1770
 
1771
if [regexp {/tb/dut/rgmii_out_7} [find signals /tb/dut/rgmii_out_7]]            {add wave -noupdate -divider {  RGMII TX 7}}
1772
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}
1773
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}
1774
 
1775
if [regexp {/tb/dut/rgmii_out_8} [find signals /tb/dut/rgmii_out_8]]            {add wave -noupdate -divider {  RGMII TX 8}}
1776
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}
1777
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}
1778
 
1779
if [regexp {/tb/dut/rgmii_out_9} [find signals /tb/dut/rgmii_out_9]]            {add wave -noupdate -divider {  RGMII TX 9}}
1780
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}
1781
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}
1782
 
1783
if [regexp {/tb/dut/rgmii_out_10} [find signals /tb/dut/rgmii_out_10]]            {add wave -noupdate -divider {  RGMII TX 10}}
1784
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}
1785
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}
1786
 
1787
if [regexp {/tb/dut/rgmii_out_11} [find signals /tb/dut/rgmii_out_11]]            {add wave -noupdate -divider {  RGMII TX 11}}
1788
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}
1789
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}
1790
 
1791
if [regexp {/tb/dut/rgmii_out_12} [find signals /tb/dut/rgmii_out_12]]            {add wave -noupdate -divider {  RGMII TX 12}}
1792
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}
1793
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}
1794
 
1795
if [regexp {/tb/dut/rgmii_out_13} [find signals /tb/dut/rgmii_out_13]]            {add wave -noupdate -divider {  RGMII TX 13}}
1796
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}
1797
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}
1798
 
1799
if [regexp {/tb/dut/rgmii_out_14} [find signals /tb/dut/rgmii_out_14]]            {add wave -noupdate -divider {  RGMII TX 14}}
1800
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}
1801
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}
1802
 
1803
if [regexp {/tb/dut/rgmii_out_15} [find signals /tb/dut/rgmii_out_15]]            {add wave -noupdate -divider {  RGMII TX 15}}
1804
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}
1805
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}
1806
 
1807
if [regexp {/tb/dut/rgmii_out_16} [find signals /tb/dut/rgmii_out_16]]            {add wave -noupdate -divider {  RGMII TX 16}}
1808
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}
1809
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}
1810
 
1811
if [regexp {/tb/dut/rgmii_out_17} [find signals /tb/dut/rgmii_out_17]]            {add wave -noupdate -divider {  RGMII TX 17}}
1812
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}
1813
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}
1814
 
1815
if [regexp {/tb/dut/rgmii_out_18} [find signals /tb/dut/rgmii_out_18]]            {add wave -noupdate -divider {  RGMII TX 18}}
1816
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}
1817
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}
1818
 
1819
if [regexp {/tb/dut/rgmii_out_19} [find signals /tb/dut/rgmii_out_19]]            {add wave -noupdate -divider {  RGMII TX 19}}
1820
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}
1821
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}
1822
 
1823
if [regexp {/tb/dut/rgmii_out_20} [find signals /tb/dut/rgmii_out_20]]            {add wave -noupdate -divider {  RGMII TX 20}}
1824
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}
1825
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}
1826
 
1827
if [regexp {/tb/dut/rgmii_out_21} [find signals /tb/dut/rgmii_out_21]]            {add wave -noupdate -divider {  RGMII TX 21}}
1828
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}
1829
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}
1830
 
1831
if [regexp {/tb/dut/rgmii_out_22} [find signals /tb/dut/rgmii_out_22]]            {add wave -noupdate -divider {  RGMII TX 22}}
1832
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}
1833
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}
1834
 
1835
if [regexp {/tb/dut/rgmii_out_23} [find signals /tb/dut/rgmii_out_23]]            {add wave -noupdate -divider {  RGMII TX 23}}
1836
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}
1837
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}
1838
 
1839
if [regexp {/tb/dut/m_tx_d} [find signals /tb/dut/m_tx_d]]                  {add wave -noupdate -divider {  MII TX }}
1840
if [regexp {/tb/dut/mii_tx_d} [find signals /tb/dut/mii_tx_d]]              {add wave -noupdate -divider {  MII TX }}
1841
if [regexp {/tb/dut/tx_clk} [find signals /tb/dut/tx_clk]]                  {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/tx_clk}
1842
if [regexp {/tb/dut/tx_clkena} [find signals /tb/dut/tx_clkena]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/tx_clkena}
1843
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}
1844
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}
1845
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}
1846
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}
1847
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}
1848
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}
1849
 
1850
if [regexp {/tb/dut/m_tx_d_0} [find signals /tb/dut/m_tx_d_0]]                  {add wave -noupdate -divider {  MII TX 0}}
1851
if [regexp {/tb/dut/mii_tx_d_0} [find signals /tb/dut/mii_tx_d_0]]              {add wave -noupdate -divider {  MII TX 0}}
1852
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}
1853
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}
1854
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}
1855
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}
1856
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}
1857
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}
1858
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}
1859
 
1860
if [regexp {/tb/dut/m_tx_d_1} [find signals /tb/dut/m_tx_d_1]]                  {add wave -noupdate -divider {  MII TX 1}}
1861
if [regexp {/tb/dut/mii_tx_d_1} [find signals /tb/dut/mii_tx_d_1]]              {add wave -noupdate -divider {  MII TX 1}}
1862
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}
1863
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}
1864
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}
1865
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}
1866
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}
1867
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}
1868
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}
1869
 
1870
if [regexp {/tb/dut/m_tx_d_2} [find signals /tb/dut/m_tx_d_2]]                  {add wave -noupdate -divider {  MII TX 2}}
1871
if [regexp {/tb/dut/mii_tx_d_2} [find signals /tb/dut/mii_tx_d_2]]              {add wave -noupdate -divider {  MII TX 2}}
1872
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}
1873
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}
1874
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}
1875
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}
1876
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}
1877
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}
1878
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}
1879
 
1880
if [regexp {/tb/dut/m_tx_d_3} [find signals /tb/dut/m_tx_d_3]]                  {add wave -noupdate -divider {  MII TX 3}}
1881
if [regexp {/tb/dut/mii_tx_d_3} [find signals /tb/dut/mii_tx_d_3]]              {add wave -noupdate -divider {  MII TX 3}}
1882
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}
1883
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}
1884
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}
1885
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}
1886
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}
1887
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}
1888
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}
1889
 
1890
if [regexp {/tb/dut/m_tx_d_4} [find signals /tb/dut/m_tx_d_4]]                  {add wave -noupdate -divider {  MII TX 4}}
1891
if [regexp {/tb/dut/mii_tx_d_4} [find signals /tb/dut/mii_tx_d_4]]              {add wave -noupdate -divider {  MII TX 4}}
1892
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}
1893
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}
1894
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}
1895
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}
1896
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}
1897
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}
1898
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}
1899
 
1900
if [regexp {/tb/dut/m_tx_d_5} [find signals /tb/dut/m_tx_d_5]]                  {add wave -noupdate -divider {  MII TX 5}}
1901
if [regexp {/tb/dut/mii_tx_d_5} [find signals /tb/dut/mii_tx_d_5]]              {add wave -noupdate -divider {  MII TX 5}}
1902
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}
1903
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}
1904
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}
1905
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}
1906
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}
1907
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}
1908
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}
1909
 
1910
if [regexp {/tb/dut/m_tx_d_6} [find signals /tb/dut/m_tx_d_6]]                  {add wave -noupdate -divider {  MII TX 6}}
1911
if [regexp {/tb/dut/mii_tx_d_6} [find signals /tb/dut/mii_tx_d_6]]              {add wave -noupdate -divider {  MII TX 6}}
1912
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}
1913
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}
1914
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}
1915
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}
1916
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}
1917
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}
1918
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}
1919
 
1920
if [regexp {/tb/dut/m_tx_d_7} [find signals /tb/dut/m_tx_d_7]]                  {add wave -noupdate -divider {  MII TX 7}}
1921
if [regexp {/tb/dut/mii_tx_d_7} [find signals /tb/dut/mii_tx_d_7]]              {add wave -noupdate -divider {  MII TX 7}}
1922
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}
1923
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}
1924
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}
1925
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}
1926
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}
1927
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}
1928
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}
1929
 
1930
if [regexp {/tb/dut/m_tx_d_8} [find signals /tb/dut/m_tx_d_8]]                  {add wave -noupdate -divider {  MII TX 8}}
1931
if [regexp {/tb/dut/mii_tx_d_8} [find signals /tb/dut/mii_tx_d_8]]              {add wave -noupdate -divider {  MII TX 8}}
1932
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}
1933
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}
1934
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}
1935
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}
1936
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}
1937
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}
1938
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}
1939
 
1940
if [regexp {/tb/dut/m_tx_d_9} [find signals /tb/dut/m_tx_d_9]]                  {add wave -noupdate -divider {  MII TX 9}}
1941
if [regexp {/tb/dut/mii_tx_d_9} [find signals /tb/dut/mii_tx_d_9]]              {add wave -noupdate -divider {  MII TX 9}}
1942
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}
1943
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}
1944
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}
1945
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}
1946
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}
1947
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}
1948
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}
1949
 
1950
if [regexp {/tb/dut/m_tx_d_10} [find signals /tb/dut/m_tx_d_10]]                  {add wave -noupdate -divider {  MII TX 10}}
1951
if [regexp {/tb/dut/mii_tx_d_10} [find signals /tb/dut/mii_tx_d_10]]              {add wave -noupdate -divider {  MII TX 10}}
1952
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}
1953
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}
1954
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}
1955
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}
1956
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}
1957
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}
1958
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}
1959
 
1960
if [regexp {/tb/dut/m_tx_d_11} [find signals /tb/dut/m_tx_d_11]]                  {add wave -noupdate -divider {  MII TX 11}}
1961
if [regexp {/tb/dut/mii_tx_d_11} [find signals /tb/dut/mii_tx_d_11]]              {add wave -noupdate -divider {  MII TX 11}}
1962
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}
1963
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}
1964
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}
1965
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}
1966
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}
1967
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}
1968
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}
1969
 
1970
if [regexp {/tb/dut/m_tx_d_12} [find signals /tb/dut/m_tx_d_12]]                  {add wave -noupdate -divider {  MII TX 12}}
1971
if [regexp {/tb/dut/mii_tx_d_12} [find signals /tb/dut/mii_tx_d_12]]              {add wave -noupdate -divider {  MII TX 12}}
1972
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}
1973
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}
1974
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}
1975
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}
1976
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}
1977
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}
1978
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}
1979
 
1980
if [regexp {/tb/dut/m_tx_d_13} [find signals /tb/dut/m_tx_d_13]]                  {add wave -noupdate -divider {  MII TX 13}}
1981
if [regexp {/tb/dut/mii_tx_d_13} [find signals /tb/dut/mii_tx_d_13]]              {add wave -noupdate -divider {  MII TX 13}}
1982
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}
1983
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}
1984
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}
1985
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}
1986
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}
1987
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}
1988
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}
1989
 
1990
if [regexp {/tb/dut/m_tx_d_14} [find signals /tb/dut/m_tx_d_14]]                  {add wave -noupdate -divider {  MII TX 14}}
1991
if [regexp {/tb/dut/mii_tx_d_14} [find signals /tb/dut/mii_tx_d_14]]              {add wave -noupdate -divider {  MII TX 14}}
1992
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}
1993
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}
1994
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}
1995
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}
1996
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}
1997
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}
1998
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}
1999
 
2000
if [regexp {/tb/dut/m_tx_d_15} [find signals /tb/dut/m_tx_d_15]]                  {add wave -noupdate -divider {  MII TX 15}}
2001
if [regexp {/tb/dut/mii_tx_d_15} [find signals /tb/dut/mii_tx_d_15]]              {add wave -noupdate -divider {  MII TX 15}}
2002
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}
2003
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}
2004
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}
2005
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}
2006
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}
2007
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}
2008
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}
2009
 
2010
if [regexp {/tb/dut/m_tx_d_16} [find signals /tb/dut/m_tx_d_16]]                  {add wave -noupdate -divider {  MII TX 16}}
2011
if [regexp {/tb/dut/mii_tx_d_16} [find signals /tb/dut/mii_tx_d_16]]              {add wave -noupdate -divider {  MII TX 16}}
2012
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}
2013
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}
2014
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}
2015
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}
2016
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}
2017
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}
2018
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}
2019
 
2020
if [regexp {/tb/dut/m_tx_d_17} [find signals /tb/dut/m_tx_d_17]]                  {add wave -noupdate -divider {  MII TX 17}}
2021
if [regexp {/tb/dut/mii_tx_d_17} [find signals /tb/dut/mii_tx_d_17]]              {add wave -noupdate -divider {  MII TX 17}}
2022
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}
2023
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}
2024
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}
2025
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}
2026
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}
2027
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}
2028
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}
2029
 
2030
if [regexp {/tb/dut/m_tx_d_18} [find signals /tb/dut/m_tx_d_18]]                  {add wave -noupdate -divider {  MII TX 18}}
2031
if [regexp {/tb/dut/mii_tx_d_18} [find signals /tb/dut/mii_tx_d_18]]              {add wave -noupdate -divider {  MII TX 18}}
2032
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}
2033
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}
2034
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}
2035
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}
2036
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}
2037
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}
2038
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}
2039
 
2040
if [regexp {/tb/dut/m_tx_d_19} [find signals /tb/dut/m_tx_d_19]]                  {add wave -noupdate -divider {  MII TX 19}}
2041
if [regexp {/tb/dut/mii_tx_d_19} [find signals /tb/dut/mii_tx_d_19]]              {add wave -noupdate -divider {  MII TX 19}}
2042
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}
2043
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}
2044
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}
2045
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}
2046
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}
2047
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}
2048
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}
2049
 
2050
if [regexp {/tb/dut/m_tx_d_20} [find signals /tb/dut/m_tx_d_20]]                  {add wave -noupdate -divider {  MII TX 20}}
2051
if [regexp {/tb/dut/mii_tx_d_20} [find signals /tb/dut/mii_tx_d_20]]              {add wave -noupdate -divider {  MII TX 20}}
2052
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}
2053
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}
2054
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}
2055
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}
2056
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}
2057
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}
2058
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}
2059
 
2060
if [regexp {/tb/dut/m_tx_d_21} [find signals /tb/dut/m_tx_d_21]]                  {add wave -noupdate -divider {  MII TX 21}}
2061
if [regexp {/tb/dut/mii_tx_d_21} [find signals /tb/dut/mii_tx_d_21]]              {add wave -noupdate -divider {  MII TX 21}}
2062
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}
2063
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}
2064
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}
2065
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}
2066
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}
2067
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}
2068
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}
2069
 
2070
if [regexp {/tb/dut/m_tx_d_22} [find signals /tb/dut/m_tx_d_22]]                  {add wave -noupdate -divider {  MII TX 22}}
2071
if [regexp {/tb/dut/mii_tx_d_22} [find signals /tb/dut/mii_tx_d_22]]              {add wave -noupdate -divider {  MII TX 22}}
2072
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}
2073
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}
2074
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}
2075
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}
2076
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}
2077
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}
2078
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}
2079
 
2080
if [regexp {/tb/dut/m_tx_d_23} [find signals /tb/dut/m_tx_d_23]]                  {add wave -noupdate -divider {  MII TX 23}}
2081
if [regexp {/tb/dut/mii_tx_d_23} [find signals /tb/dut/mii_tx_d_23]]              {add wave -noupdate -divider {  MII TX 23}}
2082
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}
2083
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}
2084
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}
2085
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}
2086
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}
2087
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}
2088
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}
2089
 
2090
 
2091
if [regexp {/tb/dut/tbi_tx_d} [find signals /tb/dut/tbi_tx_d]]              {add wave -noupdate -divider {  PMA TBI TX}}
2092
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}
2093
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}
2094
 
2095
if [regexp {/tb/dut/tbi_tx_d_0} [find signals /tb/dut/tbi_tx_d_0]]              {add wave -noupdate -divider {  PMA TBI TX 0}}
2096
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}
2097
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}
2098
 
2099
if [regexp {/tb/dut/tbi_tx_d_1} [find signals /tb/dut/tbi_tx_d_1]]              {add wave -noupdate -divider {  PMA TBI TX 1}}
2100
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}
2101
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}
2102
 
2103
if [regexp {/tb/dut/tbi_tx_d_2} [find signals /tb/dut/tbi_tx_d_2]]              {add wave -noupdate -divider {  PMA TBI TX 2}}
2104
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}
2105
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}
2106
 
2107
if [regexp {/tb/dut/tbi_tx_d_3} [find signals /tb/dut/tbi_tx_d_3]]              {add wave -noupdate -divider {  PMA TBI TX 3}}
2108
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}
2109
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}
2110
 
2111
if [regexp {/tb/dut/tbi_tx_d_4} [find signals /tb/dut/tbi_tx_d_4]]              {add wave -noupdate -divider {  PMA TBI TX 4}}
2112
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}
2113
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}
2114
 
2115
if [regexp {/tb/dut/tbi_tx_d_5} [find signals /tb/dut/tbi_tx_d_5]]              {add wave -noupdate -divider {  PMA TBI TX 5}}
2116
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}
2117
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}
2118
 
2119
if [regexp {/tb/dut/tbi_tx_d_6} [find signals /tb/dut/tbi_tx_d_6]]              {add wave -noupdate -divider {  PMA TBI TX 6}}
2120
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}
2121
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}
2122
 
2123
if [regexp {/tb/dut/tbi_tx_d_7} [find signals /tb/dut/tbi_tx_d_7]]              {add wave -noupdate -divider {  PMA TBI TX 7}}
2124
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}
2125
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}
2126
 
2127
if [regexp {/tb/dut/tbi_tx_d_8} [find signals /tb/dut/tbi_tx_d_8]]              {add wave -noupdate -divider {  PMA TBI TX 8}}
2128
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}
2129
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}
2130
 
2131
if [regexp {/tb/dut/tbi_tx_d_9} [find signals /tb/dut/tbi_tx_d_9]]              {add wave -noupdate -divider {  PMA TBI TX 9}}
2132
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}
2133
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}
2134
 
2135
if [regexp {/tb/dut/tbi_tx_d_10} [find signals /tb/dut/tbi_tx_d_10]]              {add wave -noupdate -divider {  PMA TBI TX 10}}
2136
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}
2137
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}
2138
 
2139
if [regexp {/tb/dut/tbi_tx_d_11} [find signals /tb/dut/tbi_tx_d_11]]              {add wave -noupdate -divider {  PMA TBI TX 11}}
2140
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}
2141
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}
2142
 
2143
if [regexp {/tb/dut/tbi_tx_d_12} [find signals /tb/dut/tbi_tx_d_12]]              {add wave -noupdate -divider {  PMA TBI TX 12}}
2144
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}
2145
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}
2146
 
2147
if [regexp {/tb/dut/tbi_tx_d_13} [find signals /tb/dut/tbi_tx_d_13]]              {add wave -noupdate -divider {  PMA TBI TX 13}}
2148
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}
2149
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}
2150
 
2151
if [regexp {/tb/dut/tbi_tx_d_14} [find signals /tb/dut/tbi_tx_d_14]]              {add wave -noupdate -divider {  PMA TBI TX 14}}
2152
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}
2153
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}
2154
 
2155
if [regexp {/tb/dut/tbi_tx_d_15} [find signals /tb/dut/tbi_tx_d_15]]              {add wave -noupdate -divider {  PMA TBI TX 15}}
2156
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}
2157
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}
2158
 
2159
if [regexp {/tb/dut/tbi_tx_d_16} [find signals /tb/dut/tbi_tx_d_16]]              {add wave -noupdate -divider {  PMA TBI TX 16}}
2160
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}
2161
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}
2162
 
2163
if [regexp {/tb/dut/tbi_tx_d_17} [find signals /tb/dut/tbi_tx_d_17]]              {add wave -noupdate -divider {  PMA TBI TX 17}}
2164
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}
2165
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}
2166
 
2167
if [regexp {/tb/dut/tbi_tx_d_18} [find signals /tb/dut/tbi_tx_d_18]]              {add wave -noupdate -divider {  PMA TBI TX 18}}
2168
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}
2169
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}
2170
 
2171
if [regexp {/tb/dut/tbi_tx_d_19} [find signals /tb/dut/tbi_tx_d_19]]              {add wave -noupdate -divider {  PMA TBI TX 19}}
2172
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}
2173
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}
2174
 
2175
if [regexp {/tb/dut/tbi_tx_d_20} [find signals /tb/dut/tbi_tx_d_20]]              {add wave -noupdate -divider {  PMA TBI TX 20}}
2176
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}
2177
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}
2178
 
2179
if [regexp {/tb/dut/tbi_tx_d_21} [find signals /tb/dut/tbi_tx_d_21]]              {add wave -noupdate -divider {  PMA TBI TX 21}}
2180
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}
2181
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}
2182
 
2183
if [regexp {/tb/dut/tbi_tx_d_22} [find signals /tb/dut/tbi_tx_d_22]]              {add wave -noupdate -divider {  PMA TBI TX 22}}
2184
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}
2185
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}
2186
 
2187
if [regexp {/tb/dut/tbi_tx_d_23} [find signals /tb/dut/tbi_tx_d_23]]              {add wave -noupdate -divider {  PMA TBI TX 23}}
2188
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}
2189
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}
2190
 
2191
if [regexp {/tb/dut/txp} [find signals /tb/dut/txp]]                        {add wave -noupdate -divider {  PMA SERIAL TX}}
2192
if [regexp {/tb/dut/txp} [find signals /tb/dut/txp]]                        {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/txp}
2193
 
2194
if [regexp {/tb/dut/txp_0} [find signals /tb/dut/txp_0]]                        {add wave -noupdate -divider {  PMA SERIAL TX 0}}
2195
if [regexp {/tb/dut/txp_0} [find signals /tb/dut/txp_0]]                        {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/txp_0}
2196
 
2197
if [regexp {/tb/dut/txp_1} [find signals /tb/dut/txp_1]]                        {add wave -noupdate -divider {  PMA SERIAL TX 1}}
2198
if [regexp {/tb/dut/txp_1} [find signals /tb/dut/txp_1]]                        {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/txp_1}
2199
 
2200
if [regexp {/tb/dut/txp_2} [find signals /tb/dut/txp_2]]                        {add wave -noupdate -divider {  PMA SERIAL TX 2}}
2201
if [regexp {/tb/dut/txp_2} [find signals /tb/dut/txp_2]]                        {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/txp_2}
2202
 
2203
if [regexp {/tb/dut/txp_3} [find signals /tb/dut/txp_3]]                        {add wave -noupdate -divider {  PMA SERIAL TX 3}}
2204
if [regexp {/tb/dut/txp_3} [find signals /tb/dut/txp_3]]                        {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/txp_3}
2205
 
2206
if [regexp {/tb/dut/txp_4} [find signals /tb/dut/txp_4]]                        {add wave -noupdate -divider {  PMA SERIAL TX 4}}
2207
if [regexp {/tb/dut/txp_4} [find signals /tb/dut/txp_4]]                        {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/txp_4}
2208
 
2209
if [regexp {/tb/dut/txp_5} [find signals /tb/dut/txp_5]]                        {add wave -noupdate -divider {  PMA SERIAL TX 5}}
2210
if [regexp {/tb/dut/txp_5} [find signals /tb/dut/txp_5]]                        {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/txp_5}
2211
 
2212
if [regexp {/tb/dut/txp_6} [find signals /tb/dut/txp_6]]                        {add wave -noupdate -divider {  PMA SERIAL TX 6}}
2213
if [regexp {/tb/dut/txp_6} [find signals /tb/dut/txp_6]]                        {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/txp_6}
2214
 
2215
if [regexp {/tb/dut/txp_7} [find signals /tb/dut/txp_7]]                        {add wave -noupdate -divider {  PMA SERIAL TX 7}}
2216
if [regexp {/tb/dut/txp_7} [find signals /tb/dut/txp_7]]                        {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/txp_7}
2217
 
2218
if [regexp {/tb/dut/txp_8} [find signals /tb/dut/txp_8]]                        {add wave -noupdate -divider {  PMA SERIAL TX 8}}
2219
if [regexp {/tb/dut/txp_8} [find signals /tb/dut/txp_8]]                        {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/txp_8}
2220
 
2221
if [regexp {/tb/dut/txp_9} [find signals /tb/dut/txp_9]]                        {add wave -noupdate -divider {  PMA SERIAL TX 9}}
2222
if [regexp {/tb/dut/txp_9} [find signals /tb/dut/txp_9]]                        {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/txp_9}
2223
 
2224
if [regexp {/tb/dut/txp_10} [find signals /tb/dut/txp_10]]                        {add wave -noupdate -divider {  PMA SERIAL TX 10}}
2225
if [regexp {/tb/dut/txp_10} [find signals /tb/dut/txp_10]]                        {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/txp_10}
2226
 
2227
if [regexp {/tb/dut/txp_11} [find signals /tb/dut/txp_11]]                        {add wave -noupdate -divider {  PMA SERIAL TX 11}}
2228
if [regexp {/tb/dut/txp_11} [find signals /tb/dut/txp_11]]                        {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/txp_11}
2229
 
2230
if [regexp {/tb/dut/txp_12} [find signals /tb/dut/txp_12]]                        {add wave -noupdate -divider {  PMA SERIAL TX 12}}
2231
if [regexp {/tb/dut/txp_12} [find signals /tb/dut/txp_12]]                        {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/txp_12}
2232
 
2233
if [regexp {/tb/dut/txp_13} [find signals /tb/dut/txp_13]]                        {add wave -noupdate -divider {  PMA SERIAL TX 13}}
2234
if [regexp {/tb/dut/txp_13} [find signals /tb/dut/txp_13]]                        {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/txp_13}
2235
 
2236
if [regexp {/tb/dut/txp_14} [find signals /tb/dut/txp_14]]                        {add wave -noupdate -divider {  PMA SERIAL TX 14}}
2237
if [regexp {/tb/dut/txp_14} [find signals /tb/dut/txp_14]]                        {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/txp_14}
2238
 
2239
if [regexp {/tb/dut/txp_15} [find signals /tb/dut/txp_15]]                        {add wave -noupdate -divider {  PMA SERIAL TX 15}}
2240
if [regexp {/tb/dut/txp_15} [find signals /tb/dut/txp_15]]                        {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/txp_15}
2241
 
2242
if [regexp {/tb/dut/txp_16} [find signals /tb/dut/txp_16]]                        {add wave -noupdate -divider {  PMA SERIAL TX 16}}
2243
if [regexp {/tb/dut/txp_16} [find signals /tb/dut/txp_16]]                        {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/txp_16}
2244
 
2245
if [regexp {/tb/dut/txp_17} [find signals /tb/dut/txp_17]]                        {add wave -noupdate -divider {  PMA SERIAL TX 17}}
2246
if [regexp {/tb/dut/txp_17} [find signals /tb/dut/txp_17]]                        {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/txp_17}
2247
 
2248
if [regexp {/tb/dut/txp_18} [find signals /tb/dut/txp_18]]                        {add wave -noupdate -divider {  PMA SERIAL TX 18}}
2249
if [regexp {/tb/dut/txp_18} [find signals /tb/dut/txp_18]]                        {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/txp_18}
2250
 
2251
if [regexp {/tb/dut/txp_19} [find signals /tb/dut/txp_19]]                        {add wave -noupdate -divider {  PMA SERIAL TX 19}}
2252
if [regexp {/tb/dut/txp_19} [find signals /tb/dut/txp_19]]                        {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/txp_19}
2253
 
2254
if [regexp {/tb/dut/txp_20} [find signals /tb/dut/txp_20]]                        {add wave -noupdate -divider {  PMA SERIAL TX 20}}
2255
if [regexp {/tb/dut/txp_20} [find signals /tb/dut/txp_20]]                        {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/txp_20}
2256
 
2257
if [regexp {/tb/dut/txp_21} [find signals /tb/dut/txp_21]]                        {add wave -noupdate -divider {  PMA SERIAL TX 21}}
2258
if [regexp {/tb/dut/txp_21} [find signals /tb/dut/txp_21]]                        {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/txp_21}
2259
 
2260
if [regexp {/tb/dut/txp_22} [find signals /tb/dut/txp_22]]                        {add wave -noupdate -divider {  PMA SERIAL TX 22}}
2261
if [regexp {/tb/dut/txp_22} [find signals /tb/dut/txp_22]]                        {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/txp_22}
2262
 
2263
if [regexp {/tb/dut/txp_23} [find signals /tb/dut/txp_23]]                        {add wave -noupdate -divider {  PMA SERIAL TX 23}}
2264
if [regexp {/tb/dut/txp_23} [find signals /tb/dut/txp_23]]                        {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/txp_23}
2265
 
2266
add wave -noupdate -divider -height 40 {STATUS n MISC CONTROL}
2267
if [regexp {/tb/dut/led_an} [find signals /tb/dut/led_an]]                  {add wave -noupdate -divider {  PHY LINK STATUS}}
2268
if [regexp {/tb/dut/led_an} [find signals /tb/dut/led_an]]                  {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/led_an}
2269
if [regexp {/tb/dut/led_crs} [find signals /tb/dut/led_crs]]                {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/led_crs}
2270
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}
2271
if [regexp {/tb/dut/led_link} [find signals /tb/dut/led_link]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/led_link}
2272
if [regexp {/tb/dut/led_col} [find signals /tb/dut/led_col]]                {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/led_col}
2273
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}
2274
 
2275
if [regexp {/tb/dut/led_an_0} [find signals /tb/dut/led_an_0]]                  {add wave -noupdate -divider {  PHY LINK STATUS 0}}
2276
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}
2277
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}
2278
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}
2279
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}
2280
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}
2281
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}
2282
 
2283
if [regexp {/tb/dut/led_an_1} [find signals /tb/dut/led_an_1]]                  {add wave -noupdate -divider {  PHY LINK STATUS 1}}
2284
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}
2285
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}
2286
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}
2287
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}
2288
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}
2289
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}
2290
 
2291
if [regexp {/tb/dut/led_an_2} [find signals /tb/dut/led_an_2]]                  {add wave -noupdate -divider {  PHY LINK STATUS 2}}
2292
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}
2293
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}
2294
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}
2295
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}
2296
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}
2297
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}
2298
 
2299
if [regexp {/tb/dut/led_an_3} [find signals /tb/dut/led_an_3]]                  {add wave -noupdate -divider {  PHY LINK STATUS 3}}
2300
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}
2301
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}
2302
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}
2303
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}
2304
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}
2305
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}
2306
 
2307
if [regexp {/tb/dut/led_an_4} [find signals /tb/dut/led_an_4]]                  {add wave -noupdate -divider {  PHY LINK STATUS 4}}
2308
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}
2309
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}
2310
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}
2311
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}
2312
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}
2313
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}
2314
 
2315
if [regexp {/tb/dut/led_an_5} [find signals /tb/dut/led_an_5]]                  {add wave -noupdate -divider {  PHY LINK STATUS 5}}
2316
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}
2317
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}
2318
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}
2319
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}
2320
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}
2321
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}
2322
 
2323
if [regexp {/tb/dut/led_an_6} [find signals /tb/dut/led_an_6]]                  {add wave -noupdate -divider {  PHY LINK STATUS 6}}
2324
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}
2325
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}
2326
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}
2327
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}
2328
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}
2329
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}
2330
 
2331
if [regexp {/tb/dut/led_an_7} [find signals /tb/dut/led_an_7]]                  {add wave -noupdate -divider {  PHY LINK STATUS 7}}
2332
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}
2333
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}
2334
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}
2335
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}
2336
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}
2337
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}
2338
 
2339
if [regexp {/tb/dut/led_an_8} [find signals /tb/dut/led_an_8]]                  {add wave -noupdate -divider {  PHY LINK STATUS 8}}
2340
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}
2341
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}
2342
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}
2343
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}
2344
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}
2345
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}
2346
 
2347
if [regexp {/tb/dut/led_an_9} [find signals /tb/dut/led_an_9]]                  {add wave -noupdate -divider {  PHY LINK STATUS 9}}
2348
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}
2349
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}
2350
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}
2351
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}
2352
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}
2353
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}
2354
 
2355
if [regexp {/tb/dut/led_an_10} [find signals /tb/dut/led_an_10]]                  {add wave -noupdate -divider {  PHY LINK STATUS 10}}
2356
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}
2357
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}
2358
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}
2359
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}
2360
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}
2361
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}
2362
 
2363
if [regexp {/tb/dut/led_an_11} [find signals /tb/dut/led_an_11]]                  {add wave -noupdate -divider {  PHY LINK STATUS 11}}
2364
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}
2365
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}
2366
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}
2367
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}
2368
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}
2369
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}
2370
 
2371
if [regexp {/tb/dut/led_an_12} [find signals /tb/dut/led_an_12]]                  {add wave -noupdate -divider {  PHY LINK STATUS 12}}
2372
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}
2373
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}
2374
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}
2375
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}
2376
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}
2377
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}
2378
 
2379
if [regexp {/tb/dut/led_an_13} [find signals /tb/dut/led_an_13]]                  {add wave -noupdate -divider {  PHY LINK STATUS 13}}
2380
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}
2381
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}
2382
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}
2383
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}
2384
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}
2385
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}
2386
 
2387
if [regexp {/tb/dut/led_an_14} [find signals /tb/dut/led_an_14]]                  {add wave -noupdate -divider {  PHY LINK STATUS 14}}
2388
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}
2389
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}
2390
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}
2391
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}
2392
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}
2393
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}
2394
 
2395
if [regexp {/tb/dut/led_an_15} [find signals /tb/dut/led_an_15]]                  {add wave -noupdate -divider {  PHY LINK STATUS 15}}
2396
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}
2397
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}
2398
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}
2399
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}
2400
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}
2401
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}
2402
 
2403
if [regexp {/tb/dut/led_an_16} [find signals /tb/dut/led_an_16]]                  {add wave -noupdate -divider {  PHY LINK STATUS 16}}
2404
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}
2405
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}
2406
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}
2407
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}
2408
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}
2409
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}
2410
 
2411
if [regexp {/tb/dut/led_an_17} [find signals /tb/dut/led_an_17]]                  {add wave -noupdate -divider {  PHY LINK STATUS 17}}
2412
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}
2413
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}
2414
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}
2415
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}
2416
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}
2417
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}
2418
 
2419
if [regexp {/tb/dut/led_an_18} [find signals /tb/dut/led_an_18]]                  {add wave -noupdate -divider {  PHY LINK STATUS 18}}
2420
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}
2421
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}
2422
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}
2423
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}
2424
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}
2425
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}
2426
 
2427
if [regexp {/tb/dut/led_an_19} [find signals /tb/dut/led_an_19]]                  {add wave -noupdate -divider {  PHY LINK STATUS 19}}
2428
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}
2429
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}
2430
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}
2431
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}
2432
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}
2433
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}
2434
 
2435
if [regexp {/tb/dut/led_an_20} [find signals /tb/dut/led_an_20]]                  {add wave -noupdate -divider {  PHY LINK STATUS 20}}
2436
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}
2437
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}
2438
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}
2439
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}
2440
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}
2441
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}
2442
 
2443
if [regexp {/tb/dut/led_an_21} [find signals /tb/dut/led_an_21]]                  {add wave -noupdate -divider {  PHY LINK STATUS 21}}
2444
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}
2445
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}
2446
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}
2447
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}
2448
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}
2449
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}
2450
 
2451
if [regexp {/tb/dut/led_an_22} [find signals /tb/dut/led_an_22]]                  {add wave -noupdate -divider {  PHY LINK STATUS 22}}
2452
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}
2453
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}
2454
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}
2455
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}
2456
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}
2457
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}
2458
 
2459
if [regexp {/tb/dut/led_an_23} [find signals /tb/dut/led_an_23]]                  {add wave -noupdate -divider {  PHY LINK STATUS 23}}
2460
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}
2461
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}
2462
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}
2463
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}
2464
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}
2465
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}
2466
 
2467
 
2468
if [regexp {/tb/dut/powerdown} [find signals /tb/dut/powerdown] | \
2469
regexp {/tb/dut/pcs_pwrdn_out} [find signals /tb/dut/pcs_pwrdn_out]]    {add wave -noupdate -divider {  PMA SERDES}}
2470
if [regexp {/tb/dut/powerdown} [find signals /tb/dut/powerdown]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/powerdown}
2471
if [regexp {/tb/dut/sd_loopback} [find signals /tb/dut/sd_loopback]]        {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/sd_loopback}
2472
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}
2473
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}
2474
 
2475
 
2476
if [regexp {/tb/dut/powerdown_0} [find signals /tb/dut/powerdown_0] | \
2477
regexp {/tb/dut/pcs_pwrdn_out_0} [find signals /tb/dut/pcs_pwrdn_out_0]]    {add wave -noupdate -divider {  PMA SERDES 0}}
2478
if [regexp {/tb/dut/powerdown_0} [find signals /tb/dut/powerdown_0]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/powerdown_0}
2479
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}
2480
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}
2481
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}
2482
 
2483
if [regexp {/tb/dut/powerdown_1} [find signals /tb/dut/powerdown_1] | \
2484
regexp {/tb/dut/pcs_pwrdn_out_1} [find signals /tb/dut/pcs_pwrdn_out_1]]    {add wave -noupdate -divider {  PMA SERDES 1}}
2485
if [regexp {/tb/dut/powerdown_1} [find signals /tb/dut/powerdown_1]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/powerdown_1}
2486
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}
2487
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}
2488
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}
2489
 
2490
if [regexp {/tb/dut/powerdown_2} [find signals /tb/dut/powerdown_2] | \
2491
regexp {/tb/dut/pcs_pwrdn_out_2} [find signals /tb/dut/pcs_pwrdn_out_2]]    {add wave -noupdate -divider {  PMA SERDES 2}}
2492
if [regexp {/tb/dut/powerdown_2} [find signals /tb/dut/powerdown_2]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/powerdown_2}
2493
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}
2494
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}
2495
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}
2496
 
2497
if [regexp {/tb/dut/powerdown_3} [find signals /tb/dut/powerdown_3] | \
2498
regexp {/tb/dut/pcs_pwrdn_out_3} [find signals /tb/dut/pcs_pwrdn_out_3]]    {add wave -noupdate -divider {  PMA SERDES 3}}
2499
if [regexp {/tb/dut/powerdown_3} [find signals /tb/dut/powerdown_3]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/powerdown_3}
2500
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}
2501
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}
2502
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}
2503
 
2504
if [regexp {/tb/dut/powerdown_4} [find signals /tb/dut/powerdown_4] | \
2505
regexp {/tb/dut/pcs_pwrdn_out_4} [find signals /tb/dut/pcs_pwrdn_out_4]]    {add wave -noupdate -divider {  PMA SERDES 4}}
2506
if [regexp {/tb/dut/powerdown_4} [find signals /tb/dut/powerdown_4]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/powerdown_4}
2507
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}
2508
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}
2509
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}
2510
 
2511
if [regexp {/tb/dut/powerdown_5} [find signals /tb/dut/powerdown_5] | \
2512
regexp {/tb/dut/pcs_pwrdn_out_5} [find signals /tb/dut/pcs_pwrdn_out_5]]    {add wave -noupdate -divider {  PMA SERDES 5}}
2513
if [regexp {/tb/dut/powerdown_5} [find signals /tb/dut/powerdown_5]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/powerdown_5}
2514
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}
2515
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}
2516
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}
2517
 
2518
if [regexp {/tb/dut/powerdown_6} [find signals /tb/dut/powerdown_6] | \
2519
regexp {/tb/dut/pcs_pwrdn_out_6} [find signals /tb/dut/pcs_pwrdn_out_6]]    {add wave -noupdate -divider {  PMA SERDES 6}}
2520
if [regexp {/tb/dut/powerdown_6} [find signals /tb/dut/powerdown_6]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/powerdown_6}
2521
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}
2522
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}
2523
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}
2524
 
2525
if [regexp {/tb/dut/powerdown_7} [find signals /tb/dut/powerdown_7] | \
2526
regexp {/tb/dut/pcs_pwrdn_out_7} [find signals /tb/dut/pcs_pwrdn_out_7]]    {add wave -noupdate -divider {  PMA SERDES 7}}
2527
if [regexp {/tb/dut/powerdown_7} [find signals /tb/dut/powerdown_7]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/powerdown_7}
2528
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}
2529
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}
2530
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}
2531
 
2532
if [regexp {/tb/dut/powerdown_8} [find signals /tb/dut/powerdown_8] | \
2533
regexp {/tb/dut/pcs_pwrdn_out_8} [find signals /tb/dut/pcs_pwrdn_out_8]]    {add wave -noupdate -divider {  PMA SERDES 8}}
2534
if [regexp {/tb/dut/powerdown_8} [find signals /tb/dut/powerdown_8]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/powerdown_8}
2535
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}
2536
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}
2537
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}
2538
 
2539
if [regexp {/tb/dut/powerdown_9} [find signals /tb/dut/powerdown_9] | \
2540
regexp {/tb/dut/pcs_pwrdn_out_9} [find signals /tb/dut/pcs_pwrdn_out_9]]    {add wave -noupdate -divider {  PMA SERDES 9}}
2541
if [regexp {/tb/dut/powerdown_9} [find signals /tb/dut/powerdown_9]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/powerdown_9}
2542
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}
2543
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}
2544
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}
2545
 
2546
if [regexp {/tb/dut/powerdown_10} [find signals /tb/dut/powerdown_10] | \
2547
regexp {/tb/dut/pcs_pwrdn_out_10} [find signals /tb/dut/pcs_pwrdn_out_10]]    {add wave -noupdate -divider {  PMA SERDES 10}}
2548
if [regexp {/tb/dut/powerdown_10} [find signals /tb/dut/powerdown_10]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/powerdown_10}
2549
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}
2550
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}
2551
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}
2552
 
2553
if [regexp {/tb/dut/powerdown_11} [find signals /tb/dut/powerdown_11] | \
2554
regexp {/tb/dut/pcs_pwrdn_out_11} [find signals /tb/dut/pcs_pwrdn_out_11]]    {add wave -noupdate -divider {  PMA SERDES 11}}
2555
if [regexp {/tb/dut/powerdown_11} [find signals /tb/dut/powerdown_11]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/powerdown_11}
2556
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}
2557
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}
2558
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}
2559
 
2560
if [regexp {/tb/dut/powerdown_12} [find signals /tb/dut/powerdown_12] | \
2561
regexp {/tb/dut/pcs_pwrdn_out_12} [find signals /tb/dut/pcs_pwrdn_out_12]]    {add wave -noupdate -divider {  PMA SERDES 12}}
2562
if [regexp {/tb/dut/powerdown_12} [find signals /tb/dut/powerdown_12]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/powerdown_12}
2563
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}
2564
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}
2565
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}
2566
 
2567
if [regexp {/tb/dut/powerdown_13} [find signals /tb/dut/powerdown_13] | \
2568
regexp {/tb/dut/pcs_pwrdn_out_13} [find signals /tb/dut/pcs_pwrdn_out_13]]    {add wave -noupdate -divider {  PMA SERDES 13}}
2569
if [regexp {/tb/dut/powerdown_13} [find signals /tb/dut/powerdown_13]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/powerdown_13}
2570
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}
2571
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}
2572
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}
2573
 
2574
if [regexp {/tb/dut/powerdown_14} [find signals /tb/dut/powerdown_14] | \
2575
regexp {/tb/dut/pcs_pwrdn_out_14} [find signals /tb/dut/pcs_pwrdn_out_14]]    {add wave -noupdate -divider {  PMA SERDES 14}}
2576
if [regexp {/tb/dut/powerdown_14} [find signals /tb/dut/powerdown_14]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/powerdown_14}
2577
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}
2578
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}
2579
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}
2580
 
2581
if [regexp {/tb/dut/powerdown_15} [find signals /tb/dut/powerdown_15] | \
2582
regexp {/tb/dut/pcs_pwrdn_out_15} [find signals /tb/dut/pcs_pwrdn_out_15]]    {add wave -noupdate -divider {  PMA SERDES 15}}
2583
if [regexp {/tb/dut/powerdown_15} [find signals /tb/dut/powerdown_15]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/powerdown_15}
2584
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}
2585
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}
2586
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}
2587
 
2588
if [regexp {/tb/dut/powerdown_16} [find signals /tb/dut/powerdown_16] | \
2589
regexp {/tb/dut/pcs_pwrdn_out_16} [find signals /tb/dut/pcs_pwrdn_out_16]]    {add wave -noupdate -divider {  PMA SERDES 16}}
2590
if [regexp {/tb/dut/powerdown_16} [find signals /tb/dut/powerdown_16]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/powerdown_16}
2591
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}
2592
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}
2593
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}
2594
 
2595
if [regexp {/tb/dut/powerdown_17} [find signals /tb/dut/powerdown_17] | \
2596
regexp {/tb/dut/pcs_pwrdn_out_17} [find signals /tb/dut/pcs_pwrdn_out_17]]    {add wave -noupdate -divider {  PMA SERDES 17}}
2597
if [regexp {/tb/dut/powerdown_17} [find signals /tb/dut/powerdown_17]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/powerdown_17}
2598
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}
2599
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}
2600
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}
2601
 
2602
if [regexp {/tb/dut/powerdown_18} [find signals /tb/dut/powerdown_18] | \
2603
regexp {/tb/dut/pcs_pwrdn_out_18} [find signals /tb/dut/pcs_pwrdn_out_18]]    {add wave -noupdate -divider {  PMA SERDES 18}}
2604
if [regexp {/tb/dut/powerdown_18} [find signals /tb/dut/powerdown_18]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/powerdown_18}
2605
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}
2606
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}
2607
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}
2608
 
2609
 
2610
if [regexp {/tb/dut/powerdown_19} [find signals /tb/dut/powerdown_19] | \
2611
regexp {/tb/dut/pcs_pwrdn_out_19} [find signals /tb/dut/pcs_pwrdn_out_19]]    {add wave -noupdate -divider {  PMA SERDES 19}}
2612
if [regexp {/tb/dut/powerdown_19} [find signals /tb/dut/powerdown_19]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/powerdown_19}
2613
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}
2614
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}
2615
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}
2616
 
2617
if [regexp {/tb/dut/powerdown_20} [find signals /tb/dut/powerdown_20] | \
2618
regexp {/tb/dut/pcs_pwrdn_out_20} [find signals /tb/dut/pcs_pwrdn_out_20]]    {add wave -noupdate -divider {  PMA SERDES 20}}
2619
if [regexp {/tb/dut/powerdown_20} [find signals /tb/dut/powerdown_20]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/powerdown_20}
2620
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}
2621
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}
2622
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}
2623
 
2624
if [regexp {/tb/dut/powerdown_21} [find signals /tb/dut/powerdown_21] | \
2625
regexp {/tb/dut/pcs_pwrdn_out_21} [find signals /tb/dut/pcs_pwrdn_out_21]]    {add wave -noupdate -divider {  PMA SERDES 21}}
2626
if [regexp {/tb/dut/powerdown_21} [find signals /tb/dut/powerdown_21]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/powerdown_21}
2627
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}
2628
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}
2629
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}
2630
 
2631
if [regexp {/tb/dut/powerdown_22} [find signals /tb/dut/powerdown_22] | \
2632
regexp {/tb/dut/pcs_pwrdn_out_22} [find signals /tb/dut/pcs_pwrdn_out_22]]    {add wave -noupdate -divider {  PMA SERDES 22}}
2633
if [regexp {/tb/dut/powerdown_22} [find signals /tb/dut/powerdown_22]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/powerdown_22}
2634
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}
2635
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}
2636
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}
2637
 
2638
if [regexp {/tb/dut/powerdown_23} [find signals /tb/dut/powerdown_23] | \
2639
regexp {/tb/dut/pcs_pwrdn_out_23} [find signals /tb/dut/pcs_pwrdn_out_23]]    {add wave -noupdate -divider {  PMA SERDES 23}}
2640
if [regexp {/tb/dut/powerdown_23} [find signals /tb/dut/powerdown_23]]            {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/powerdown_23}
2641
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}
2642
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}
2643
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}
2644
 
2645
 
2646
 
2647
if [regexp {/tb/dut/mdc} [find signals /tb/dut/mdc]]                        {add wave -noupdate -divider {  MDIO}}
2648
if [regexp {/tb/dut/mdio_out} [find signals /tb/dut/mdio_out]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/mdio_out}
2649
if [regexp {/tb/dut/mdio_oen} [find signals /tb/dut/mdio_oen]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/mdio_oen}
2650
if [regexp {/tb/dut/mdio_in} [find signals /tb/dut/mdio_in]]                {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/mdio_in}
2651
if [regexp {/tb/dut/mdc} [find signals /tb/dut/mdc]]                        {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/mdc}
2652
 
2653
 
2654
if {[regexp {/tb/dut/eth_mode} [find signals /tb/dut/eth_mode]]| \
2655
[regexp {/tb/dut/magic_wakeup} [find signals /tb/dut/magic_wakeup]]}             {add wave -noupdate -divider {  MISC }}
2656
if [regexp {/tb/dut/xon_gen} [find signals /tb/dut/xon_gen]]                {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/xon_gen}
2657
if [regexp {/tb/dut/xoff_gen} [find signals /tb/dut/xoff_gen]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/xoff_gen}
2658
if [regexp {/tb/dut/magic_wakeup} [find signals /tb/dut/magic_wakeup]]      {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/magic_wakeup}
2659
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}
2660
if [regexp {/tb/dut/set_1000} [find signals /tb/dut/set_1000]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/set_1000}
2661
if [regexp {/tb/dut/set_100} [find signals /tb/dut/set_100]]                {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/set_100}
2662
if [regexp {/tb/dut/set_10} [find signals /tb/dut/set_10] ]                 {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/set_10}
2663
if [regexp {/tb/dut/eth_mode} [find signals /tb/dut/eth_mode]]              {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/eth_mode}
2664
if [regexp {/tb/dut/ena_10} [find signals /tb/dut/ena_10]]                  {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/ena_10}
2665
if [regexp {/tb/dut/hd_ena} [find signals /tb/dut/hd_ena]]                  {add wave -noupdate -format Logic -radix hexadecimal /tb/dut/hd_ena}
2666
 
2667
if {[regexp {/tb/dut/eth_mode_0} [find signals /tb/dut/eth_mode_0]]| \
2668
[regexp {/tb/dut/magic_wakeup_0} [find signals /tb/dut/magic_wakeup_0]]}             {add wave -noupdate -divider {  MISC 0}}
2669
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}
2670
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}
2671
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}
2672
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}
2673
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}
2674
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}
2675
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}
2676
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}
2677
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}
2678
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}
2679
 
2680
if {[regexp {/tb/dut/eth_mode_1} [find signals /tb/dut/eth_mode_1]]| \
2681
[regexp {/tb/dut/magic_wakeup_1} [find signals /tb/dut/magic_wakeup_1]]}             {add wave -noupdate -divider {  MISC 1}}
2682
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}
2683
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}
2684
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}
2685
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}
2686
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}
2687
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}
2688
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}
2689
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}
2690
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}
2691
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}
2692
 
2693
if {[regexp {/tb/dut/eth_mode_2} [find signals /tb/dut/eth_mode_2]]| \
2694
[regexp {/tb/dut/magic_wakeup_2} [find signals /tb/dut/magic_wakeup_2]]}             {add wave -noupdate -divider {  MISC 2}}
2695
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}
2696
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}
2697
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}
2698
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}
2699
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}
2700
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}
2701
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}
2702
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}
2703
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}
2704
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}
2705
 
2706
if {[regexp {/tb/dut/eth_mode_3} [find signals /tb/dut/eth_mode_3]]| \
2707
[regexp {/tb/dut/magic_wakeup_3} [find signals /tb/dut/magic_wakeup_3]]}             {add wave -noupdate -divider {  MISC 3}}
2708
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}
2709
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}
2710
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}
2711
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}
2712
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}
2713
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}
2714
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}
2715
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}
2716
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}
2717
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}
2718
 
2719
if {[regexp {/tb/dut/eth_mode_4} [find signals /tb/dut/eth_mode_4]]| \
2720
[regexp {/tb/dut/magic_wakeup_4} [find signals /tb/dut/magic_wakeup_4]]}             {add wave -noupdate -divider {  MISC 4}}
2721
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}
2722
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}
2723
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}
2724
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}
2725
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}
2726
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}
2727
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}
2728
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}
2729
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}
2730
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}
2731
 
2732
if {[regexp {/tb/dut/eth_mode_5} [find signals /tb/dut/eth_mode_5]]| \
2733
[regexp {/tb/dut/magic_wakeup_5} [find signals /tb/dut/magic_wakeup_5]]}             {add wave -noupdate -divider {  MISC 5}}
2734
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}
2735
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}
2736
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}
2737
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}
2738
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}
2739
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}
2740
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}
2741
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}
2742
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}
2743
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}
2744
 
2745
if {[regexp {/tb/dut/eth_mode_6} [find signals /tb/dut/eth_mode_6]]| \
2746
[regexp {/tb/dut/magic_wakeup_6} [find signals /tb/dut/magic_wakeup_6]]}             {add wave -noupdate -divider {  MISC 6}}
2747
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}
2748
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}
2749
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}
2750
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}
2751
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}
2752
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}
2753
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}
2754
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}
2755
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}
2756
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}
2757
 
2758
if {[regexp {/tb/dut/eth_mode_7} [find signals /tb/dut/eth_mode_7]]| \
2759
[regexp {/tb/dut/magic_wakeup_7} [find signals /tb/dut/magic_wakeup_7]]}             {add wave -noupdate -divider {  MISC 7}}
2760
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}
2761
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}
2762
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}
2763
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}
2764
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}
2765
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}
2766
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}
2767
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}
2768
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}
2769
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}
2770
 
2771
if {[regexp {/tb/dut/eth_mode_8} [find signals /tb/dut/eth_mode_8]]| \
2772
[regexp {/tb/dut/magic_wakeup_8} [find signals /tb/dut/magic_wakeup_8]]}             {add wave -noupdate -divider {  MISC 8}}
2773
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}
2774
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}
2775
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}
2776
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}
2777
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}
2778
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}
2779
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}
2780
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}
2781
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}
2782
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}
2783
 
2784
if {[regexp {/tb/dut/eth_mode_9} [find signals /tb/dut/eth_mode_9]]| \
2785
[regexp {/tb/dut/magic_wakeup_9} [find signals /tb/dut/magic_wakeup_9]]}             {add wave -noupdate -divider {  MISC 9}}
2786
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}
2787
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}
2788
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}
2789
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}
2790
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}
2791
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}
2792
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}
2793
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}
2794
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}
2795
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}
2796
 
2797
if {[regexp {/tb/dut/eth_mode_10} [find signals /tb/dut/eth_mode_10]]| \
2798
[regexp {/tb/dut/magic_wakeup_10} [find signals /tb/dut/magic_wakeup_10]]}             {add wave -noupdate -divider {  MISC 10}}
2799
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}
2800
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}
2801
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}
2802
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}
2803
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}
2804
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}
2805
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}
2806
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}
2807
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}
2808
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}
2809
 
2810
if {[regexp {/tb/dut/eth_mode_11} [find signals /tb/dut/eth_mode_11]]| \
2811
[regexp {/tb/dut/magic_wakeup_11} [find signals /tb/dut/magic_wakeup_11]]}             {add wave -noupdate -divider {  MISC 11}}
2812
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}
2813
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}
2814
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}
2815
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}
2816
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}
2817
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}
2818
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}
2819
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}
2820
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}
2821
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}
2822
 
2823
if {[regexp {/tb/dut/eth_mode_12} [find signals /tb/dut/eth_mode_12]]| \
2824
[regexp {/tb/dut/magic_wakeup_12} [find signals /tb/dut/magic_wakeup_12]]}             {add wave -noupdate -divider {  MISC 12}}
2825
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}
2826
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}
2827
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}
2828
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}
2829
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}
2830
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}
2831
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}
2832
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}
2833
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}
2834
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}
2835
 
2836
if {[regexp {/tb/dut/eth_mode_13} [find signals /tb/dut/eth_mode_13]]| \
2837
[regexp {/tb/dut/magic_wakeup_13} [find signals /tb/dut/magic_wakeup_13]]}             {add wave -noupdate -divider {  MISC 13}}
2838
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}
2839
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}
2840
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}
2841
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}
2842
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}
2843
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}
2844
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}
2845
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}
2846
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}
2847
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}
2848
 
2849
if {[regexp {/tb/dut/eth_mode_14} [find signals /tb/dut/eth_mode_14]]| \
2850
[regexp {/tb/dut/magic_wakeup_14} [find signals /tb/dut/magic_wakeup_14]]}             {add wave -noupdate -divider {  MISC 14}}
2851
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}
2852
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}
2853
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}
2854
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}
2855
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}
2856
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}
2857
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}
2858
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}
2859
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}
2860
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}
2861
 
2862
if {[regexp {/tb/dut/eth_mode_15} [find signals /tb/dut/eth_mode_15]]| \
2863
[regexp {/tb/dut/magic_wakeup_15} [find signals /tb/dut/magic_wakeup_15]]}             {add wave -noupdate -divider {  MISC 15}}
2864
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}
2865
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}
2866
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}
2867
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}
2868
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}
2869
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}
2870
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}
2871
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}
2872
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}
2873
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}
2874
 
2875
if {[regexp {/tb/dut/eth_mode_16} [find signals /tb/dut/eth_mode_16]]| \
2876
[regexp {/tb/dut/magic_wakeup_16} [find signals /tb/dut/magic_wakeup_16]]}             {add wave -noupdate -divider {  MISC 16}}
2877
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}
2878
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}
2879
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}
2880
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}
2881
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}
2882
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}
2883
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}
2884
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}
2885
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}
2886
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}
2887
 
2888
if {[regexp {/tb/dut/eth_mode_17} [find signals /tb/dut/eth_mode_17]]| \
2889
[regexp {/tb/dut/magic_wakeup_17} [find signals /tb/dut/magic_wakeup_17]]}             {add wave -noupdate -divider {  MISC 17}}
2890
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}
2891
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}
2892
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}
2893
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}
2894
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}
2895
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}
2896
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}
2897
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}
2898
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}
2899
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}
2900
 
2901
if {[regexp {/tb/dut/eth_mode_18} [find signals /tb/dut/eth_mode_18]]| \
2902
[regexp {/tb/dut/magic_wakeup_18} [find signals /tb/dut/magic_wakeup_18]]}             {add wave -noupdate -divider {  MISC 18}}
2903
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}
2904
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}
2905
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}
2906
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}
2907
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}
2908
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}
2909
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}
2910
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}
2911
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}
2912
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}
2913
 
2914
if {[regexp {/tb/dut/eth_mode_19} [find signals /tb/dut/eth_mode_19]]| \
2915
[regexp {/tb/dut/magic_wakeup_19} [find signals /tb/dut/magic_wakeup_19]]}             {add wave -noupdate -divider {  MISC 19}}
2916
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}
2917
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}
2918
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}
2919
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}
2920
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}
2921
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}
2922
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}
2923
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}
2924
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}
2925
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}
2926
 
2927
if {[regexp {/tb/dut/eth_mode_20} [find signals /tb/dut/eth_mode_20]]| \
2928
[regexp {/tb/dut/magic_wakeup_20} [find signals /tb/dut/magic_wakeup_20]]}             {add wave -noupdate -divider {  MISC 20}}
2929
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}
2930
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}
2931
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}
2932
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}
2933
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}
2934
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}
2935
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}
2936
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}
2937
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}
2938
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}
2939
 
2940
if {[regexp {/tb/dut/eth_mode_21} [find signals /tb/dut/eth_mode_21]]| \
2941
[regexp {/tb/dut/magic_wakeup_21} [find signals /tb/dut/magic_wakeup_21]]}             {add wave -noupdate -divider {  MISC 21}}
2942
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}
2943
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}
2944
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}
2945
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}
2946
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}
2947
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}
2948
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}
2949
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}
2950
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}
2951
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}
2952
 
2953
if {[regexp {/tb/dut/eth_mode_22} [find signals /tb/dut/eth_mode_22]]| \
2954
[regexp {/tb/dut/magic_wakeup_22} [find signals /tb/dut/magic_wakeup_22]]}             {add wave -noupdate -divider {  MISC 22}}
2955
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}
2956
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}
2957
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}
2958
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}
2959
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}
2960
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}
2961
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}
2962
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}
2963
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}
2964
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}
2965
 
2966
if {[regexp {/tb/dut/eth_mode_23} [find signals /tb/dut/eth_mode_23]]| \
2967
[regexp {/tb/dut/magic_wakeup_23} [find signals /tb/dut/magic_wakeup_23]]}             {add wave -noupdate -divider {  MISC 23}}
2968
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}
2969
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}
2970
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}
2971
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}
2972
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}
2973
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}
2974
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}
2975
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}
2976
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}
2977
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}
2978
 
2979
 
2980
 
2981
TreeUpdate [SetDefaultTree]
2982
WaveRestoreCursors {{Cursor 1} {0 ps} 0}
2983
configure wave -namecolwidth 201
2984
configure wave -valuecolwidth 100
2985
configure wave -justifyvalue left
2986
configure wave -signalnamewidth 1
2987
configure wave -snapdistance 10
2988
configure wave -datasetprefix 0
2989
configure wave -rowmargin 4
2990
configure wave -childrowmargin 2
2991
configure wave -gridoffset 0
2992
configure wave -gridperiod 1
2993
configure wave -griddelta 40
2994
configure wave -timeline 0
2995
update
2996
WaveRestoreZoom {0 ps} {20 us}
2997
 

powered by: WebSVN 2.1.0

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