aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEddie Hung <eddieh@ece.ubc.ca>2018-07-31 18:27:33 -0700
committerEddie Hung <eddieh@ece.ubc.ca>2018-07-31 18:27:33 -0700
commit44671f8927887d7edd592f3df291579f5802842d (patch)
tree54bf357a8816281dcbc963f89c98963da3d6e452
parent5d58d6ad1b473ed7e3eb59a393a685b7ef219621 (diff)
downloadnextpnr-44671f8927887d7edd592f3df291579f5802842d.tar.gz
nextpnr-44671f8927887d7edd592f3df291579f5802842d.tar.bz2
nextpnr-44671f8927887d7edd592f3df291579f5802842d.zip
Remove space
-rw-r--r--common/place_common.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/common/place_common.cc b/common/place_common.cc
index 9bc24303..b8886e1b 100644
--- a/common/place_common.cc
+++ b/common/place_common.cc
@@ -39,7 +39,6 @@ wirelen_t get_net_metric(const Context *ctx, const NetInfo *net, MetricType type
driver_loc = ctx->getBelLocation(driver_cell->bel);
if (driver_gb)
return 0;
-
delay_t negative_slack = 0;
delay_t worst_slack = std::numeric_limits<delay_t>::max();
int xmin = driver_loc.x, xmax = driver_loc.x, ymin = driver_loc.y, ymax = driver_loc.y;