From 59c3db46cabf9914b01451ac724ba3da33fe6f42 Mon Sep 17 00:00:00 2001 From: "D. Shah" Date: Fri, 5 Feb 2021 11:36:19 +0000 Subject: ice40: Switch to BaseArch Signed-off-by: D. Shah --- common/nextpnr.h | 1 + 1 file changed, 1 insertion(+) (limited to 'common') 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 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; -- cgit v1.2.3