Skip to content

Commit abc1c1b

Browse files
committed
match function def to impl
1 parent 9e1ffcf commit abc1c1b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vpr/src/pack/re_cluster_util.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ bool start_new_cluster_for_mol(t_pack_molecule* molecule,
8989
t_lb_router_data** router_data,
9090
PartitionRegion& temp_cluster_pr,
9191
NocGroupId& temp_cluster_noc_grp_id,
92-
const int detailed_routing_stage = 1);
92+
const int& detailed_routing_stage = 1);
9393

9494
/**
9595
* @brief A function that packs a molecule into an existing cluster
@@ -109,7 +109,7 @@ bool pack_mol_in_existing_cluster(t_pack_molecule* molecule,
109109
bool during_packing,
110110
t_clustering_data& clustering_data,
111111
t_lb_router_data*& router_data,
112-
const int detailed_routing_stage = 1);
112+
const int& detailed_routing_stage = 1);
113113

114114
/**
115115
* @brief A function that fix the clustered netlist if the move is performed

0 commit comments

Comments
 (0)