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
|
The name of the technology library containing the FGR device. |
|
|
The name of the view for the device. Typically, the value will be |
Value Returned
Example
vfoGrCreateCDF("PDKLIB" "N_GR" "layout") => (cdf:0x0x19919360 cdf:0x0x19919378 cdf:0x0x19919390)
Return to top