Commit 2cef54a9 authored by Florent Kermarrec's avatar Florent Kermarrec

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.
parent bfbee484
...@@ -103,9 +103,6 @@ class BaseSoC(SoCCore): ...@@ -103,9 +103,6 @@ class BaseSoC(SoCCore):
elif board == "5a-75e": elif board == "5a-75e":
platform = colorlight_5a_75e.Platform(revision=revision) platform = colorlight_5a_75e.Platform(revision=revision)
if with_etherbone:
sys_clk_freq = int(125e6)
# SoCCore ---------------------------------------------------------------------------------- # SoCCore ----------------------------------------------------------------------------------
SoCCore.__init__(self, platform, sys_clk_freq, SoCCore.__init__(self, platform, sys_clk_freq,
ident = "LiteX SoC on Colorlight " + board.upper(), ident = "LiteX SoC on Colorlight " + board.upper(),
......
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