Skip to content

Commit 932b6dc

Browse files
committed
bug fix
1 parent f8fd73e commit 932b6dc

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
@@ -251,7 +251,7 @@ wire [31:0] crc_next;
251251
/*
252252
* Configuration
253253
*/
254-
output cfg_rx_enable_out = cfg_rx_enable;
254+
assign cfg_rx_enable_out = cfg_rx_enable;
255255

256256

257257

0 commit comments

Comments
 (0)