diff options
-rw-r--r-- | common/placer1.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/placer1.cc b/common/placer1.cc index 9b4b066e..9ebf3ee6 100644 --- a/common/placer1.cc +++ b/common/placer1.cc @@ -361,7 +361,7 @@ class SAPlacer } // Invoke timing analysis to obtain criticalities - if (!cfg.budgetBased) + if (!cfg.budgetBased && ctx->timing_driven) get_criticalities(ctx, &net_crit); // Need to rebuild costs after criticalities change setup_costs(); |