Skip to content

Commit f79f442

Browse files
committed
path enum latch resolves orfs #1229
1 parent 4475f89 commit f79f442

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

search/PathEnum.cc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -636,7 +636,8 @@ PathEnum::makeDivertedPath(Path *path,
636636
after_div_copy = copy;
637637
if (first)
638638
div_path = copy;
639-
else if (network_->isLatchData(p->pin(this)))
639+
else if (found_div
640+
&& network_->isLatchData(p->pin(this)))
640641
break;
641642
if (p == before_div) {
642643
// Replaced on next pass.

0 commit comments

Comments
 (0)