We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c61fbcc commit ffebc0dCopy full SHA for ffebc0d
hdl/cic_d.sv
@@ -159,7 +159,7 @@ generate
159
assign int_in = int_stage[i - 1].int_out;
160
assign valid_in = int_stage[i - 1].valid_out;
161
end
162
- wire reset_in = reset_n && !s_axis_rate_tvalid; // reset integrators if rate change happens
+ wire reset_in = VAR_RATE ? reset_n && !s_axis_rate_tvalid : reset_n; // reset integrators if rate change happens
163
wire signed [odw_cur - 1 : 0] int_out;
164
wire valid_out;
165
0 commit comments