init_useSourceLayout
APR.stdcell.place init_useSourceLayout boolean { t | nil }
Description
Specifies that a source layout is to be reused during layout generation. When set to t, you can further specify which components from the source layout are to be reused by using the init_useSourceLayoutBoundary, init_useSourceLayoutInstancePositions, and init_useSourceLayoutPins environment variables.
GUI Equivalent
Examples
envGetVal("APR.stdcell.place" "init_useSourceLayout")
envSetVal("APR.stdcell.place" "init_useSourceLayout" 'boolean t)
Related Topics
Standard Cell Placement and Routing Environment Variables
Return to top