mirror of
https://github.com/enjoy-digital/usb3_pipe.git
synced 2025-01-04 10:18:41 +08:00
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:
parent
b553eb3185
commit
7bdd251c02
@ -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 --------------------------------------------------------------------------------------
|
||||
|
Loading…
x
Reference in New Issue
Block a user