Skip to content

Commit 09f7411

Browse files
committed
Improved a function comment
1 parent 1c608ca commit 09f7411

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

vpr/src/place/place_constraints.h

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,8 @@ PartitionRegion update_macro_head_pr(const t_pl_macro& pl_macro, const Partition
4444
/*
4545
* Update the PartitionRegions of non-head members of a macro,
4646
* based on the constraint that was calculated for the head region, head_pr.
47-
* The constraint that was calculated for the head region must have
48-
* calculated the tightest constraints for the head member
49-
* by shifting and intersecting the constraints on all macro members.
47+
* The constraint on the head region must be the tightest possible (i.e. implied by the
48+
* entire macro) before this routine is called.
5049
* For each macro member, the updated constraint is essentially the head constraint
5150
* with the member's offset applied.
5251
*/

0 commit comments

Comments
 (0)