createNewFigGroupsPerRun
APR.stdcell.route createNewFigGroupsPerRun boolean { t | nil }
Description
Creates a new fig group for the routing results. The results of each routing run is created in a different figGroup.
The default is nil, which means that the routing results are copied into the same figGroup along with the other routing results.
GUI Equivalent
Examples
envGetVal("APR.stdcell.route" "createNewFigGroupsPerRun")
envSetVal("APR.stdcell.route" "createNewFigGroupsPerRun" 'boolean t)
Related Topics
Standard Cell Placement and Routing Environment Variables
Return to top