Skip to content

Commit d94b29f

Browse files
committed
added default parameter (to avoid breaking top level API functions)
1 parent 63cd34c commit d94b29f

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
@@ -108,7 +108,7 @@ bool pack_mol_in_existing_cluster(t_pack_molecule* molecule,
108108
bool during_packing,
109109
t_clustering_data& clustering_data,
110110
t_lb_router_data*& router_data
111-
bool enable_pin_feasibility_filter);
111+
bool enable_pin_feasibility_filter = true);
112112

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

0 commit comments

Comments
 (0)