Skip to content

Commit 82c3bff

Browse files
committed
add reset to the debug signals
1 parent a10592a commit 82c3bff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rtl/axis_gmii_rx.v

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ wire [31:0] crc_next;
246246
assign crc_next_out = crc_next;
247247

248248
assign clk_enable_out = clk_enable;
249-
assign mii_select_out = mii_select;
249+
assign mii_select_out = rst;
250250

251251
/*
252252
* Configuration

0 commit comments

Comments
 (0)