Skip to content

Commit a50f2c2

Browse files
committedApr 11, 2015
targets/ppro: fix mem_map update
1 parent 601f593 commit a50f2c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎soc/targets/artiq_ppro.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ class UP(BaseSoC):
6464
"rtio": 0x20000000, # (shadow @0xa0000000)
6565
"dds": 0x50000000, # (shadow @0xd0000000)
6666
}
67-
mem_map.update(MiniSoC.mem_map)
67+
mem_map.update(BaseSoC.mem_map)
6868

6969
def __init__(self, platform, cpu_type="or1k",
7070
with_test_gen=False, **kwargs):

0 commit comments

Comments
 (0)
Please sign in to comment.