fix: missing state update

This commit is contained in:
Phil
2026-07-03 18:35:58 +03:00
parent df5469d538
commit 8e5b3929ac

View File

@ -66,6 +66,7 @@ module accumulator_top
if (start_accept) begin if (start_accept) begin
calc_active <= 1'b1; calc_active <= 1'b1;
window_size_reg <= window_size_safe;
end else if (finish_pulse) begin end else if (finish_pulse) begin
calc_active <= 1'b0; calc_active <= 1'b0;
end end