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, 2 insertions, 0 deletions
diff --git a/fpga_interchange/arch.h b/fpga_interchange/arch.h
index f6a8f0eb..642060cc 100644
--- a/fpga_interchange/arch.h
+++ b/fpga_interchange/arch.h
@@ -1087,6 +1087,8 @@ struct Arch : ArchAPI<ArchRanges>
// This unmasks any BEL pins that were masked when site routing was bound.
void unmask_bel_pins();
+
+ void explain_bel_status(BelId bel) const;
};
NEXTPNR_NAMESPACE_END