targets/colorlight_5a_75x: avoid sys_clk_freq of 125MHz with etherbone (no longer required).
This allows creating SoCs with CPU, SDRAM and Etherbone enabled all together.
This commit is contained in:
parent
bfbee484c7
commit
2cef54a909
|
@ -103,9 +103,6 @@ class BaseSoC(SoCCore):
|
|||
elif board == "5a-75e":
|
||||
platform = colorlight_5a_75e.Platform(revision=revision)
|
||||
|
||||
if with_etherbone:
|
||||
sys_clk_freq = int(125e6)
|
||||
|
||||
# SoCCore ----------------------------------------------------------------------------------
|
||||
SoCCore.__init__(self, platform, sys_clk_freq,
|
||||
ident = "LiteX SoC on Colorlight " + board.upper(),
|
||||
|
|
Loading…
Reference in New Issue