terasic_de2_115: Cosmetic cleanup.
This commit is contained in:
parent
d8228c2c0f
commit
c7ad9adacb
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue