Skip to content

Commit ea8d94d

Browse files
committed
make format
1 parent 6314262 commit ea8d94d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vpr/src/place/net_cost_handler.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1462,7 +1462,7 @@ static double get_net_wirelength_from_layer_bb_(const std::vector<t_2D_bb>& bb,
14621462
}
14631463

14641464
// The reason we add 1 to the number of sink pins is because when per-layer bounding box is used,
1465-
// we want to get the estimated wirelength of the given layer assuming that the source pin is
1465+
// we want to get the estimated wirelength of the given layer assuming that the source pin is
14661466
// also on that layer
14671467
double crossing = wirelength_crossing_count(net_layer_pin_sink_count[layer_num] + 1);
14681468

@@ -1645,7 +1645,7 @@ double NetCostHandler::get_total_wirelength_estimate() const {
16451645
estimated_wirelength += get_net_wirelength_estimate(net_id, placer_state_.move().bb_coords[net_id]);
16461646
} else {
16471647
estimated_wirelength += get_net_wirelength_from_layer_bb_(placer_state_.move().layer_bb_coords[net_id],
1648-
placer_state_.move().num_sink_pin_layer[size_t(net_id)]);
1648+
placer_state_.move().num_sink_pin_layer[size_t(net_id)]);
16491649
}
16501650
}
16511651
}

0 commit comments

Comments
 (0)