aboutsummaryrefslogtreecommitdiffstats
path: root/common/router1.cc
diff options
context:
space:
mode:
authorDavid Shah <dave@ds0.me>2020-01-02 14:06:57 +0000
committerDavid Shah <dave@ds0.me>2020-02-03 11:38:31 +0000
commit72367e6cfd3f36768288d6a5b03e670351ea8f8c (patch)
tree21c12cb72bbc0bed056f30d8e7b81aed2c1ff78f /common/router1.cc
parent900fe98f0da27fa4902dfc9494d575010889ef91 (diff)
downloadnextpnr-72367e6cfd3f36768288d6a5b03e670351ea8f8c.tar.gz
nextpnr-72367e6cfd3f36768288d6a5b03e670351ea8f8c.tar.bz2
nextpnr-72367e6cfd3f36768288d6a5b03e670351ea8f8c.zip
router2: Improvements
Signed-off-by: David Shah <dave@ds0.me>
Diffstat (limited to 'common/router1.cc')
-rw-r--r--common/router1.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/router1.cc b/common/router1.cc
index a89d870d..4aa867c0 100644
--- a/common/router1.cc
+++ b/common/router1.cc
@@ -813,7 +813,7 @@ bool router1(Context *ctx, const Router1Cfg &cfg)
std::chrono::duration<float>(rend - rstart).count());
log_info("Routing complete.\n");
ctx->yield();
- log_info("Route time %.02fs\n", std::chrono::duration<float>(rend - rstart).count());
+ log_info("Router1 time %.02fs\n", std::chrono::duration<float>(rend - rstart).count());
#ifndef NDEBUG
router.check();