diff --git a/litedram/common.py b/litedram/common.py index ba37b6a..1d5751a 100644 --- a/litedram/common.py +++ b/litedram/common.py @@ -93,7 +93,7 @@ class BitSlip(Module): # # # - r = Signal(2*dw) + r = Signal(2*dw, reset_less=True) self.sync += r.eq(Cat(r[dw:], self.i)) cases = {} for i in range(dw):