allow alternate instance parameter name delvt0 for bsim4 models
This commit is contained in:
parent
759ec4a3d0
commit
4402897a07
|
|
@ -54,6 +54,7 @@ IOP( "rbpb", BSIM4_RBPB, IF_REAL , "Body resistance"),
|
|||
IOP( "rbps", BSIM4_RBPS, IF_REAL , "Body resistance"),
|
||||
IOP( "rbpd", BSIM4_RBPD, IF_REAL , "Body resistance"),
|
||||
IOP( "delvto", BSIM4_DELVTO, IF_REAL , "Zero bias threshold voltage variation"),
|
||||
IOPR( "delvt0", BSIM4_DELVTO, IF_REAL , "Zero bias threshold voltage variation"),
|
||||
IOP( "xgw", BSIM4_XGW, IF_REAL, "Distance from gate contact center to device edge"),
|
||||
IOP( "ngcon", BSIM4_NGCON, IF_REAL, "Number of gate contacts"),
|
||||
|
||||
|
|
|
|||
|
|
@ -45,6 +45,7 @@ IOP( "rbpb", BSIM4v5_RBPB, IF_REAL , "Body resistance"),
|
|||
IOP( "rbps", BSIM4v5_RBPS, IF_REAL , "Body resistance"),
|
||||
IOP( "rbpd", BSIM4v5_RBPD, IF_REAL , "Body resistance"),
|
||||
IOP( "delvto", BSIM4v5_DELVTO, IF_REAL , "Zero bias threshold voltage variation"),
|
||||
IOPR( "delvt0", BSIM4v5_DELVTO, IF_REAL , "Zero bias threshold voltage variation"),
|
||||
IOP( "xgw", BSIM4v5_XGW, IF_REAL, "Distance from gate contact center to device edge"),
|
||||
IOP( "ngcon", BSIM4v5_NGCON, IF_REAL, "Number of gate contacts"),
|
||||
|
||||
|
|
|
|||
|
|
@ -51,6 +51,7 @@ IOP( "rbpb", BSIM4v6_RBPB, IF_REAL , "Body resistance"),
|
|||
IOP( "rbps", BSIM4v6_RBPS, IF_REAL , "Body resistance"),
|
||||
IOP( "rbpd", BSIM4v6_RBPD, IF_REAL , "Body resistance"),
|
||||
IOP( "delvto", BSIM4v6_DELVTO, IF_REAL , "Zero bias threshold voltage variation"),
|
||||
IOPR( "delvt0", BSIM4v6_DELVTO, IF_REAL , "Zero bias threshold voltage variation"),
|
||||
IOP( "xgw", BSIM4v6_XGW, IF_REAL, "Distance from gate contact center to device edge"),
|
||||
IOP( "ngcon", BSIM4v6_NGCON, IF_REAL, "Number of gate contacts"),
|
||||
|
||||
|
|
|
|||
|
|
@ -52,6 +52,7 @@ IOP( "rbpb", BSIM4v7_RBPB, IF_REAL , "Body resistance"),
|
|||
IOP( "rbps", BSIM4v7_RBPS, IF_REAL , "Body resistance"),
|
||||
IOP( "rbpd", BSIM4v7_RBPD, IF_REAL , "Body resistance"),
|
||||
IOP( "delvto", BSIM4v7_DELVTO, IF_REAL , "Zero bias threshold voltage variation"),
|
||||
IOPR( "delvt0", BSIM4v7_DELVTO, IF_REAL , "Zero bias threshold voltage variation"),
|
||||
IOP( "xgw", BSIM4v7_XGW, IF_REAL, "Distance from gate contact center to device edge"),
|
||||
IOP( "ngcon", BSIM4v7_NGCON, IF_REAL, "Number of gate contacts"),
|
||||
|
||||
|
|
|
|||
|
|
@ -92,6 +92,7 @@ IOP( "nf", B4SOI_NF, IF_REAL , "Number of fingers"),
|
|||
IOP( "rbdb", B4SOI_RBDB, IF_REAL , "Body resistance"),
|
||||
IOP( "rbsb", B4SOI_RBSB, IF_REAL , "Body resistance"),
|
||||
IOP( "delvto", B4SOI_DELVTO, IF_REAL, "Zero bias threshold voltage variation"),
|
||||
IOPR( "delvt0", B4SOI_DELVTO, IF_REAL, "Zero bias threshold voltage variation"),
|
||||
/* v4.0 end */
|
||||
|
||||
IOP( "soimod", B4SOI_SOIMOD, IF_INTEGER, "Instance model selector for PD/FD operation"), /* v3.2 */
|
||||
|
|
|
|||
Loading…
Reference in New Issue