aboutsummaryrefslogtreecommitdiffstats
path: root/dummy/arch.cc
diff options
context:
space:
mode:
Diffstat (limited to 'dummy/arch.cc')
-rw-r--r--dummy/arch.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/dummy/arch.cc b/dummy/arch.cc
index afd1d638..9d29921c 100644
--- a/dummy/arch.cc
+++ b/dummy/arch.cc
@@ -190,4 +190,7 @@ IdString Arch::getPortClock(const CellInfo *cell, IdString port) const { return
bool Arch::isClockPort(const CellInfo *cell, IdString port) const { return false; }
+bool Arch::isValidBelForCell(CellInfo *cell, BelId bel) const { return true; }
+bool Arch::isBelLocationValid(BelId bel) const { return true; }
+
NEXTPNR_NAMESPACE_END