common/LiteDRAMPort: add defaut cd value

This commit is contained in:
Florent Kermarrec 2016-05-18 15:49:44 +02:00
parent 8d066caea9
commit a016a820b5
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ def rdata_description(dw):
class LiteDRAMPort: class LiteDRAMPort:
def __init__(self, aw, dw, cd): def __init__(self, aw, dw, cd="sys"):
self.aw = aw self.aw = aw
self.dw = dw self.dw = dw
self.cd = cd self.cd = cd