Skip to content

Commit

Permalink
Merge pull request timvideos#397 from skiphansen/master
Browse files Browse the repository at this point in the history
Add emulator_ram to fix CPU_VARIANT=linux build for pano_logic_g2.
  • Loading branch information
mateusz-holenko authored Apr 14, 2020
2 parents 0334f2f + 9000652 commit f122e88
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions targets/pano_logic_g2/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
class BaseSoC(SoCSDRAM):
mem_map = {**SoCSDRAM.mem_map, **{
'spiflash': 0x20000000,
'emulator_ram': 0x50000000,
}}

def __init__(self, platform, **kwargs):
Expand Down

0 comments on commit f122e88

Please sign in to comment.