parCacheListFilters
parCacheListFilters(d_cache[g_includeOutOfContext] ) =>filter_id_list/ nil
Description
Lists all parasitic filters from a given cache.
Arguments
|
The parasitic cache in which the 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
filters = parCacheListFilters( cache ) => (ci:0x12e4d890 ci:0x12f36620) filters~>parameters => ((("type" enum "R") ("subtype" enum "both") ("include" enum "all") ("threshold" float 0.0) ) (("type" enum "C") ("subtype" enum "both") ("include" enum "all") ("threshold" float 0.0) )
)
Related Topics
Parasitic Aware Design Functions
Return to top