aboutsummaryrefslogtreecommitdiffstats
path: root/machxo2/arch.cc
diff options
context:
space:
mode:
Diffstat (limited to 'machxo2/arch.cc')
-rw-r--r--machxo2/arch.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/machxo2/arch.cc b/machxo2/arch.cc
index 93eb4e60..d85921bc 100644
--- a/machxo2/arch.cc
+++ b/machxo2/arch.cc
@@ -451,7 +451,7 @@ bool Arch::route()
// ---------------------------------------------------------------
-bool Arch::isBelLocationValid(BelId bel) const
+bool Arch::isBelLocationValid(BelId bel, bool explain_invalid) const
{
// FIXME: Same deal as isValidBelForCell.
return true;