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

vfoGrCreateCDF

vfoGrCreateCDF(
t_libName
t_cellName
t_viewName
)
=> l_cdfParams

Description

Creates fluid guard ring CDF parameters on the given library, cell view of the fluid guard ring device. It deletes any existing CDF parameters on the device.

Arguments

t_libName

The name of the technology library containing the FGR device.

t_cellName

The name of the FGR device.

t_viewName

The name of the view for the device. Typically, the value will be "layout".

Value Returned

l_cdfParams

List of CDF parameters created.

Example

vfoGrCreateCDF("PDKLIB" "N_GR" "layout")
    => (cdf:0x0x19919360 cdf:0x0x19919378 cdf:0x0x19919390)

Return to top
 ⠀
X