diff --git a/litedram/common.py b/litedram/common.py index a04a25d..b128c8a 100644 --- a/litedram/common.py +++ b/litedram/common.py @@ -89,7 +89,7 @@ def rdata_description(dw): class LiteDRAMPort: - def __init__(self, aw, dw, cd): + def __init__(self, aw, dw, cd="sys"): self.aw = aw self.dw = dw self.cd = cd