Home
last modified time | relevance | path

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

/dports/devel/nextpnr/nextpnr-48cd407/ice40/
H A Darch.h776 PipRange getPipsUphill(WireId wire) const in getPipsUphill() function
/dports/devel/nextpnr/nextpnr-48cd407/generic/
H A Darch.cc468 const std::vector<PipId> &Arch::getPipsUphill(WireId wire) const { return wires.at(wire).uphill; } in getPipsUphill() function in Arch