diff --git a/litex/build/xilinx/symbiflow.py b/litex/build/xilinx/symbiflow.py index 118afb418..75d7c9d48 100644 --- a/litex/build/xilinx/symbiflow.py +++ b/litex/build/xilinx/symbiflow.py @@ -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