Skip to content

Commit d8414cc

Browse files
committed
changed a comment about constraints propagation
1 parent b59daed commit d8414cc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

vpr/src/place/initial_placement.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,9 @@ void initial_placement(enum e_pad_loc_type pad_loc_type, const char* constraints
419419
vtr::vector<ClusterBlockId, t_block_score> block_scores = assign_block_scores();
420420
std::vector<ClusterBlockId> sorted_blocks = sort_blocks(block_scores);
421421

422-
//Go through blocks with floorplan constraints to ensure we have the tightest constraint on each one.
422+
/* Go through cluster blocks to calculate the tightest placement
423+
* floorplan constraint for each constrained block
424+
*/
423425
propagate_place_constraints();
424426

425427
// Loading legal placement locations

0 commit comments

Comments
 (0)