mirror of https://github.com/m-labs/artiq.git
targets/ppro: fix mem_map update
This commit is contained in:
parent
601f593ac4
commit
a50f2c20ff
|
@ -64,7 +64,7 @@ class UP(BaseSoC):
|
||||||
"rtio": 0x20000000, # (shadow @0xa0000000)
|
"rtio": 0x20000000, # (shadow @0xa0000000)
|
||||||
"dds": 0x50000000, # (shadow @0xd0000000)
|
"dds": 0x50000000, # (shadow @0xd0000000)
|
||||||
}
|
}
|
||||||
mem_map.update(MiniSoC.mem_map)
|
mem_map.update(BaseSoC.mem_map)
|
||||||
|
|
||||||
def __init__(self, platform, cpu_type="or1k",
|
def __init__(self, platform, cpu_type="or1k",
|
||||||
with_test_gen=False, **kwargs):
|
with_test_gen=False, **kwargs):
|
||||||
|
|
Loading…
Reference in New Issue