hsm_to_rde_selection
hsm_to_rde_selection
{[ -nets ] [ -instances ]}
[ -set d_setObj [ -replace ] ]
Description
Adds nets and/or instances that are selected using the Virtuoso Layout Suite XL/GXL hsmSelect SKILL command or with the VLS XL/GXL Navigator to a Space-based Router set.
Arguments
|
-instances
|
Selected instances will be added to the Space-based Router set.
|
|
-nets
|
Selected nets will be added to the Space-based Router set.
|
|
-replace
|
(Applies only when -set is given) If specified, replaces existing objects in the specified Space-based Router set with the selected Virtuoso objects. By default, the selected Virtuoso objects are added to the specified Space-based Router set.
|
|
-set d_setobj
|
Specifies the Space-based Router set to which the selected Virtuoso objects will be added. If this argument is not given, a new set is created that contains the selected objects.
|
Value Returned
|
0
|
Command was successful.
|
|
-1
|
Command failed.
|
|
d_setObj
|
(When -set is not given) Is the set identifier for the new set containing the selected objects.
|
Examples
The following example replaces objects in the Space-based Router selected set with the currently selected VLS XL/GXL Navigator nets.
hsm_to_rde_selection -nets -set [get_selection_set] -replace
The following example creates a new set containing the nets attached to the currently selected VLS XL/GXL Navigator objects.
set hsm_set [hsm_to_rde_selection -nets -instances]
Related Topics
Edit Commands
ge_to_rde_selection
Return to top