place_sa: Fix temp printing

Signed-off-by: David Shah <davey1576@gmail.com>
This commit is contained in:
David Shah 2018-06-22 15:03:33 +02:00
parent ce4ad44fd1
commit d7939f96e6

View File

@ -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);