projects
/
litex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e07b7f6
)
mibuild/platform/versa: fix clock_constraints
author
Florent Kermarrec
<florent@enjoy-digital.fr>
Tue, 17 Mar 2015 14:25:10 +0000
(15:25 +0100)
committer
Florent Kermarrec
<florent@enjoy-digital.fr>
Tue, 17 Mar 2015 14:25:10 +0000
(15:25 +0100)
mibuild/platforms/versa.py
patch
|
blob
|
history
diff --git
a/mibuild/platforms/versa.py
b/mibuild/platforms/versa.py
index acdd9cfd06893e61927e1dab207971e8373a6ec4..b753ac7fb1698bfa5aa3c078fc3e17289931fbcf 100644
(file)
--- a/
mibuild/platforms/versa.py
+++ b/
mibuild/platforms/versa.py
@@
-79,6
+79,9
@@
class Platform(LatticePlatform):
def __init__(self):
LatticePlatform.__init__(self, "LFE3-35EA-6FN484C", _io)
+
+ def do_finalize(self, fragment):
+ LatticePlatform.do_finalize(self, fragment)
try:
self.add_period_constraint(self.lookup_request("eth_clocks", 0).rx, 8.0)
except ConstraintError: