dev/design #8

Merged
baulin.fa merged 42 commits from dev/design into master 2026-05-15 16:43:19 +03:00
32 changed files with 3365 additions and 567 deletions
Showing only changes of commit 51d715a728 - Show all commits

View File

@ -58,7 +58,7 @@ module generator
end
if (enable) begin
if (!sample_req && (cnt_period == 0)) begin
pulse_height_out_reg <= '0;
pulse_height_out_reg <= ZERO_LEVEL;
if (sample_done) begin
sample_req <= 1'b0;
end