path enum latch resolves orfs #1229
This commit is contained in:
parent
4475f89024
commit
f79f442f1d
|
|
@ -636,7 +636,8 @@ PathEnum::makeDivertedPath(Path *path,
|
|||
after_div_copy = copy;
|
||||
if (first)
|
||||
div_path = copy;
|
||||
else if (network_->isLatchData(p->pin(this)))
|
||||
else if (found_div
|
||||
&& network_->isLatchData(p->pin(this)))
|
||||
break;
|
||||
if (p == before_div) {
|
||||
// Replaced on next pass.
|
||||
|
|
|
|||
Loading…
Reference in New Issue