@@ -294,10 +294,10 @@ int PlaceMacros::find_all_the_macro_(const ClusteredNetlist& clb_nlist,
294
294
num_macro++;
295
295
296
296
} // Do nothing if the from_pins does not have same possible direct connection.
297
- } // Finish going through all the pins for from_pins.
298
- } // Do nothing if the to_pins does not have same possible direct connection.
299
- } // Finish going through all the pins for to_pins.
300
- } // Finish going through all blocks.
297
+ } // Finish going through all the pins for from_pins.
298
+ } // Do nothing if the to_pins does not have same possible direct connection.
299
+ } // Finish going through all the pins for to_pins.
300
+ } // Finish going through all blocks.
301
301
302
302
// Now, all the data is readily stored in the temporary data structures.
303
303
return num_macro;
@@ -523,10 +523,10 @@ static void mark_direct_of_ports(int idirect,
523
523
port_pin_to_block_pin);
524
524
}
525
525
} // Do nothing if port_name does not match
526
- } // Finish going through all the ports
527
- } // Finish going through all the subtiles
528
- } // Do nothing if pb_type_name does not match
529
- } // Finish going through all the blocks
526
+ } // Finish going through all the ports
527
+ } // Finish going through all the subtiles
528
+ } // Do nothing if pb_type_name does not match
529
+ } // Finish going through all the blocks
530
530
}
531
531
532
532
static void mark_direct_of_pins (int start_pin_index,
0 commit comments