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 -6
View File
@@ -40,11 +40,6 @@ module sampler
end
end
initial begin
synced = 0;
m_axis_tdata = '0;
m_axis_tvalid = 0;
end
always_ff @(posedge clk_in) begin
if (rst) begin
@@ -84,4 +79,4 @@ module sampler
end
end
end
endmodule
endmodule