Skip to content

Commit aeab99c

Browse files
committed
added explanatory comment
1 parent a6b70cd commit aeab99c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vpr/src/pack/re_cluster_util.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ bool start_new_cluster_for_mol(t_pack_molecule* molecule,
100100
* @param clustering_data: A data structure containing helper data for the clustering process
101101
* (is updated if this function is called during packing, especially intra_lb_routing data member).
102102
* @param router_data: returns the intra logic block router data.
103+
* @param enable_pin_feasibility_filter: do a pin couting based legality check (before or in place of intra-cluster routing check).
103104
*/
104105
bool pack_mol_in_existing_cluster(t_pack_molecule* molecule,
105106
int molecule_size,

0 commit comments

Comments
 (0)