flippedCellTypes
APR.device.grid flippedCellTypes string "cdfParam, value"
Description
Specifies a list of cells to be flipped during design initialization. Cell type can specified using a CDF parameter and its value.
The default is "", which implies that there are no user-specific cells to be flipped.
This environment variable works only in certain advanced node flows.
GUI Equivalent
Examples
envGetVal("APR.device.grid" "flippedCellTypes")
envSetVal("APR.device.grid" "flippedCellTypes" 'string "Param1, HalfCell")
Related Topics
Deriving Row Regions and Grids in the Automated Device Placement and Routing Flow
Return to top