Signed-off-by: James Cherry <cherry@parallaxsw.com>
This commit is contained in:
James Cherry 2025-02-23 16:17:04 -07:00
parent d25c166d57
commit 296e293adc
1 changed files with 1 additions and 1 deletions

View File

@ -3210,7 +3210,7 @@ Sta::findRequired(Vertex *vertex)
if (sdc_->crprEnabled() if (sdc_->crprEnabled()
&& search_->crprPathPruningEnabled() && search_->crprPathPruningEnabled()
&& !search_->crprApproxMissingRequireds() && !search_->crprApproxMissingRequireds()
// Clocks invariably have requireds that are pruned but isn't // Clocks invariably have requireds that are pruned but it isn't
// worth finding arrivals and requireds all over again for // worth finding arrivals and requireds all over again for
// the entire fanout of the clock. // the entire fanout of the clock.
&& !search_->isClock(vertex)) { && !search_->isClock(vertex)) {