targets/kcu105: update

This commit is contained in:
Florent Kermarrec 2020-01-15 13:17:59 +01:00
parent 68e225fb45
commit 7a4ecfa59d
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ class _CRG(Module):
# BaseSoC ------------------------------------------------------------------------------------------
class BaseSoC(SoCSDRAM):
def __init__(self, sys_clk_freq=int(125e6), integrated_rom_size=0x8000, **kwargs):
def __init__(self, sys_clk_freq=int(125e6), **kwargs):
platform = kcu105.Platform()
# SoCSDRAM ---------------------------------------------------------------------------------