targets/kcu105: update
authorFlorent Kermarrec <florent@enjoy-digital.fr>
Wed, 15 Jan 2020 12:17:59 +0000 (13:17 +0100)
committerFlorent Kermarrec <florent@enjoy-digital.fr>
Wed, 15 Jan 2020 12:17:59 +0000 (13:17 +0100)
litex/boards/targets/kcu105.py

index ff78579cf147d9b9b1cf3bf7cd3e646ba23297cd..9fc23c9854cd32b0c4dc940d45aea49879f6b0fd 100755 (executable)
@@ -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 ---------------------------------------------------------------------------------