Skip to content

Commit b4b2ac5

Browse files
committed
fixed pack_mol_in_existing
1 parent c13e56d commit b4b2ac5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vpr/src/pack/re_cluster_util.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ bool pack_mol_in_existing_cluster(t_pack_molecule* molecule,
115115
t_clustering_data& clustering_data,
116116
t_lb_router_data*& router_data,
117117
NocGroupId& temp_cluster_noc_grp_id,
118-
const int& detailed_routing_stage = 1);
118+
enum e_detailed_routing_stages detailed_routing_stage = E_DETAILED_ROUTE_FOR_EACH_ATOM);
119119

120120
/**
121121
* @brief A function that fix the clustered netlist if the move is performed

0 commit comments

Comments
 (0)