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 4dc0fe4 commit c928adeCopy full SHA for c928ade
vpr/src/pack/attraction_groups.cpp
@@ -11,7 +11,10 @@ AttractionInfo::AttractionInfo(bool attraction_groups_on) {
11
atom_attraction_group.resize(num_atoms);
12
fill(atom_attraction_group.begin(), atom_attraction_group.end(), AttractGroupId::INVALID());
13
14
- //Create an attraction group for each partition in the floorplanning constraints
+ /*
15
+ * Create an attraction group for each partition in the floorplanning constraints
16
+ * if the packer option for attraction groups is turned on.
17
+ */
18
if (attraction_groups_on) {
19
for (int ipart = 0; ipart < num_parts; ipart++) {
20
PartitionId partid(ipart);
0 commit comments