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
|
Name of the library in which the parasitic cache is located. |
|
Value Returned
|
The parasitic cache, if the cache has already been built for a SKILL list that contains library, cell, and view names. |
|
Examples
parCacheFind( "libName" "cellName" "viewName" )
Related Topics
Parasitic Aware Design Functions
Return to top