aboutsummaryrefslogtreecommitdiffstats
path: root/common/kernel/base_arch.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/kernel/base_arch.h')
-rw-r--r--common/kernel/base_arch.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/kernel/base_arch.h b/common/kernel/base_arch.h
index 53e28652..609d9378 100644
--- a/common/kernel/base_arch.h
+++ b/common/kernel/base_arch.h
@@ -357,7 +357,7 @@ template <typename R> struct BaseArch : ArchAPI<R>
{
return getBelBucketByName(cell_type);
};
- virtual bool isBelLocationValid(BelId bel) const override { return true; }
+ virtual bool isBelLocationValid(BelId bel, bool explain_invalid = false) const override { return true; }
virtual typename R::CellTypeRangeT getCellTypes() const override
{
NPNR_ASSERT(cell_types_initialised);