Skip to content

Commit

Permalink
targets/ppro: fix mem_map update
Browse files Browse the repository at this point in the history
sbourdeauducq committed Apr 11, 2015
1 parent 601f593 commit a50f2c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion soc/targets/artiq_ppro.py
Original file line number Diff line number Diff line change
@@ -64,7 +64,7 @@ class UP(BaseSoC):
"rtio": 0x20000000, # (shadow @0xa0000000)
"dds": 0x50000000, # (shadow @0xd0000000)
}
mem_map.update(MiniSoC.mem_map)
mem_map.update(BaseSoC.mem_map)

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

0 comments on commit a50f2c2

Please sign in to comment.