Skip to content

Commit a6b70cd

Browse files
committed
fixed typo
1 parent d94b29f commit a6b70cd

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
@@ -107,7 +107,7 @@ bool pack_mol_in_existing_cluster(t_pack_molecule* molecule,
107107
std::unordered_set<AtomBlockId>* new_clb_atoms,
108108
bool during_packing,
109109
t_clustering_data& clustering_data,
110-
t_lb_router_data*& router_data
110+
t_lb_router_data*& router_data,
111111
bool enable_pin_feasibility_filter = true);
112112

113113
/**

0 commit comments

Comments
 (0)