aboutsummaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorD. Shah <dave@ds0.me>2021-02-05 11:36:19 +0000
committerD. Shah <dave@ds0.me>2021-02-05 19:19:17 +0000
commit59c3db46cabf9914b01451ac724ba3da33fe6f42 (patch)
treea3089b81422e6c162b0bdd1fdf7673db494e7dd4 /common
parenta8a27299ae46143c9fadb1d9153a964492525f4a (diff)
downloadnextpnr-59c3db46cabf9914b01451ac724ba3da33fe6f42.tar.gz
nextpnr-59c3db46cabf9914b01451ac724ba3da33fe6f42.tar.bz2
nextpnr-59c3db46cabf9914b01451ac724ba3da33fe6f42.zip
ice40: Switch to BaseArch
Signed-off-by: D. Shah <dave@ds0.me>
Diffstat (limited to 'common')
-rw-r--r--common/nextpnr.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/nextpnr.h b/common/nextpnr.h
index 7de5233b..78ac2e71 100644
--- a/common/nextpnr.h
+++ b/common/nextpnr.h
@@ -1093,6 +1093,7 @@ template <typename R> struct ArchAPI : BaseCtx
virtual typename R::BelAttrsRange getBelAttrs(BelId bel) const = 0;
virtual WireId getBelPinWire(BelId bel, IdString pin) const = 0;
virtual PortType getBelPinType(BelId bel, IdString pin) const = 0;
+ virtual typename R::BelPinsRange getBelPins(BelId bel) const = 0;
// Wire methods
virtual typename R::AllWiresRange getWires() const = 0;
virtual WireId getWireByName(IdStringList name) const = 0;