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
Standard Cell Placement and Routing Environment Variables
Return to top