Skip to content

Commit

Permalink
match function def to impl
Browse files Browse the repository at this point in the history
  • Loading branch information
KA7E committed Jun 5, 2024
1 parent 9e1ffcf commit abc1c1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vpr/src/pack/re_cluster_util.h
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ bool start_new_cluster_for_mol(t_pack_molecule* molecule,
t_lb_router_data** router_data,
PartitionRegion& temp_cluster_pr,
NocGroupId& temp_cluster_noc_grp_id,
const int detailed_routing_stage = 1);
const int& detailed_routing_stage = 1);

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

/**
* @brief A function that fix the clustered netlist if the move is performed
Expand Down

0 comments on commit abc1c1b

Please sign in to comment.