File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -1062,7 +1062,6 @@ struct t_placer_opts {
1062
1062
1063
1063
float place_crit_limit;
1064
1064
1065
-
1066
1065
// / Integer value that specifies how far to expand the floorplan region when
1067
1066
// / printing out floorplan constraints based on current placement.
1068
1067
int place_constraint_expand;
Original file line number Diff line number Diff line change @@ -1723,7 +1723,7 @@ double NetCostHandler::get_total_wirelength_estimate() const {
1723
1723
return estimated_wirelength;
1724
1724
}
1725
1725
1726
- double NetCostHandler::estimate_routing_chan_util (bool compute_congestion_cost/* = true*/ ) {
1726
+ double NetCostHandler::estimate_routing_chan_util (bool compute_congestion_cost /* = true*/ ) {
1727
1727
const auto & cluster_ctx = g_vpr_ctx.clustering ();
1728
1728
const DeviceContext& device_ctx = g_vpr_ctx.device ();
1729
1729
You can’t perform that action at this time.
0 commit comments