addStackedMetalsOnNets
APR.device.route addStackedMetalsOnNets string "{netName metalLayer1 metalLayer2}"
Description
Add additional stacked metals and vias on nets.
GUI Equivalent
Examples
envGetVal("APR.device.route" "addStackedMetalsOnNets")
The following example creates additional stacked metals and vias from M2 to M4 on net tail and net tail_b pathSegs:
envSetVal("APR.device.route" "addStackedMetalsOnNets" 'string "{tail M2 M4} {tail_b M2 M4}")
Related Topics
Automated Device Placement and Routing Flow Environment Variables
Virtuoso Automated Device Placement and Routing Flow
Auto P&R Assistant User Interface for Device-Level Placement
Return to top