parCacheGet
parCacheGet(t_libName t_cellName t_viewName) =>cache_id/ nil
Description
Finds an existing parasitic cache or creates and populates the cache for a given design, specified using library, cell, and view names.
Arguments
Value Returned
|
The parasitic cache is returned if it is already built through a previous call to parCacheGet, otherwise the cache for the given cellview is built and returned. |
|
Examples
cache = parCacheGet( "amsPLL" "vco" "schematic" )
=> ci:0x127cfba0
Related Topics
Parasitic Aware Design Functions
Return to top