We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5226207 commit 69f6bc3Copy full SHA for 69f6bc3
vpr/src/pack/pack.cpp
@@ -266,6 +266,7 @@ bool try_pack(t_packer_opts* packer_opts,
266
/* Use the re-cluster API to edit it */
267
/******************* Start *************************/
268
VTR_LOG("Start the iterative improvement process\n");
269
+ init_clb_atoms_lookup(helper_ctx.atoms_lookup);
270
//iteratively_improve_packing(*packer_opts, clustering_data, 2);
271
VTR_LOG("the iterative improvement process is done\n");
272
0 commit comments