Skip to content
Snippets Groups Projects
Unverified Commit 1ca77d69 authored by enjoy-digital's avatar enjoy-digital Committed by GitHub
Browse files

Merge pull request #267 from trabucayre/tangnano4k_fix_period

platforms/sipeed_tang_nano_4k: fix period computation
parents 68fb163a fed36afa
No related branches found
No related tags found
No related merge requests found
...@@ -91,4 +91,4 @@ class Platform(GowinPlatform): ...@@ -91,4 +91,4 @@ class Platform(GowinPlatform):
def do_finalize(self, fragment): def do_finalize(self, fragment):
GowinPlatform.do_finalize(self, fragment) GowinPlatform.do_finalize(self, fragment)
self.add_period_constraint(self.lookup_request("clk27", loose=True), 1e9/100e6) self.add_period_constraint(self.lookup_request("clk27", loose=True), 1e9/27e6)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment