File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 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 {
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
You can’t perform that action at this time.
0 commit comments