Product Documentation
Virtuoso Layout Suite SKILL Reference
Product Version IC23.1, November 2023

vcrRemoveShorts

vcrRemoveShorts(
[ ?cv d_cvId ]
[ selNets l_selNets]
) ;
=> t

Description

Removes shorts on a net or nets from the layout design. This SKILL API requires Layout MXL license.

Arguments

?cv d_cvId

Database ID of the cellview from which the shorts need to be removed.

?selNets l_selNets

A list of selected nets. If not specified, the shorts are removed from the whole design cell view.

Value Returned

t

Always return t whether or not there are shorts in the cellview.

Examples

The following example removes all the shorts from the entire cellview.

(vcrRemoveShorts (geGetEditCellView))

The following example removes the shorts from net10 and net12.

(vcrRemoveShorts (geGetEditCellView) (list "net10" "net12"))

Related Topics

Virtuoso Automated Placement and Routing SKILL Functions


Return to top
 ⠀
X