advNode
APR.stdcell.place advNode boolean { t | nil }
Description
Controls the GUI behavior. For example, some standard cells have well taps inside boundary cells and must place boundary and tap cells together. The default is nil.
GUI Equivalent
Examples
envGetVal("APR.stdcell.place" "advNode")
envSetVal("APR.stdcell.place" "advNode" 'boolean t)
Related Topics
Standard Cell Placement and Routing Environment Variables
Return to top