We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f265293 commit 08ef342Copy full SHA for 08ef342
vpr/src/place/place.cpp
@@ -2019,9 +2019,8 @@ static double comp_bb_cost(e_cost_methods method) {
2019
}
2020
2021
if (method == CHECK) {
2022
- /*VTR_LOG("\n");
2023
- * VTR_LOG("BB estimate of min-dist (placement) wire length: %.0f\n",
2024
- * expected_wirelength);*/
+ VTR_LOG("\n");
+ VTR_LOG("BB estimate of min-dist (placement) wire length: %.0f\n", expected_wirelength);
2025
2026
return cost;
2027
0 commit comments