fix: missing state update
This commit is contained in:
@ -66,6 +66,7 @@ module accumulator_top
|
||||
|
||||
if (start_accept) begin
|
||||
calc_active <= 1'b1;
|
||||
window_size_reg <= window_size_safe;
|
||||
end else if (finish_pulse) begin
|
||||
calc_active <= 1'b0;
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user