litedram_gen: revert builder.build(..., regular_comb=False).

This commit is contained in:
Florent Kermarrec 2020-05-27 19:56:00 +02:00
parent d1db115d6c
commit f23cb8056d
1 changed files with 1 additions and 1 deletions

View File

@ -574,7 +574,7 @@ def main():
soc = LiteDRAMCore(platform, core_config, integrated_rom_size=0x6000)
builder = Builder(soc, **builder_arguments)
builder.build(build_name="litedram_core") # FIXME: regular_comb=False
builder.build(build_name="litedram_core", regular_comb=False)
if soc.cpu_type is not None:
init_filename = "mem.init"