diff options
Diffstat (limited to 'machxo2/arch.h')
-rw-r--r-- | machxo2/arch.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/machxo2/arch.h b/machxo2/arch.h index bcac5390..d620be4e 100644 --- a/machxo2/arch.h +++ b/machxo2/arch.h @@ -606,6 +606,9 @@ struct Arch : BaseCtx PortType getBelPinType(BelId bel, IdString pin) const; std::vector<IdString> getBelPins(BelId bel) const; + // Package + BelId getPackagePinBel(const std::string &pin) const; + // Wires WireId getWireByName(IdString name) const; IdString getWireName(WireId wire) const; |