From 1c59e7730245c9ba2adfc198790459ee997e5843 Mon Sep 17 00:00:00 2001 From: Florent Kermarrec Date: Thu, 7 Oct 2021 16:20:23 +0200 Subject: [PATCH] litedram_gen/add_sdram: Remove origin: no longer required. --- litedram/gen.py | 1 - 1 file changed, 1 deletion(-) diff --git a/litedram/gen.py b/litedram/gen.py index 4f1c1a0..b328f5d 100755 --- a/litedram/gen.py +++ b/litedram/gen.py @@ -621,7 +621,6 @@ class LiteDRAMCore(SoCCore): self.add_sdram("sdram", phy = sdram_phy, module = sdram_module, - origin = self.mem_map["main_ram"], size = 0x01000000, # Only expose 16MB to the CPU, enough for Init/Calib. with_soc_interconnect = cpu_type is not None, l2_cache_size = 8,