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 3367 additions and 569 deletions
Showing only changes of commit b2c92070a2 - Show all commits

View File

@ -34,8 +34,8 @@ module generator
always @(posedge clk_in) begin
if (rst) begin
pulse_height_reg <= 0;
pulse_height_out_reg <= '0;
pulse_height_reg <= ZERO_LEVEL;
pulse_height_out_reg <= ZERO_LEVEL;
pulse_width_reg <= '0;
pulse_period_reg <= '0;
pulse_num_reg <= '0;