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:
parent
47a3a50b65
commit
263891b3f6
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user