terasic_de2_115: Cosmetic cleanup.

This commit is contained in:
Florent Kermarrec 2023-11-06 19:21:53 +01:00
parent d8228c2c0f
commit c7ad9adacb
2 changed files with 59 additions and 61 deletions

View File

@ -51,9 +51,7 @@ class _CRG(LiteXModule):
# BaseSoC ------------------------------------------------------------------------------------------ # BaseSoC ------------------------------------------------------------------------------------------
class BaseSoC(SoCCore): class BaseSoC(SoCCore):
def __init__( def __init__(self, sys_clk_freq=50e6,
self,
sys_clk_freq=50e6,
with_ethernet = False, with_ethernet = False,
with_etherbone = False, with_etherbone = False,
with_sdcard = False, with_sdcard = False,