Product Documentation
Virtuoso Parasitic Aware Design SKILL Reference
Product Version IC23.1, June 2023

parCacheFind

parCacheFind(
t_libName
t_cellName
t_viewName
)
=> cache_id / nil

Description

Finds an existing parasitic cache for a given design specified using library, cell, and view names.

This command also works with a single dbCellViewId argument (a library, cell, view name triplet).

Arguments

t_libName

Name of the library in which the parasitic cache is located.

t_cellName

Name of the cell in which the parasitic cache is located.

t_viewName

Name of the view in which the parasitic cache is located.

Value Returned

cache_id

The parasitic cache, if the cache has already been built for a SKILL list that contains library, cell, and view names.

nil

No cache was found.

Examples

parCacheFind( "libName" "cellName" "viewName" )

Related Topics

Parasitic Aware Design Functions


Return to top
 ⠀
X