From defa945a32283bc02ee65cc8b5bb7dc5650d93b6 Mon Sep 17 00:00:00 2001 From: soheilshahrouz Date: Fri, 7 Jun 2024 18:11:19 -0400 Subject: [PATCH] document temp_cluster_noc_grp_id argument of start_new_cluster_for_mol --- vpr/src/pack/re_cluster_util.h | 1 + 1 file changed, 1 insertion(+) diff --git a/vpr/src/pack/re_cluster_util.h b/vpr/src/pack/re_cluster_util.h index b1c16e80b39..03d8b1dbd65 100644 --- a/vpr/src/pack/re_cluster_util.h +++ b/vpr/src/pack/re_cluster_util.h @@ -76,6 +76,7 @@ void remove_mol_from_cluster(const t_pack_molecule* molecule, * (is updated if this function is called during packing, especially intra_lb_routing data member). * @param router_data: returns the intra logic block router data. * @param temp_cluster_pr: returns the partition region of the new cluster. + * @param temp_cluster_noc_grp_id returns the NoC group ID of the new cluster */ bool start_new_cluster_for_mol(t_pack_molecule* molecule, const t_logical_block_type_ptr& type,