File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -38,8 +38,8 @@ void PlacerCriticalities::update_criticalities(const SetupTimingInfo* timing_inf
38
38
cluster_pins_with_modified_criticality_.clear ();
39
39
if (crit_exponent != last_crit_exponent_) {
40
40
// Criticality exponent changed, must re-calculate criticalities for *all* sink pins
41
- for (ClusterNetId net_id: clb_nlist_.nets ()) {
42
- for (ClusterPinId pin_id: clb_nlist_.net_sinks (net_id)) {
41
+ for (ClusterNetId net_id : clb_nlist_.nets ()) {
42
+ for (ClusterPinId pin_id : clb_nlist_.net_sinks (net_id)) {
43
43
cluster_pins_with_modified_criticality_.insert (pin_id);
44
44
}
45
45
}
@@ -71,8 +71,8 @@ void PlacerCriticalities::update_criticalities(const SetupTimingInfo* timing_inf
71
71
}
72
72
} else {
73
73
// Non-incremental: all pins and nets need updating
74
- for (ClusterNetId net_id: clb_nlist_.nets ()) {
75
- for (ClusterPinId pin_id: clb_nlist_.net_sinks (net_id)) {
74
+ for (ClusterNetId net_id : clb_nlist_.nets ()) {
75
+ for (ClusterPinId pin_id : clb_nlist_.net_sinks (net_id)) {
76
76
cluster_pins_with_modified_criticality_.insert (pin_id);
77
77
}
78
78
}
You can’t perform that action at this time.
0 commit comments