comment
Signed-off-by: James Cherry <cherry@parallaxsw.com>
This commit is contained in:
parent
d25c166d57
commit
296e293adc
|
|
@ -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)) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue