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

parCachePurge

parCachePurge(
d_cache
)
=> t / nil

Description

Purges a constraint cellview containing parasitic estimates from memory. The constraint view may contain constraints as well as parasitic estimates and filters. Using this function causes loss of unsaved modifications to constraints as well as to parasitic objects.

Arguments

d_cache

The parasitic cache in which the model or filter belongs. It includes a cache_id, which is returned by parCacheFind or parCacheGet for a SKILL list that contains library, cell, and view names.

Value Returned

t

The constraint view was purged.

nil

The operation was unsuccessful.

Examples

cache = parCacheFind( "amsPLL" "vco" "schematic" )
=> ci:0x127cfba0
parCachePurge( cache )
=> t

Related Topics

Parasitic Aware Design Functions


Return to top
 ⠀
X