siteDefWidth
APR.stdcell.route siteDefWidth float float_number
Description
Specifies the width of the siteDef used to create interoperable rows. The value is specified in user units. If the value is not specified, the width is calculated as the greatest common factor of the widths of the standard cell instances.
The default is -1. This means no value is specified.
GUI Equivalent
Examples
envGetVal("APR.stdcell.route" "siteDefWidth")
envSetVal("APR.stdcell.route" "siteDefWidth" 'float 1.0)
Related Topics
Standard Cell Placement and Routing Environment Variables
Return to top