diff options
Diffstat (limited to 'common')
-rw-r--r-- | common/nextpnr.h | 1 |
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; |