colorlight_5a_75b: remove unnecessary parenthesis.
This commit is contained in:
parent
2f3817cba9
commit
71f220a24d
|
@ -94,7 +94,7 @@ class _CRG(Module):
|
||||||
class BaseSoC(SoCCore):
|
class BaseSoC(SoCCore):
|
||||||
def __init__(self, revision, with_ethernet=False, with_etherbone=False, sys_clk_freq=60e6, **kwargs):
|
def __init__(self, revision, with_ethernet=False, with_etherbone=False, sys_clk_freq=60e6, **kwargs):
|
||||||
platform = colorlight_5a_75b.Platform(revision=revision)
|
platform = colorlight_5a_75b.Platform(revision=revision)
|
||||||
if (with_etherbone):
|
if with_etherbone:
|
||||||
sys_clk_freq = int(125e6)
|
sys_clk_freq = int(125e6)
|
||||||
|
|
||||||
# SoCCore ----------------------------------------------------------------------------------
|
# SoCCore ----------------------------------------------------------------------------------
|
||||||
|
|
Loading…
Reference in New Issue