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
|
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
Examples
cache = parCacheFind( "amsPLL" "vco" "schematic" )
=> ci:0x127cfba0
parCacheSave( cache )
=> t
Related Topics
Parasitic Aware Design Functions
Return to top