mirror of
https://github.com/saymrwulf/litex-boards.git
synced 2026-07-18 18:50:20 +00:00
digilent_arty_z7: Fix add_period_constraint.
This commit is contained in:
parent
1320f3bd23
commit
e16e5e0591
1 changed files with 1 additions and 1 deletions
|
|
@ -241,4 +241,4 @@ class Platform(XilinxPlatform):
|
|||
|
||||
def do_finalize(self, fragment):
|
||||
XilinxPlatform.do_finalize(self, fragment)
|
||||
self.add_period_constraint(self.lookup_request("clk125", loose=True), 1e6/125e6)
|
||||
self.add_period_constraint(self.lookup_request("clk125", loose=True), 1e9/125e6)
|
||||
|
|
|
|||
Loading…
Reference in a new issue