Home
last modified time | relevance | path

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

/dports/cad/openroad/OpenROAD-2.0/src/sta/sdc/
H A DSdc.cc100 first_from_pin_exceptions_(nullptr), in Sdc()
444 || (first_from_pin_exceptions_ in isConstrained()
445 && first_from_pin_exceptions_->hasKey(pin)) in isConstrained()
4050 if (first_from_pin_exceptions_) { in pathDelayFrom()
4495 if (first_from_pin_exceptions_) in findMatchingExceptionsFirstFrom()
4497 first_from_pin_exceptions_, in findMatchingExceptionsFirstFrom()
5016 deleteExceptionMap(first_from_pin_exceptions_); in deleteExceptions()
5427 if (srch_from && first_from_pin_exceptions_) in exceptionFromStates()
5513 if (first_from_pin_exceptions_) in exceptionFromClkStates()
5533 if (first_from_pin_exceptions_) { in filterRegQStates()
[all …]
/dports/cad/openroad/OpenROAD-2.0/src/sta/include/sta/
H A DSdc.hh1340 PinExceptionsMap *first_from_pin_exceptions_; member in sta::Sdc