mirror of
https://github.com/litex-hub/litex-boards.git
synced 2025-01-03 03:43:36 -05:00
Merge pull request #174 from yetifrisstlama/vc707_clk
vc707.py: clk156 add missing constraint
This commit is contained in:
commit
52d5787ade
1 changed files with 1 additions and 0 deletions
|
@ -642,4 +642,5 @@ class Platform(XilinxPlatform):
|
|||
def do_finalize(self, fragment):
|
||||
XilinxPlatform.do_finalize(self, fragment)
|
||||
self.add_period_constraint(self.lookup_request("clk200", loose=True), 1e9/200e6)
|
||||
self.add_period_constraint(self.lookup_request("clk156", loose=True), 1e9/156e6)
|
||||
self.add_period_constraint(self.lookup_request("sgmii_clock", loose=True), 1e9/125e6)
|
||||
|
|
Loading…
Reference in a new issue