Commit 71f220a2 authored by Florent Kermarrec's avatar Florent Kermarrec

colorlight_5a_75b: remove unnecessary parenthesis.

parent 2f3817cb
......@@ -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 ----------------------------------------------------------------------------------
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment