From 050670829a6e1c0cb253c41a973e0ec555b44645 Mon Sep 17 00:00:00 2001 From: Florent Kermarrec Date: Wed, 29 Aug 2018 16:48:06 +0200 Subject: [PATCH] core/controller: remove simulation workaround --- litedram/core/controller.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/litedram/core/controller.py b/litedram/core/controller.py index bd8c7bc..0bd8581 100644 --- a/litedram/core/controller.py +++ b/litedram/core/controller.py @@ -62,9 +62,6 @@ class LiteDRAMController(Module): bank_machines.append(bank_machine) self.submodules += bank_machine self.comb += getattr(self.interface, "bank"+str(i)).connect(bank_machine.req) - # FIXME: simulation workaround - if phy_settings.memtype == "DDR3" and phy_settings.nphases == 2: - self.comb += bank_machine.req.adr[-1].eq(0) self.submodules.multiplexer = Multiplexer(settings, bank_machines,