platforms/sipeed_tang_nano_4k: fix period computation

This commit is contained in:
Gwenhael Goavec-Merou 2021-09-15 06:46:29 +02:00
parent 68fb163a27
commit fed36afaba
1 changed files with 1 additions and 1 deletions

View File

@ -91,4 +91,4 @@ class Platform(GowinPlatform):
def 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)