Ejemplo n.º 1
0
 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:
         pass
     try:
         self.add_period_constraint(self.lookup_request("eth_clocks", 1).rx, 8.0)
     except ConstraintError:
         pass
 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:
         pass
     try:
         self.add_period_constraint(
             self.lookup_request("eth_clocks", 1).rx, 8.0)
     except ConstraintError:
         pass