aboutsummaryrefslogtreecommitdiffstats
path: root/generic/viaduct/okami/okami.cc
diff options
context:
space:
mode:
Diffstat (limited to 'generic/viaduct/okami/okami.cc')
-rw-r--r--generic/viaduct/okami/okami.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/viaduct/okami/okami.cc b/generic/viaduct/okami/okami.cc
index 8142756f..4ff97cb3 100644
--- a/generic/viaduct/okami/okami.cc
+++ b/generic/viaduct/okami/okami.cc
@@ -64,7 +64,7 @@ struct OkamiImpl : ViaductAPI
void prePlace() override { assign_cell_info(); }
- bool isBelLocationValid(BelId bel) const override
+ bool isBelLocationValid(BelId bel, bool explain_invalid) const override
{
Loc l = ctx->getBelLocation(bel);
if (is_io(l.x, l.y)) {