Debugged modules: sampler, generator, part of the accum module.

This commit is contained in:
otroubi
2026-09-03 15:53:07 +03:00
parent d7c826406d
commit 86c555d298
4 changed files with 14 additions and 28 deletions
+1 -8
View File
@@ -27,13 +27,6 @@ module generator
logic enable, synced;
initial begin
cnt_pulse_period = '0;
cnt_pulse_num = '0;
enable = 0;
synced = 0;
dac_out = ZERO_LEVEL;
end
always @(posedge clk_dac) begin
if (rst) begin
@@ -92,4 +85,4 @@ module generator
end
end
end
endmodule
endmodule