1
0
mirror of https://github.com/corundum/corundum.git synced 2025-01-16 08:12:53 +08:00

Make sure all paths set state_next

This commit is contained in:
Alex Forencich 2015-03-04 00:31:41 -08:00
parent 47a3a50b65
commit 263891b3f6

View File

@ -150,6 +150,8 @@ always @* begin
reset_crc = 0;
update_crc = 1;
state_next = STATE_PAYLOAD;
end else begin
state_next = STATE_IDLE;
end
end else begin
state_next = STATE_IDLE;