Home
last modified time | relevance | path

Searched defs:getBelType (Results 1 – 2 of 2) sorted by relevance

/dports/devel/nextpnr/nextpnr-48cd407/ice40/
H A Darch.h514 IdString getBelType(BelId bel) const in getBelType() function
/dports/devel/nextpnr/nextpnr-48cd407/generic/
H A Darch.cc330 IdString Arch::getBelType(BelId bel) const { return bels.at(bel).type; } in getBelType() function in Arch