soc/integration/soc_dram: sync with litedram

This commit is contained in:
Florent Kermarrec 2016-05-03 19:44:33 +02:00
parent dca8b3c92e
commit 7a7b9420e6
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ class ControllerInjector(Module, AutoCSR):
controller_settings) controller_settings)
self.comb += controller.dfi.connect(self.dfii.slave) self.comb += controller.dfi.connect(self.dfii.slave)
self.submodules.crossbar = crossbar.LiteDRAMCrossbar(controller.lasmic, controller.nrowbits) self.submodules.crossbar = crossbar.LiteDRAMCrossbar(controller.interface, controller.nrowbits)
class SoCSDRAM(SoCCore): class SoCSDRAM(SoCCore):