createDiffusionGrid
APR.device.grid createDiffusionGrid boolean { t | nil }
Description
Specifies whether a diffusion grid is to be generated as part of grid generation in the automated device placement and routing flow.
The default value is nil, which implies that a diffusion grid is not generated by default.
GUI Equivalent
Examples
envGetVal("APR.device.grid" "createDiffusionGrid")
envSetVal("APR.device.grid" "createDiffusionGrid" 'boolean t)
Related Topics
Deriving Row Regions and Grids in the Automated Device Placement and Routing Flow
Return to top