Skip to content

Commit 48f725c

Browse files
make format
1 parent ab134ae commit 48f725c

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

vpr/src/base/vpr_types.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1062,7 +1062,6 @@ struct t_placer_opts {
10621062

10631063
float place_crit_limit;
10641064

1065-
10661065
/// Integer value that specifies how far to expand the floorplan region when
10671066
/// printing out floorplan constraints based on current placement.
10681067
int place_constraint_expand;

vpr/src/place/net_cost_handler.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1723,7 +1723,7 @@ double NetCostHandler::get_total_wirelength_estimate() const {
17231723
return estimated_wirelength;
17241724
}
17251725

1726-
double NetCostHandler::estimate_routing_chan_util(bool compute_congestion_cost/* = true*/) {
1726+
double NetCostHandler::estimate_routing_chan_util(bool compute_congestion_cost /* = true*/) {
17271727
const auto& cluster_ctx = g_vpr_ctx.clustering();
17281728
const DeviceContext& device_ctx = g_vpr_ctx.device();
17291729

0 commit comments

Comments
 (0)