Home
last modified time | relevance | path

Searched defs:getBelPinType (Results 1 – 3 of 3) sorted by relevance

/dports/devel/nextpnr/nextpnr-48cd407/ice40/
H A Darch.cc243 PortType Arch::getBelPinType(BelId bel, IdString pin) const in getBelPinType() function in Arch
/dports/devel/nextpnr/nextpnr-48cd407/ecp5/
H A Darch.cc256 PortType Arch::getBelPinType(BelId bel, IdString pin) const in getBelPinType() function in Arch
/dports/devel/nextpnr/nextpnr-48cd407/generic/
H A Darch.cc342 PortType Arch::getBelPinType(BelId bel, IdString pin) const { return bels.at(bel).pins.at(pin).type… in getBelPinType() function in Arch