init_createPowerPins
APR.stdcell.place init_createPowerPins boolean { t | nil }
Description
Controls whether IO power and ground pins are created during initialization of the layout view. The default is t.
GUI Equivalent
Examples
envGetVal("APR.stdcell.place" "init_createPowerPins")
envSetVal("APR.stdcell.place" "init_createPowerPins" 'boolean nil)
Related Topics
Standard Cell Placement and Routing Environment Variables
Return to top