This commit is contained in:
Eddie Hung 2018-07-30 19:39:44 -07:00
parent 0daffec2a0
commit e4b044da52

View File

@ -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;
}