Skip to content

Commit 6637c6a

Browse files
committed
remove debug signal
1 parent 68cb8df commit 6637c6a

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

rtl/eth_mac_1g.v

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -192,9 +192,7 @@ module eth_mac_1g #
192192
input wire [15:0] cfg_rx_lfc_opcode,
193193
input wire cfg_rx_lfc_en,
194194
input wire [15:0] cfg_rx_pfc_opcode,
195-
input wire cfg_rx_pfc_en,
196-
197-
output wire [31:0] debug
195+
input wire cfg_rx_pfc_en
198196
);
199197

200198
localparam MAC_CTRL_ENABLE = PAUSE_ENABLE || PFC_ENABLE;
@@ -213,7 +211,6 @@ wire [RX_USER_WIDTH-1:0] rx_axis_tuser_int;
213211

214212
assign gmii_gtx_clk = tx_clk;
215213
assign rx_axis_clk = gmii_rx_clk;
216-
assign debug = {rx_axis_tdata,rx_axis_tvalid,rx_axis_tlast,rx_axis_tuser,gmii_rxd,gmii_rx_dv,gmii_rx_er};
217214

218215
axis_gmii_rx #(
219216
.DATA_WIDTH(DATA_WIDTH),

0 commit comments

Comments
 (0)