Skip to content

Commit 4b83097

Browse files
author
nkrackow
committed
don't run on emulator
1 parent 4a0d325 commit 4b83097

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

iir.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def __init__(self):
2424

2525

2626
class Iir(Module):
27-
def __init__(self, w_coeff, w_data, log2_a0, n_profiles, n_channels):
27+
def __init__(self, w_coeff, w_data, log2_a0, offset_shift, n_profiles, n_channels):
2828
# input strobe signal (start processing all channels)
2929
self.stb_in = stb_in = Signal()
3030
self.stb_out = stb_out = Signal() # output strobe signal (all channels done)

0 commit comments

Comments
 (0)