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 4a0d325 commit 4b83097Copy full SHA for 4b83097
iir.py
@@ -24,7 +24,7 @@ def __init__(self):
24
25
26
class Iir(Module):
27
- def __init__(self, w_coeff, w_data, log2_a0, n_profiles, n_channels):
+ def __init__(self, w_coeff, w_data, log2_a0, offset_shift, n_profiles, n_channels):
28
# input strobe signal (start processing all channels)
29
self.stb_in = stb_in = Signal()
30
self.stb_out = stb_out = Signal() # output strobe signal (all channels done)
0 commit comments