mirror of
https://github.com/corundum/corundum.git
synced 2025-01-16 08:12:53 +08:00
Remove tristate for state machine inference
This commit is contained in:
parent
966e47a826
commit
7795a9182b
@ -121,7 +121,7 @@ reg input_axis_tready_reg = 0, input_axis_tready_next;
|
||||
assign input_axis_tready = input_axis_tready_reg;
|
||||
|
||||
always @* begin
|
||||
state_next = 3'bz;
|
||||
state_next = STATE_IDLE;
|
||||
|
||||
cycle_count_next = cycle_count_reg;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user