From d7939f96e6da6eeaffe2d2851f233d32bfb5d6cd Mon Sep 17 00:00:00 2001 From: David Shah Date: Fri, 22 Jun 2018 15:03:33 +0200 Subject: [PATCH] place_sa: Fix temp printing Signed-off-by: David Shah --- common/place_sa.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/place_sa.cc b/common/place_sa.cc index 11f46ad9..8b111c6c 100644 --- a/common/place_sa.cc +++ b/common/place_sa.cc @@ -163,7 +163,7 @@ class SAPlacer improved = false; if (iter % 5 == 0 || iter == 1) - log_info(" at iteration #%d: temp = %.02f, wire length = " + log_info(" at iteration #%d: temp = %f, wire length = " "%.0f, est tns = %.02fns\n", iter, temp, double(curr_wirelength), curr_tns);