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 d848230 commit 7110636Copy full SHA for 7110636
vpr/src/place/placement_log_printer.cpp
@@ -237,8 +237,8 @@ void PlacementLogPrinter::print_post_placement_stats() const {
237
placer_.annealer_->get_move_abortion_logger().report_aborted_moves();
238
239
VTR_LOG("\n");
240
- double expected_wirelength = placer_.net_cost_handler_.get_total_wirelength_estimate();
241
- VTR_LOG("BB estimate of min-dist (placement) wire length: %.0f\n", expected_wirelength);
+ double estimated_wirelength = placer_.net_cost_handler_.get_total_wirelength_estimate();
+ VTR_LOG("BB estimate of min-dist (placement) wire length: %.0f\n", estimated_wirelength);
242
243
if (placer_.placer_opts_.place_algorithm.is_timing_driven()) {
244
//Final timing estimate
0 commit comments