mirror of
https://github.com/litex-hub/litex-boards.git
synced 2025-01-03 03:43:36 -05:00
vc707: fix default clock frequency
This commit is contained in:
parent
7442c2dada
commit
c32e790421
1 changed files with 1 additions and 1 deletions
|
@ -629,7 +629,7 @@ _connectors = [
|
|||
|
||||
class Platform(XilinxPlatform):
|
||||
default_clk_name = "clk156"
|
||||
default_clk_period = 1e9/156.5e6
|
||||
default_clk_period = 1e9/156.25e6
|
||||
|
||||
def __init__(self):
|
||||
XilinxPlatform.__init__(self, "xc7vx485tffg1761-2", _io, _connectors, toolchain="vivado")
|
||||
|
|
Loading…
Reference in a new issue