Mark Cells as Partitions - 2021.2 English

Vivado Design Suite User Guide: Hierarchical Design

Document ID
UG905
Release Date
2021-06-16
Version
2021.2 English

Marking a cell as a partition requires an HD.PARTITION cell property. Setting HD.PARTITION does these things.

  • Sets DONT_TOUCH on the specified cell to prevent illegal optimization across and on the HD boundary
  • Triggers HD-specific DRCs
  • Enables special code in read_checkpoint -cell to clean up PartPins and remove redundant Pblocks
    set_property HD.PARTITION 1 [get_cells <cell_name>]