aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--common/place_common.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/place_common.cc b/common/place_common.cc
index 5673c847..b7ea84f8 100644
--- a/common/place_common.cc
+++ b/common/place_common.cc
@@ -72,6 +72,7 @@ wirelen_t get_net_metric(const Context *ctx, const NetInfo *net, MetricType type
wirelength = wirelen_t((ymax - ymin) + (xmax - xmin));
}
+ tns = ctx->getDelayNS(tns);
return wirelength;
}