Product Documentation
Virtuoso Parameterized Cell SKILL Reference
Product Version IC23.1, August 2023

dbSavePcellCacheForCVOnly

dbSavePcellCacheForCVOnly(
t_libName
t_cellName
t_viewName
[ n_depth ]
)
=> t / nil

Description

Opens the cellview specified by t_libName, t_cellName, and t_viewName and saves all the Pcell submasters specified in the given cell in the Express Pcell Cache.

This SKILL function does not does not support schematic (and symbol) Pcells. For more information, contact Cadence Support.

Arguments

t_libName

Name of the library.

t_cellName

Name of the cell.

t_viewName

Name of the view.

n_depth

An optional argument. It specifies the level in the hierarchy of the given lib/cell/view till where the instantiated Pcell submaster should be saved. If not specified, then the command saves all the submasters including the leaf level.

Value Returned

t

Successfully saved all the submasters to the cache.

nil

Unable to save the submasters to the cache.

Examples

dbSavePcellCacheForCVOnly( lib cell view 3 ) 

Saves all the Pcell submasters in the lib/cell/view hierarchy till the depth of 3.

Related Topics

Express Pcells

Maintaining the PDK Version in the Express Pcell Cache


Return to top
 ⠀
X