This commit is contained in:
Eddie Hung 2018-07-30 19:39:44 -07:00
parent a099aca3c2
commit 91468ae7a0

View File

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