parModelCreateNetR
parModelCreateNetR(d_cache[ ?nett_net] [ ?typet_type] [ ?extLibt_extLib] [ ?extCellt_extCell] [ ?extViewt_extView] [ ?extNett_extNet] [ ?terminalMapl_terminalMap] [ ?includet_include] [ ?thresholdt_threshold] [ ?membersl_members] [ ?simParamsl_simParams] [ ?simSweepsl_simSweeps] [ ?namet_name] [ ?notet_note] [ ?verboseg_verbose] ) =>model_id| nil
Description
Creates a new parasitic resistance model.
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 instance terminals on the net.
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 unspecified, a name is generated automatically. |
|
|
A boolean argument that controls whether a message is displayed to inform of the successful creation of a model. The default is |
|
Value Returned
Examples
The following example describes how to create a parasitic resistance model for net vdd!, where each resistor will be 5 ohms.
parModelCreateNetR( cache ?net "vdd!" ?simParams list( "r" "5" ) )
=> ci:0x12be3998
Related Topics
Parasitic Aware Design Functions
Return to top