Skip to content

Commit

Permalink
Merge branch 'parallaxsw:master' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
akashlevy authored Dec 9, 2024
2 parents ed53dbd + a976bba commit 9ab67aa
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions search/Search.cc
Original file line number Diff line number Diff line change
Expand Up @@ -2162,10 +2162,8 @@ PathVisitor::visitFromPath(const Pin *from_pin,
// passed thru reg/latch D->Q edges.
&& from_tag->isClock())) {
const RiseFall *clk_rf = clk_edge ? clk_edge->transition() : nullptr;
ClkInfo *to_clk_info = from_clk_info;
if (network_->direction(to_pin)->isInternal())
to_clk_info = search_->clkInfoWithCrprClkPath(from_clk_info,
from_path, path_ap);
ClkInfo *to_clk_info = search_->clkInfoWithCrprClkPath(from_clk_info,
from_path, path_ap);
to_tag = search_->fromRegClkTag(from_pin, from_rf, clk, clk_rf,
to_clk_info, to_pin, to_rf, min_max,
path_ap);
Expand Down

0 comments on commit 9ab67aa

Please sign in to comment.