tools/litex_sim: use default integrated_rom_size

This commit is contained in:
Florent Kermarrec 2020-01-13 17:39:23 +01:00
parent 4648db0c2a
commit f1606dbc72
1 changed files with 0 additions and 1 deletions

View File

@ -107,7 +107,6 @@ class SimSoC(SoCSDRAM):
# SoCSDRAM --------------------------------------------------------------------------------- # SoCSDRAM ---------------------------------------------------------------------------------
SoCSDRAM.__init__(self, platform, clk_freq=sys_clk_freq, SoCSDRAM.__init__(self, platform, clk_freq=sys_clk_freq,
integrated_rom_size = 0x8000,
ident = "LiteX Simulation", ident_version=True, ident = "LiteX Simulation", ident_version=True,
with_uart = False, with_uart = False,
**kwargs) **kwargs)