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

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

t_libName

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

t_cellName

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

t_viewName

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

Value Returned

cache_id

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.

nil

No cache was found.

Examples

cache = parCacheGet( "amsPLL" "vco" "schematic" )
=> ci:0x127cfba0

Related Topics

Parasitic Aware Design Functions


Return to top
 ⠀
X