Skip to content

Commit cd9e1c3

Browse files
apply the remaining pr suggestions
1 parent 9ddf089 commit cd9e1c3

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

vpr/src/base/vpr_context.h

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -521,13 +521,13 @@ struct FloorplanningContext : public Context {
521521
vtr::vector<ClusterBlockId, PartitionRegion> cluster_constraints;
522522

523523
/**
524-
* @brief Floorplanning constraints specified in the compressed grid coordinate system.
524+
* @brief Floorplanning constraints in the compressed grid coordinate system.
525525
*
526-
* Each clustered block has a logical type, and each logical type has a corresponding compressed grid.
527-
* Compressed floorplanning constraints are computed by translating grid location of floorplanning
528-
* regions to compressed locations in the corresponding compressed grid. To ensure this translation
529-
* does not enlarge the floorplanning regions, the bottom left corner of the region is rounded up
530-
* in compresses location approximation, while the top right corner is rounded down.
526+
* Each clustered block has a logical type with a corresponding compressed grid.
527+
* Compressed floorplanning constraints are calculated by translating the grid locations
528+
* of floorplanning regions to compressed grid locations. To ensure regions do not enlarge:
529+
* - The bottom left corner is rounded up to the nearest compressed location.
530+
* - The top right corner is rounded down to the nearest compressed location.
531531
*/
532532
vtr::vector<ClusterBlockId, PartitionRegion> compressed_cluster_constraints;
533533

0 commit comments

Comments
 (0)