Skip to content

Commit 9e93fcf

Browse files
committed
typo
1 parent d1f3353 commit 9e93fcf

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

vpr/src/pack/re_cluster_util.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,6 @@ 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,
218217
enum e_detailed_routing_stages detailed_routing_stage) {
219218
auto& helper_ctx = g_vpr_ctx.mutable_cl_helper();
220219
auto& cluster_ctx = g_vpr_ctx.mutable_clustering();

vpr/src/pack/re_cluster_util.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,6 @@ bool pack_mol_in_existing_cluster(t_pack_molecule* molecule,
125125
bool during_packing,
126126
t_clustering_data& clustering_data,
127127
t_lb_router_data*& router_data,
128-
NocGroupId& temp_cluster_noc_grp_id,
129128
enum e_detailed_routing_stages detailed_routing_stage = E_DETAILED_ROUTE_FOR_EACH_ATOM);
130129

131130
/**

0 commit comments

Comments
 (0)