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

vfoGetImplementationClassName

vfoGetImplementationClassName( 
t_libName
t_deviceName
) 
=> value

Description

Returns the value of the vfoGRImpl class parameter, that is the implementation class name, of an FGR device from the specified library. This SKILL function also supports the incremental technology database (ITDB). Therefore, the information is retrieved for FGR devices in both the library and the referenced library.

Arguments

libName

The name of the technology library containing the FGR device.

deviceName

The name of the FGR device.

Value Returned

value

The value of the vfoGRImpl class parameter is returned.

Example

Suppose, you have a device, Nring, created in library, reflib. The associated implementation class, myImpClass, can be returned by running the following SKILL function in the CIW:

vfoGetImplementationClassName("reflib" "Nring")

Return to top
 ⠀
X