Home
last modified time | relevance | path

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

/dports/cad/openroad/OpenROAD-2.0/src/sta/sdc/
H A DSdc.cc4259 Pin *loop_input_pin = in_edge->from(graph_)->pin(); in makeLoopExceptions() local
4260 makeLoopException(loop_input_pin, to_pin, from_pin); in makeLoopExceptions()
4262 makeLoopException(from_pin, to_pin, loop_input_pin); in makeLoopExceptions()
4269 Sdc::makeLoopException(Pin *loop_input_pin, in makeLoopException() argument
4274 makeLoopExceptionThru(loop_input_pin, thrus); in makeLoopException()
/dports/cad/openroad/OpenROAD-2.0/src/sta/include/sta/
H A DSdc.hh1144 void makeLoopException(Pin *loop_input_pin,