We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4475f89 commit f79f442Copy full SHA for f79f442
search/PathEnum.cc
@@ -636,7 +636,8 @@ PathEnum::makeDivertedPath(Path *path,
636
after_div_copy = copy;
637
if (first)
638
div_path = copy;
639
- else if (network_->isLatchData(p->pin(this)))
+ else if (found_div
640
+ && network_->isLatchData(p->pin(this)))
641
break;
642
if (p == before_div) {
643
// Replaced on next pass.
0 commit comments