dev/accum_rework #15

Merged
babintsev.lv merged 22 commits from dev/accum_rework into dev/design 2026-07-28 13:55:22 +03:00
Showing only changes of commit 8e5b3929ac - Show all commits
+1
View File
@@ -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