Skip to content

Commit 87b8586

Browse files
authored
Merge pull request #2168 from verilog-to-routing/restore_place_estimated_wirelength
Wirelength Estimation is printed after placement
2 parents 5679fc3 + 08ef342 commit 87b8586

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

vpr/src/place/place.cpp

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2019,9 +2019,8 @@ static double comp_bb_cost(e_cost_methods method) {
20192019
}
20202020

20212021
if (method == CHECK) {
2022-
/*VTR_LOG("\n");
2023-
* VTR_LOG("BB estimate of min-dist (placement) wire length: %.0f\n",
2024-
* expected_wirelength);*/
2022+
VTR_LOG("\n");
2023+
VTR_LOG("BB estimate of min-dist (placement) wire length: %.0f\n", expected_wirelength);
20252024
}
20262025
return cost;
20272026
}

0 commit comments

Comments
 (0)