mirror of
https://github.com/YosysHQ/nextpnr.git
synced 2026-01-31 05:52:32 +00:00
Fix tns
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user