Skip to content

Commit 9bfa10f

Browse files
fix atom_cluster_floorplanning_check returning wrong value
1 parent ecb08bf commit 9bfa10f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vpr/src/pack/cluster_util.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1372,7 +1372,7 @@ bool atom_cluster_floorplanning_check(AtomBlockId blk_id,
13721372
if (verbosity > 3) {
13731373
VTR_LOG("\t\t\t Intersect: Atom block %d passed cluster %d, cluster PR was updated with intersection result \n", blk_id, clb_index);
13741374
}
1375-
return false;
1375+
return true;
13761376
}
13771377
}
13781378
}

0 commit comments

Comments
 (0)