aboutsummaryrefslogtreecommitdiffstats
path: root/fpga_interchange/arch.h
diff options
context:
space:
mode:
authorKeith Rothman <537074+litghost@users.noreply.github.com>2021-03-25 17:11:06 -0700
committerKeith Rothman <537074+litghost@users.noreply.github.com>2021-03-25 17:56:11 -0700
commitc8dccd3e7bec95c635ebe435c8454ffe10edd6f3 (patch)
tree3d73b20a24fab6cc57194247c2b1a31ea1fc4028 /fpga_interchange/arch.h
parentcc4f2b451613f2d7152e1d42d2e4d0d59887df1c (diff)
downloadnextpnr-c8dccd3e7bec95c635ebe435c8454ffe10edd6f3.tar.gz
nextpnr-c8dccd3e7bec95c635ebe435c8454ffe10edd6f3.tar.bz2
nextpnr-c8dccd3e7bec95c635ebe435c8454ffe10edd6f3.zip
Implement debugging tools for site router.
- Finishes implementation of SiteArch::nameOfPip and SiteArch::nameOfWire - Adds "explain_bel_status", which should be an exhaustive diagnostic of the status of a BEL placement. Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
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