aboutsummaryrefslogtreecommitdiffstats
path: root/ice40/arch_place.h
diff options
context:
space:
mode:
Diffstat (limited to 'ice40/arch_place.h')
-rw-r--r--ice40/arch_place.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ice40/arch_place.h b/ice40/arch_place.h
index a505f4db..1db29a54 100644
--- a/ice40/arch_place.h
+++ b/ice40/arch_place.h
@@ -30,6 +30,9 @@ NEXTPNR_NAMESPACE_BEGIN
// such as conflicting set/reset signals, etc
bool isValidBelForCell(Design *design, CellInfo *cell, BelId bel);
+// Return true whether all Bels at a given location are valid
+bool isBelLocationValid(Design *design, BelId bel);
+
NEXTPNR_NAMESPACE_END
#endif