Skip to content

Commit b0bce32

Browse files
committed
syntax fix
1 parent d766d87 commit b0bce32

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
@@ -193,7 +193,7 @@ localparam [2:0]
193193
STATE_PAYLOAD = 3'd1,
194194
STATE_WAIT_LAST = 3'd2;
195195

196-
reg [2:0] state_reg = STATE_IDLE, state_next;
196+
reg [2:0] state_reg , state_next;
197197

198198
// datapath control signals
199199
reg reset_crc;

0 commit comments

Comments
 (0)