mirror of
https://github.com/enjoy-digital/litedram.git
synced 2025-01-04 09:52:25 -05:00
phy/model: pass nranks to Interface
This commit is contained in:
parent
f5c7b61704
commit
919b756261
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ class SDRAMPHYModel(Module):
|
|||
self.settings = settings
|
||||
self.module = module
|
||||
|
||||
self.dfi = Interface(addressbits, bankbits, self.settings.dfi_databits, self.settings.nphases)
|
||||
self.dfi = Interface(addressbits, bankbits, self.settings.nranks, self.settings.dfi_databits, self.settings.nphases)
|
||||
|
||||
# # #
|
||||
|
||||
|
|
Loading…
Reference in a new issue