Home
last modified time | relevance | path

Searched refs:DisabledInstPortsLess (Results 1 – 1 of 1) sorted by relevance

/dports/cad/openroad/OpenROAD-2.0/src/sta/sdc/
H A DDisabledPorts.cc200 class DisabledInstPortsLess class
203 explicit DisabledInstPortsLess(Network *network);
211 DisabledInstPortsLess::DisabledInstPortsLess(Network *network) : in DisabledInstPortsLess() function in sta::DisabledInstPortsLess
217 DisabledInstPortsLess::operator()(const DisabledInstancePorts *disable1, in operator ()()
232 sort(disables, DisabledInstPortsLess(network)); in sortDisabledInstancePortsMap()