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

parCacheSave

parCacheSave(
d_cache
)
=> t / nil

Description

Saves a constraint cellview containing parasitic estimates as well as the constraints and parasitic objects. The constraint view may contain constraints as well as parasitic estimates and filters.

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 saved.

nil

The operation was unsuccessful.

Examples

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

Related Topics

Parasitic Aware Design Functions




Return to top
 ⠀
X