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 98dd519 commit f757f5dCopy full SHA for f757f5d
vpr/src/pack/pack.cpp
@@ -267,7 +267,7 @@ bool try_pack(t_packer_opts* packer_opts,
267
/* Use the re-cluster API to edit it */
268
/******************* Start *************************/
269
VTR_LOG("Start the iterative improvement process\n");
270
- iteratively_improve_packing(*packer_opts, clustering_data, 2);
+ //iteratively_improve_packing(*packer_opts, clustering_data, 2);
271
VTR_LOG("the iterative improvement process is done\n");
272
273
auto& cluster_ctx = g_vpr_ctx.clustering();
0 commit comments