parCacheListModels
parCacheListModels(d_cache[g_includeOutOfContext] ) =>model_id_list/ nil
Description
Lists all parasitic models from a given cache.
Arguments
|
The parasitic cache in which the model 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
models = parCacheListModels( cache )
=> (ci:0x12d4f1c0 ci:0x12f82f30)
models~>type => (NetR NetC)
Related Topics
Parasitic Aware Design Functions
Return to top