aboutsummaryrefslogtreecommitdiffstats
path: root/common/placer1.cc
diff options
context:
space:
mode:
authorEddie Hung <eddieh@ece.ubc.ca>2018-07-28 12:50:21 -0700
committerEddie Hung <eddieh@ece.ubc.ca>2018-07-28 12:50:21 -0700
commite0517caf1aeb520733edb49f13b4ef61923d41f1 (patch)
tree8854c54c3545f376f040fd10a9b15f712c42c5a4 /common/placer1.cc
parent0be236ce05c90a5853b3285e0556737f663999c3 (diff)
downloadnextpnr-e0517caf1aeb520733edb49f13b4ef61923d41f1.tar.gz
nextpnr-e0517caf1aeb520733edb49f13b4ef61923d41f1.tar.bz2
nextpnr-e0517caf1aeb520733edb49f13b4ef61923d41f1.zip
Refactor
Diffstat (limited to 'common/placer1.cc')
-rw-r--r--common/placer1.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/placer1.cc b/common/placer1.cc
index 264f1eba..99ae6765 100644
--- a/common/placer1.cc
+++ b/common/placer1.cc
@@ -275,7 +275,7 @@ class SAPlacer
}
}
}
- compute_fmax(ctx, true /* print_fmax */);
+ timing_analysis(ctx, true /* print_fmax */);
ctx->unlock();
return true;
}