File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -521,13 +521,13 @@ struct FloorplanningContext : public Context {
521
521
vtr::vector<ClusterBlockId, PartitionRegion> cluster_constraints;
522
522
523
523
/* *
524
- * @brief Floorplanning constraints specified in the compressed grid coordinate system.
524
+ * @brief Floorplanning constraints in the compressed grid coordinate system.
525
525
*
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 .
531
531
*/
532
532
vtr::vector<ClusterBlockId, PartitionRegion> compressed_cluster_constraints;
533
533
You can’t perform that action at this time.
0 commit comments