Merge pull request #267 from trabucayre/tangnano4k_fix_period

platforms/sipeed_tang_nano_4k: fix period computation
This commit is contained in:
enjoy-digital 2021-09-15 08:28:19 +02:00 committed by GitHub
commit 1ca77d6921
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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)