Skip to content

Commit fbb9337

Browse files
committed
Changed attraction group default gain
1 parent c928ade commit fbb9337

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vpr/src/pack/attraction_groups.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ struct AttractionGroup {
4141
* Atoms belonging to this attraction group will receive this gain if they
4242
* are potential candidates to be put in a cluster with the same attraction group.
4343
*/
44-
float gain = 7;
44+
float gain = 5;
4545

4646
/*
4747
* If the group is made up from a partition of atoms that are confined to a size one spot

0 commit comments

Comments
 (0)