Signed-off-by: James Cherry <cherry@parallaxsw.com>
This commit is contained in:
James Cherry 2026-03-07 10:58:09 -07:00
parent ad1cb85580
commit bbe31b03de
1 changed files with 2 additions and 2 deletions

View File

@ -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 {