mirror of
https://github.com/enjoy-digital/usb3_pipe.git
synced 2025-01-04 10:18:41 +08:00
pcie_screamer/versa_ecp5: increase sys_clk_freq to 150MHz
This commit is contained in:
parent
f21faf75de
commit
a1771ad196
@ -86,7 +86,7 @@ class _CRG(Module):
|
||||
class USB3SoC(SoCMini):
|
||||
def __init__(self, platform, with_analyzer=False):
|
||||
|
||||
sys_clk_freq = int(133e6)
|
||||
sys_clk_freq = int(150e6)
|
||||
SoCMini.__init__(self, platform, sys_clk_freq, ident="USB3SoC", ident_version=True)
|
||||
|
||||
# CRG --------------------------------------------------------------------------------------
|
||||
|
@ -76,7 +76,7 @@ class _CRG(Module):
|
||||
class USB3SoC(SoCMini):
|
||||
def __init__(self, platform, connector="pcie", with_etherbone=True, with_analyzer=True):
|
||||
|
||||
sys_clk_freq = int(133e6)
|
||||
sys_clk_freq = int(150e6)
|
||||
SoCMini.__init__(self, platform, sys_clk_freq, ident="USB3SoC", ident_version=True)
|
||||
|
||||
# CRG --------------------------------------------------------------------------------------
|
||||
|
Loading…
x
Reference in New Issue
Block a user