aboutsummaryrefslogtreecommitdiffstats
path: root/dummy/arch_place.cc
diff options
context:
space:
mode:
Diffstat (limited to 'dummy/arch_place.cc')
-rw-r--r--dummy/arch_place.cc5
1 files changed, 5 insertions, 0 deletions
diff --git a/dummy/arch_place.cc b/dummy/arch_place.cc
index 15f813ae..07ff53ae 100644
--- a/dummy/arch_place.cc
+++ b/dummy/arch_place.cc
@@ -26,4 +26,9 @@ bool isValidBelForCell(Design *design, CellInfo *cell, BelId bel)
return true;
}
+bool isBelLocationValid(Design *design, BelId bel)
+{
+ return true;
+}
+
NEXTPNR_NAMESPACE_END