integration/soc_zynq: shadow_base no longer recommended (replace with io_regions)
authorFlorent Kermarrec <florent@enjoy-digital.fr>
Thu, 10 Oct 2019 17:23:01 +0000 (19:23 +0200)
committerFlorent Kermarrec <florent@enjoy-digital.fr>
Thu, 10 Oct 2019 17:23:01 +0000 (19:23 +0200)
litex/soc/integration/soc_zynq.py

index 10e27933db5450dc7bf7272e167725a7592ccc55..3bcc86b90f3bd41822874ee1ca5794d99632ae73 100644 (file)
@@ -29,7 +29,7 @@ class SoCZynq(SoCCore):
     SoCCore.mem_map["csr"] = 0x00000000
     def __init__(self, platform, clk_freq, ps7_name, **kwargs):
         self.ps7_name = ps7_name
-        SoCCore.__init__(self, platform, clk_freq, cpu_type=None, shadow_base=0x00000000, **kwargs)
+        SoCCore.__init__(self, platform, clk_freq, cpu_type=None, **kwargs)
 
         # PS7 (Minimal) ----------------------------------------------------------------------------
         fclk_reset0_n = Signal()