colorlight_5a_75b: remove unnecessary parenthesis.

This commit is contained in:
Florent Kermarrec 2020-05-27 10:13:44 +02:00
parent 2f3817cba9
commit 71f220a24d
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ class _CRG(Module):
class BaseSoC(SoCCore):
def __init__(self, revision, with_ethernet=False, with_etherbone=False, sys_clk_freq=60e6, **kwargs):
platform = colorlight_5a_75b.Platform(revision=revision)
if (with_etherbone):
if with_etherbone:
sys_clk_freq = int(125e6)
# SoCCore ----------------------------------------------------------------------------------