aboutsummaryrefslogtreecommitdiffstats
path: root/fpga_interchange/arch.h
diff options
context:
space:
mode:
Diffstat (limited to 'fpga_interchange/arch.h')
-rw-r--r--fpga_interchange/arch.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fpga_interchange/arch.h b/fpga_interchange/arch.h
index 7e373a56..a44c7c21 100644
--- a/fpga_interchange/arch.h
+++ b/fpga_interchange/arch.h
@@ -851,7 +851,7 @@ struct Arch : ArchAPI<ArchRanges>
}
// Return true whether all Bels at a given location are valid
- bool isBelLocationValid(BelId bel) const final
+ bool isBelLocationValid(BelId bel, bool explain_invalid = false) const final
{
auto iter = tileStatus.find(bel.tile);
if (iter == tileStatus.end()) {