Merge pull request #267 from trabucayre/tangnano4k_fix_period
platforms/sipeed_tang_nano_4k: fix period computation
This commit is contained in:
commit
1ca77d6921
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue