parModelCreateNetL
parModelCreateNetL(d_cache[ ?nett_net] [ ?typet_type] [ ?extLibt_extLib] [ ?extCellt_extCell] [ ?extViewt_extView] [ ?extNett_extNet] [ ?terminalMapl_terminalMap] [ ?includet_include] [ ?thresholdt_threshold] [ ?memberst_members] [ ?simParamsl_simParams] [ ?simSweepsl_simSweeps] [ ?namet_name] [ ?notet_note] [ ?verboseg_verbose] ) =>model_id/ nil
Description
Creates a new parasitic inductance estimate model for a net. The model is star-shaped with an inductance connecting members to a central node. The members are the instance terminals connecting instances to the net. Also included are the terminals of the net. The member list provides an option to specify the list of instance terminals to include. If the members list is nil, all instances of the net are selected.
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. |
|
|
Type of estimate, that can be a star model or stitched extracted net. |
|
|
List of pairs mapping the terminals of the current design to those of the extracted design. Both elements of the colon-separated pair provide the instance and terminal name in the schematic namespace. |
|
|
Parasitics to be included. Possible values are |
|
|
If |
|
|
List of the instance terminal members of the net from which the inductance model is built. If the list is
A member_list is a list of members where each member is a list in the form of |
|
|
List of simulation parameters containing a name value pair for the parameter. |
|
|
List of simulation sweeps containing a name value pair for the parameter. |
|
|
A string that uniquely identifies the model in the cache. If not specified, a name will be generated automatically. |
|
|
A boolean argument that controls whether a message is displayed to inform of the successful creation of a model. |
|
Value Returned
Examples
The following example describes how to create a parasitic inductance model for net vdd!, where each inductance has a value of 5 henry.
parModelCreateNetL( cache ?net “vdd!” ?simParams list ( "l" "5") ) )
=> ci:0x12be3998
Related Topics
Parasitic Aware Design Functions
Return to top