Skip to content

Commit 20097c5

Browse files
committed
Added a comment to state which pack iteration we are on when we are doing multiple pack iterations
1 parent f1506e8 commit 20097c5

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
@@ -186,6 +186,7 @@ bool try_pack(t_packer_opts* packer_opts,
186186
} else if (pack_iteration >= 2 && pack_iteration < 5 && floorplan_not_fitting) {
187187
VTR_LOG("Floorplan regions are overfull: trying to pack again with more attraction groups exploration and higher target pin utilization. \n");
188188
attraction_groups.create_att_groups_for_overfull_regions();
189+
VTR_LOG("Pack iteration is %d\n", pack_iteration);
189190
attraction_groups.set_att_group_pulls(4);
190191
t_ext_pin_util pin_util(1.0, 1.0);
191192
target_external_pin_util.set_block_pin_util("clb", pin_util);

0 commit comments

Comments
 (0)