Merge pull request #708 from antmicro/false_path_constraints

symbiflow: restore add_false_path_constraint
This commit is contained in:
enjoy-digital 2020-11-24 18:37:00 +01:00 committed by GitHub
commit 6fe2bcd1f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -242,6 +242,9 @@ class SymbiflowToolchain:
.format(self.clocks[clk], period))
self.clocks[clk] = period
def add_false_path_constraint(self, platform, from_, to):
# FIXME: false path constraints are currently not supported by the symbiflow toolchain
return
def symbiflow_build_args(parser):
pass