mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
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
1 changed files with 3 additions and 0 deletions
|
@ -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 a new issue