Skip to content

Commit

Permalink
sayma_amc: increase integrated ROM size, use default SRAM size
Browse files Browse the repository at this point in the history
sbourdeauducq committed Aug 17, 2017
1 parent 9106659 commit cd9c4d3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions misoc/targets/sayma_amc.py
Original file line number Diff line number Diff line change
@@ -74,8 +74,7 @@ class BaseSoC(SoCSDRAM):
def __init__(self, sdram="ddram_64", sdram_controller_type="minicon", **kwargs):
platform = sayma_amc.Platform()
SoCSDRAM.__init__(self, platform, clk_freq=125*1000000,
integrated_rom_size=0x8000,
integrated_sram_size=0x8000,
integrated_rom_size=0x10000,
**kwargs)
self.csr_devices += ["ddrphy"]

0 comments on commit cd9c4d3

Please sign in to comment.