From 9d8a0577e9b34189f3a74769d9f4dfd49d5db176 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-Fran=C3=A7ois=20Nguyen?= Date: Tue, 21 Sep 2021 15:39:16 +0200 Subject: [PATCH] litedram_gen: Fix duplicate with_uart value when cpu_type is None. --- litedram/gen.py | 1 - 1 file changed, 1 deletion(-) diff --git a/litedram/gen.py b/litedram/gen.py index 76109e1..e1f4345 100755 --- a/litedram/gen.py +++ b/litedram/gen.py @@ -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