4
Parasitic Components
You can use the parasitic components of anlogLib to account for the effect of parasitics on analog circuits. By accounting for the effect of parasitics, you can improve the accuracy of your circuit simulations. These components are usually used during Diva extraction and are placed in an extracted view. Although these components are similar to the normal components, they appear only in extracted views.
Symbol: pcapacitor

Command-line help
CDF Parameters
| CDF Parameter Label | CDF Parameter | spectre | auCdl | auLvs | hspiceD | UltraSim |
|---|---|---|---|---|---|---|
Symbol: pdiode

Command-line help
CDF Parameters
| CDF Parameter Label | CDF Parameter | spectre | auCdl | auLvs | hspiceD | UltraSim |
|---|---|---|---|---|---|---|
Symbol: pinductor

Command-line help
CDF Parameters
| CDF Parameter Label | CDF Parameter | spectre | auCdl | auLvs | hspiceD | UltraSim |
|---|---|---|---|---|---|---|
Syntax/Synopsis
Name ( 1 2 ) ModelName <parameter=value> ...
Name ( 1 2 ) inductor <parameter=value> ...
Following is the model synopsis:
model ModelName inductor <parameter=value> ...
Example
Following is a sample instance statement without model:
l33 (0 net29) inductor l=10e-9 r=1 m=1
Following is a sample instance statement with model:
l33 (0 net29) ind l=10e-9 r=1 m=1
Following is the sample model statement:
model ind inductor l=6e-9 r=1 tc1=1e-12 tc2=1e-12 tnom=25
Additional Information
This device is supported within the altergroups.
Symbol: pmind

Command-line help
CDF Parameters
| CDF Parameter Label | CDF Parameter | spectre | auCdl | auLvs | hspiceD | UltraSim |
|---|---|---|---|---|---|---|
Syntax/Synopsis
Name mutual_inductor <parameter=value> ...
Example
Sample instance statement with two inductors:
l1 (1 0) inductor
l2 (2 0) inductor
ml1 mutual_inductor coupling=1 ind1=l1 ind2=l2
Additional Information
This device is not supported within the altergroups.
Symbol: presistor

Command-line help
CDF Parameters
| CDF Parameter | CDF Parameter | spectre | auCdl | auLvs | hspiceD | UltraSim |
|---|---|---|---|---|---|---|
Syntax/Synopsis
Name ( 1 2 ) ModelName <parameter=value> ...
Name ( 1 2 ) resistor <parameter=value> ...
Following is the model synopsis:
model ModelName resistor <parameter=value> ...
Example
Following is a sample without model:
r1 (1 2) resistor r=1.2K m=2
Following is a sample with model:
r1 (1 2) resmod l=8u w=1u
Following is a sample model statement:
model resmod resistor rsh=150 l=2u w=2u etch=0.05u tc1=0.1 tnom=27 kf=1
Additional Information
This device is supported within the altergroups.
Return to top