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

vfoGRCreateDeviceClass

vfoGRCreateDeviceClass(
t_techLibName
[ ?override g_override ]
) 
=> t / nil

Description

Creates the device class definition for fluid guard ring (cdsGuardRing) in the given technology file. If the device class already exists in the technology file, it is updated when override is set to true.

Arguments

t_techLibName

The name of the technology file name.

?override g_override

A Boolean value that indicates if the device class definition should be updated in the technology file. The default value is nil.

Value Returned

t

The device class is successfully created.

nil

The device class could not be created.

Example

vfoGRCreateDeviceClass("PDKLIB" ?override t)
    => t

Return to top
 ⠀
X