versa_ecp5: reduce sys_clk_freq to 125MHz (synchronous with the 250MHz tx clk since generated from the same clk source)

This commit is contained in:
Florent Kermarrec 2019-12-09 18:04:30 +01:00
parent b553eb3185
commit 7bdd251c02

View File

@ -88,7 +88,7 @@ class _CRG(Module):
class USB3SoC(SoCMini):
def __init__(self, platform, connector="pcie", with_etherbone=False, with_analyzer=False):
sys_clk_freq = int(150e6)
sys_clk_freq = int(125e6)
SoCMini.__init__(self, platform, sys_clk_freq, ident="USB3SoC", ident_version=True)
# CRG --------------------------------------------------------------------------------------