supply_createPinsOnEnds
APR.device.route supply_createPinsOnEnds boolean { t | nil }
Description
Creates square pins on both ends of a power stripe instead of creating a long rectangular pin overlapping the stripe. When set to t, no power pins are created.
GUI Equivalent
Examples
envGetVal("APR.device.route" "supply_createPinsOnEnds")
envSetVal("APR.device.route" "supply_createPinsOnEnds" 'boolean t)
Related Topics
Automated Device Placement and Routing Flow Environment Variables
Routing Assistant User Interface for Device-Level Routing
supply_createPinsOnPinPurpose
APR.device.route supply_createPinsOnPinPurpose boolean { t | nil }
Description
Creates supply routing pins on pin purpose instead of drawing purpose.
GUI Equivalent
Examples
envGetVal("APR.device.route" "supply_createPinsOnPinPurpose")
envSetVal("APR.device.route" "supply_createPinsOnPinPurpose" 'boolean t)
Related Topics
Automated Device Placement and Routing Flow Environment Variables
Routing Assistant User Interface for Device-Level Routing
supply_defaultRoutedCellExpression
APR.stdcell.route supply_defaultRoutedCellExpression string "viewName"
Description
Specifies the output to the other cell view. The cell is created as an instance in the design library, You can search for the cell name in the design library with <cellname>_proute.
The default is %_proute, where the symbol % is <cellname>.
GUI Equivalent
Examples
envGetVal("APR.stdcell.route" "supply_defaultRoutedCellExpression")
envSetVal("APR.stdcell.route" "supply_defaultRoutedCellExpression" 'string "dut_proute")
Related Topics
Automated Device Placement and Routing Flow Environment Variables
Return to top