From 603b60da8dcadf23eec8609ffc128f8f191c1122 Mon Sep 17 00:00:00 2001 From: gatecat Date: Wed, 7 Dec 2022 10:27:58 +0100 Subject: api: add explain_invalid option to isBelLocationValid Signed-off-by: gatecat --- machxo2/arch.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'machxo2/arch.h') diff --git a/machxo2/arch.h b/machxo2/arch.h index ddcb9264..489a44ab 100644 --- a/machxo2/arch.h +++ b/machxo2/arch.h @@ -643,7 +643,7 @@ struct Arch : BaseArch bool route() override; // Placer - bool isBelLocationValid(BelId bel) const override; + bool isBelLocationValid(BelId bel, bool explain_invalid = false) const override; static const std::string defaultPlacer; static const std::vector availablePlacers; -- cgit v1.2.3