supply_overwriteLog
APR.device.route supply_overwriteLog boolean { t | nil }
Description
Specifies whether you want to overwrite the last log file or keep the existing one. When set to t, the existing log is overwritten.
GUI Equivalent
Examples
envGetVal("APR.device.route" "supply_overwriteLog")
envSetVal("APR.device.route" "supply_overwriteLog" 'boolean t)
Related Topics
Automated Device Placement and Routing Flow Environment Variables
Routing Assistant User Interface for Device-Level Routing
supply_pinLayers
APR.stdcell.route supply_pinLayers string "pinLayer"
Description
Lets you specify list of layers to create pins on for supply routing.
GUI Equivalent
Examples
envGetVal("APR.stdcell.route" "supply_pinLayers")
envSetVal("APR.stdcell.route" "supply_pinLayers" 'string "metal1")
Related Topics
Automated Device Placement and Routing Flow Environment Variables
Return to top