From f79f442f1d63d24b7929bac77fccd31a9b5c2c5c Mon Sep 17 00:00:00 2001 From: James Cherry Date: Mon, 24 Nov 2025 14:15:53 -0700 Subject: [PATCH] path enum latch resolves orfs #1229 --- search/PathEnum.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/search/PathEnum.cc b/search/PathEnum.cc index e3d6ac85..9650aff0 100644 --- a/search/PathEnum.cc +++ b/search/PathEnum.cc @@ -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.