Home
last modified time | relevance | path

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

/dports/cad/openroad/OpenROAD-2.0/src/sta/search/
H A DVisitPathEnds.cc289 && !sdc_->recoveryRemovalChecksEnabled()); in checkEdgeEnabled()
H A DSta.cc2294 Sta::recoveryRemovalChecksEnabled() const in recoveryRemovalChecksEnabled() function in sta::Sta
2296 return sdc_->recoveryRemovalChecksEnabled(); in recoveryRemovalChecksEnabled()
2302 if (sdc_->recoveryRemovalChecksEnabled() != enabled) { in setRecoveryRemovalChecksEnabled()
H A DSearch.cc462 if (!sdc_->recoveryRemovalChecksEnabled()) in findPathEnds()
/dports/cad/openroad/OpenROAD-2.0/src/sta/include/sta/
H A DSta.hh799 bool recoveryRemovalChecksEnabled() const;
H A DSdc.hh788 bool recoveryRemovalChecksEnabled() const;
/dports/cad/openroad/OpenROAD-2.0/src/sta/sdc/
H A DSdc.cc5884 Sdc::recoveryRemovalChecksEnabled() const in recoveryRemovalChecksEnabled() function in sta::Sdc
/dports/cad/openroad/OpenROAD-2.0/src/sta/tcl/
H A DStaTcl.i4238 return Sta::sta()->recoveryRemovalChecksEnabled(); in recovery_removal_checks_enabled()