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:
parent
91fbc79ac2
commit
31d3325219
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue