Skip to content

Commit f757f5d

Browse files
author
MohamedElgammal
committed
Disable iterative improvement for packing
1 parent 98dd519 commit f757f5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vpr/src/pack/pack.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ bool try_pack(t_packer_opts* packer_opts,
267267
/* Use the re-cluster API to edit it */
268268
/******************* Start *************************/
269269
VTR_LOG("Start the iterative improvement process\n");
270-
iteratively_improve_packing(*packer_opts, clustering_data, 2);
270+
//iteratively_improve_packing(*packer_opts, clustering_data, 2);
271271
VTR_LOG("the iterative improvement process is done\n");
272272

273273
auto& cluster_ctx = g_vpr_ctx.clustering();

0 commit comments

Comments
 (0)