diff options
-rw-r--r-- | common/place_common.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/place_common.cc b/common/place_common.cc index 2ec8d571..d9d40714 100644 --- a/common/place_common.cc +++ b/common/place_common.cc @@ -70,6 +70,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; } |