Merge pull request #178 from yetifrisstlama/vc707_clk
fix vc707 default_clk_period
This commit is contained in:
commit
5b28c619d5
|
@ -629,7 +629,7 @@ _connectors = [
|
||||||
|
|
||||||
class Platform(XilinxPlatform):
|
class Platform(XilinxPlatform):
|
||||||
default_clk_name = "clk156"
|
default_clk_name = "clk156"
|
||||||
default_clk_period = 1e9/156.5e6
|
default_clk_period = 1e9/156.25e6
|
||||||
|
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
XilinxPlatform.__init__(self, "xc7vx485tffg1761-2", _io, _connectors, toolchain="vivado")
|
XilinxPlatform.__init__(self, "xc7vx485tffg1761-2", _io, _connectors, toolchain="vivado")
|
||||||
|
|
Loading…
Reference in New Issue