diff --git a/litedram/common.py b/litedram/common.py index dcfadb6..5965d95 100644 --- a/litedram/common.py +++ b/litedram/common.py @@ -315,7 +315,7 @@ class LiteDRAMNativeReadPort(LiteDRAMNativePort): class tXXDController(Module): def __init__(self, txxd): self.valid = valid = Signal() - self.ready = ready = Signal(reset=1) + self.ready = ready = Signal(reset=txxd is None) ready.attr.add("no_retiming") # # #