Skip to content

Commit 69f6bc3

Browse files
author
MohamedElgammal
committed
Build the atom cluster lookup after the packing is done
1 parent 5226207 commit 69f6bc3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vpr/src/pack/pack.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -266,6 +266,7 @@ bool try_pack(t_packer_opts* packer_opts,
266266
/* Use the re-cluster API to edit it */
267267
/******************* Start *************************/
268268
VTR_LOG("Start the iterative improvement process\n");
269+
init_clb_atoms_lookup(helper_ctx.atoms_lookup);
269270
//iteratively_improve_packing(*packer_opts, clustering_data, 2);
270271
VTR_LOG("the iterative improvement process is done\n");
271272

0 commit comments

Comments
 (0)