Home
last modified time | relevance | path

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

/dports/cad/openroad/OpenROAD-2.0/src/sta/sdc/
H A DSdc.cc103 first_thru_pin_exceptions_(nullptr), in Sdc()
446 || (first_thru_pin_exceptions_ in isConstrained()
447 && first_thru_pin_exceptions_->hasKey(pin)) in isConstrained()
4514 first_thru_pin_exceptions_, in findMatchingExceptionsFirstThru()
4795 recordExceptionPins(exception, thru->pins(), first_thru_pin_exceptions_); in recordExceptionFirstThru()
5022 deleteExceptionMap(first_thru_pin_exceptions_); in deleteExceptions()
5214 unrecordExceptionPins(exception, thru->pins(), first_thru_pin_exceptions_); in unrecordExceptionFirstPts()
5431 if (srch_from && first_thru_pin_exceptions_) in exceptionFromStates()
5432 srch_from &= exceptionFromStates(first_thru_pin_exceptions_->findKey(pin), in exceptionFromStates()
5560 if (first_thru_pin_exceptions_) in exceptionThruStates()
[all …]
/dports/cad/openroad/OpenROAD-2.0/src/sta/include/sta/
H A DSdc.hh1343 PinExceptionsMap *first_thru_pin_exceptions_; member in sta::Sdc