From bbe31b03de992abe45ea3d75517c130a6553cc6c Mon Sep 17 00:00:00 2001 From: James Cherry Date: Sat, 7 Mar 2026 10:58:09 -0700 Subject: [PATCH] comment Signed-off-by: James Cherry --- search/Sta.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/search/Sta.cc b/search/Sta.cc index 527e8ee1..0cf5b206 100644 --- a/search/Sta.cc +++ b/search/Sta.cc @@ -2214,8 +2214,8 @@ Sta::checkTiming(const Mode *mode, bool generated_clks) { if (unconstrained_endpoints) { - // Only arrivals to find unconstrained_endpoints. - searchPreamble(); + // Only need non-clock arrivals to find unconstrained_endpoints. + searchPreamble(); search_->findAllArrivals(); } else {