dev/debug #6

Merged
baulin.fa merged 5 commits from dev/debug into master 2026-04-17 15:30:08 +03:00
Showing only changes of commit b9c75b823f - Show all commits

View File

@ -92,8 +92,12 @@ module generator
end
end
end
OBUF OBUF_pulse_clk (
.I(clk_in),
.O(pulse)
);
assign pulse_height_out = pulse_height_out_reg;
assign pulse = pulse_reg;
endmodule