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
Value Returned
Examples
dbSavePcellCacheForCVOnly( lib cell view 3 )
Saves all the Pcell submasters in the lib/cell/view hierarchy till the depth of 3.
Related Topics
Return to top