mibuild/platform/versa: fix clock_constraints
This commit is contained in:
parent
e07b7f632c
commit
500e58ce7d
|
@ -79,6 +79,9 @@ class Platform(LatticePlatform):
|
||||||
|
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
LatticePlatform.__init__(self, "LFE3-35EA-6FN484C", _io)
|
LatticePlatform.__init__(self, "LFE3-35EA-6FN484C", _io)
|
||||||
|
|
||||||
|
def do_finalize(self, fragment):
|
||||||
|
LatticePlatform.do_finalize(self, fragment)
|
||||||
try:
|
try:
|
||||||
self.add_period_constraint(self.lookup_request("eth_clocks", 0).rx, 8.0)
|
self.add_period_constraint(self.lookup_request("eth_clocks", 0).rx, 8.0)
|
||||||
except ConstraintError:
|
except ConstraintError:
|
||||||
|
|
Loading…
Reference in New Issue