Skip to content

Commit b383a8b

Browse files
committed
merge tool got .cpp out of sync with .h file
1 parent efc0b40 commit b383a8b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

vpr/src/pack/re_cluster_util.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,7 @@ bool pack_mol_in_existing_cluster(t_pack_molecule* molecule,
214214
bool during_packing,
215215
t_clustering_data& clustering_data,
216216
t_lb_router_data*& router_data,
217+
NocGroupId& temp_cluster_noc_grp_id,
217218
enum e_detailed_routing_stages detailed_routing_stage) {
218219
auto& helper_ctx = g_vpr_ctx.mutable_cl_helper();
219220
auto& cluster_ctx = g_vpr_ctx.mutable_clustering();

vpr/src/pack/re_cluster_util.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ void remove_mol_from_cluster(const t_pack_molecule* molecule,
7676
* (is updated if this function is called during packing, especially intra_lb_routing data member).
7777
* @param router_data: returns the intra logic block router data.
7878
* @param temp_cluster_pr: returns the partition region of the new cluster.
79-
* @param detailed_routing_stage: options are E_DETAILED_ROUTE_FOR_EACH_ATOM (default) and E_DETAILED_ROUTE_AT_END_ONLY
79+
* @param detailed_routing_stage: options are E_xDETAILED_ROUTE_FOR_EACH_ATOM (default) and E_DETAILED_ROUTE_AT_END_ONLY
8080
* specifies whether or not to run intra-cluster routing-based legality checking
8181
* after adding the molecule to the cluster; default is the more conservative option,
8282
* which is used in the top level re-clustering API functions
@@ -113,6 +113,7 @@ bool pack_mol_in_existing_cluster(t_pack_molecule* molecule,
113113
bool during_packing,
114114
t_clustering_data& clustering_data,
115115
t_lb_router_data*& router_data,
116+
NocGroupId& temp_cluster_noc_grp_id,
116117
const int& detailed_routing_stage = 1);
117118

118119
/**

0 commit comments

Comments
 (0)