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

gpeCreateDummyConfigNet

gpeCreateDummyConfigNet(
t_termName
[ ?netName t_netName ]
[ ?verbose { t | nil } ]
)
=> l_dummyConfigNet / nil

Description

Creates a dummyConfigNet DPL that can be added to a list with other dummyConfigNet DPLs and passed as the connectivity argument to gpeCreateDummyConfig to create a dummyConfig DPL.

Arguments

t_termName

Specifies the name of the instance terminal for which the dummy net is being created. Use allTerms to indicate all instTerms.

?netName t_netName

Specifies the name of the net to which the above instTerm must be connected.

?verbose { t | nil }

Controls the display of warning messages.

Value Returned

l_dummyConfigNet

Returns the dummyConfigNet DPL created.

nil

Could not create the dummyConfigNet DPL.

Example

Creates a dummyConfigNet DPL based on the specified InstTerm and netName:

dummyConfigNet = gpeCreateDummyConfigNet("G" ?netName "GND")
=> (nil type "specify" value "GND" name "G")

Return to top
 ⠀
X