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 f1506e8 commit 20097c5Copy full SHA for 20097c5
vpr/src/pack/pack.cpp
@@ -186,6 +186,7 @@ bool try_pack(t_packer_opts* packer_opts,
186
} else if (pack_iteration >= 2 && pack_iteration < 5 && floorplan_not_fitting) {
187
VTR_LOG("Floorplan regions are overfull: trying to pack again with more attraction groups exploration and higher target pin utilization. \n");
188
attraction_groups.create_att_groups_for_overfull_regions();
189
+ VTR_LOG("Pack iteration is %d\n", pack_iteration);
190
attraction_groups.set_att_group_pulls(4);
191
t_ext_pin_util pin_util(1.0, 1.0);
192
target_external_pin_util.set_block_pin_util("clb", pin_util);
0 commit comments