efinix_xyloni_dev_kit: fix build error

This commit is contained in:
Richard Tucker 2023-04-14 22:31:21 +10:00
parent b8cb2eaa47
commit 2ed66317c7
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ class _CRG(LiteXModule):
# BaseSoC ------------------------------------------------------------------------------------------
class BaseSoC(SoCCore):
def __init__(self, bios_flash_offset, sys_clk_freq=33.333e6,, with_led_chaser=True, **kwargs):
def __init__(self, bios_flash_offset, sys_clk_freq=33.333e6, with_led_chaser=True, **kwargs):
platform = efinix_xyloni_dev_kit.Platform()
# CRG --------------------------------------------------------------------------------------