Debugged modules: sampler, generator, part of the accum module.
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user