Model Usage
HiSIM2 model definition is used to describe the behavior of devices which has same model characteristic and the instance parameters can be used to describe the characteristics that belong to the specific device.
Instance Syntax
HiSIM2 instance need specify 4 terminals. To specify HiSIM2 instance element, the ModelName has to be associated with a HiSIM2 model card.
InstanceName d g s b [th] HiSIM2ModelName parameter=value ...
Sample Instance Statement
m1 (vdd vgg vss vbb) n_ch w=10u l=2u m=1 nf=10
For more instance parameters, refer to Reference.
Model Syntax
The following syntax specifies HiSIM2 model:
model ModelName hisim2 parameter=value ...
The third parameter, hisim2, is the master to indicate this model card is a HiSIM2 model card.
Sample Model Statement
model n_ch hisim2 type=n version=2.60 tox=3e-8 corsrd=-1 rs=1e-3 rd=5e-2
For more model parameters, refer to Reference.
Return to top