Skip to content

Commit

Permalink
platforms: over-constraint usb clock (seems to fix on jpeg encoder ou…
Browse files Browse the repository at this point in the history
…tputing anything)
  • Loading branch information
enjoy-digital committed Feb 2, 2016
1 parent c325f47 commit 5544303
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion platforms/atlys.py
Expand Up @@ -620,7 +620,7 @@ def do_finalize(self, fragment):
pass

try:
self.add_period_constraint(self.lookup_request("fx2").ifclk, 20.8)
self.add_period_constraint(self.lookup_request("fx2").ifclk, 10)
except ConstraintError:
pass

Expand Down
2 changes: 1 addition & 1 deletion platforms/opsis.py
Expand Up @@ -404,7 +404,7 @@ def do_finalize(self, fragment):
pass

try:
self.add_period_constraint(self.lookup_request("fx2").ifclk, 20.8)
self.add_period_constraint(self.lookup_request("fx2").ifclk, 10)
except ConstraintError:
pass

Expand Down

0 comments on commit 5544303

Please sign in to comment.