Merge pull request #276 from jfng/fix_gen_uart
litedram_gen: Fix duplicate with_uart value when cpu_type is None.
This commit is contained in:
commit
f25247dd79
|
@ -481,7 +481,6 @@ class LiteDRAMCore(SoCCore):
|
|||
if cpu_type is None:
|
||||
kwargs["integrated_rom_size"] = 0
|
||||
kwargs["integrated_sram_size"] = 0
|
||||
kwargs["with_uart"] = False
|
||||
kwargs["with_timer"] = False
|
||||
kwargs["with_ctrl"] = False
|
||||
|
||||
|
|
Loading…
Reference in New Issue