integration/soc_zynq: shadow_base no longer recommended (replace with io_regions)

This commit is contained in:
Florent Kermarrec 2019-10-10 19:23:01 +02:00
parent 496ba7e594
commit b25194826e
1 changed files with 1 additions and 1 deletions

View 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()