tools/litex_sim: use l2_reverse flag

This commit is contained in:
Piotr Binkowski 2020-02-03 12:03:57 +01:00
parent 3350d33f9c
commit f3b068e2ee

View file

@ -168,6 +168,7 @@ class SimSoC(SoCSDRAM):
SoCSDRAM.__init__(self, platform, clk_freq=sys_clk_freq,
ident = "LiteX Simulation", ident_version=True,
with_uart = False,
l2_reverse = False,
**kwargs)
# CRG --------------------------------------------------------------------------------------
self.submodules.crg = CRG(platform.request("sys_clk"))