build/gowin/platform: adding mock add_false_path_constraint method

Signed-off-by: Gwenhael Goavec-Merou <gwenhael@enjoy-digital.fr>
This commit is contained in:
Gwenhael Goavec-Merou 2024-01-10 06:51:18 +01:00
parent 91fbc79ac2
commit 31d3325219
1 changed files with 3 additions and 0 deletions

View File

@ -43,3 +43,6 @@ class GowinPlatform(GenericPlatform):
def build(self, *args, **kwargs):
return self.toolchain.build(self, *args, **kwargs)
def add_false_path_constraint(self, from_, to):
pass