mirror of
https://github.com/enjoy-digital/litedram.git
synced 2025-01-04 09:52:25 -05:00
core/controller: remove simulation workaround
This commit is contained in:
parent
bc8a9cef7d
commit
050670829a
1 changed files with 0 additions and 3 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue