From e4b044da52ce7d8fed2e461bec09c86cb293566d Mon Sep 17 00:00:00 2001 From: Eddie Hung Date: Mon, 30 Jul 2018 19:39:44 -0700 Subject: Fix tns --- common/place_common.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'common') 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; } -- cgit v1.2.3