parModelCreateCustom
parModelCreateCustom(d_cache[ ?nett_net] [ ?typet_type] [ ?simParamsl_simParams] [ ?simSweepsl_simSweeps] [ ?parLibt_parLib] [ ?parCellt_parCell] [ ?parViewt_parView] [ ?terminalMapl_terminalMap] [ ?namet_name] [ ?notet_note] [ ?verboseg_verbose] ) =>model_id/ nil
Description
Creates a new customization parasitic estimate model for selected nets. This model is defined in the cellview defined by the parLib, parCell, and parView arguments.
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. |
|
|
Type of estimate that can be a star model or stitched extracted net. |
|
|
List of simulation parameters containing a name value pair for the parameter. |
|
|
List of simulation sweeps containing a name value pair for the parameter. |
|
|
List of instance terminals connecting non-hierarchical instances to the net. This list is calculated automatically. |
|
|
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!.
cache = parCacheGet( "analogLib" "presister" "symbol" )
parModelCreateCustom( cache ?nets "vdd!" ?parLib "analogLib" ?parCell "presister" ?parView "symbol" )
=> ci:0x12be3998
Related Topics
Parasitic Aware Design Functions
Return to top