|
|
|
@ -26,37 +26,37 @@ IOP( "nrs", BSIM3_NRS, IF_REAL , "Number of squares in source"), |
|
|
|
IOP( "off", BSIM3_OFF, IF_FLAG , "Device is initially off"), |
|
|
|
IOP( "nqsmod", BSIM3_NQSMOD, IF_INTEGER, "Non-quasi-static model selector"), |
|
|
|
IOP( "acnqsmod", BSIM3_ACNQSMOD, IF_INTEGER, "AC NQS model selector"), |
|
|
|
IP( "ic", BSIM3_IC, IF_REALVEC , "Vector of DS,GS,BS initial voltages"), |
|
|
|
OP( "gmbs", BSIM3_GMBS, IF_REAL, "Gmb"), |
|
|
|
OP( "gm", BSIM3_GM, IF_REAL, "Gm"), |
|
|
|
OP( "gds", BSIM3_GDS, IF_REAL, "Gds"), |
|
|
|
OP( "vdsat", BSIM3_VDSAT, IF_REAL, "Vdsat"), |
|
|
|
OP( "vth", BSIM3_VON, IF_REAL, "Vth"), |
|
|
|
OP( "id", BSIM3_CD, IF_REAL, "Ids"), |
|
|
|
OP( "vbs", BSIM3_VBS, IF_REAL, "Vbs"), |
|
|
|
OP( "vgs", BSIM3_VGS, IF_REAL, "Vgs"), |
|
|
|
OP( "vds", BSIM3_VDS, IF_REAL, "Vds"), |
|
|
|
OP( "ibd", BSIM3_CBD, IF_REAL, "Ibd"), /* newly added from here */ |
|
|
|
OP( "ibs", BSIM3_CBS, IF_REAL, "Ibs"), |
|
|
|
OP( "gbd", BSIM3_GBD, IF_REAL, "gbd"), |
|
|
|
OP( "gbs", BSIM3_GBS, IF_REAL, "gbs"), |
|
|
|
OP( "qb", BSIM3_QB, IF_REAL, "Qbulk"), |
|
|
|
OP( "cqb", BSIM3_CQB, IF_REAL, "CQbulk"), |
|
|
|
OP( "qg", BSIM3_QG, IF_REAL, "Qgate"), |
|
|
|
OP( "cqg", BSIM3_CQG, IF_REAL, "CQgate"), |
|
|
|
OP( "qd", BSIM3_QD, IF_REAL, "Qdrain"), |
|
|
|
OP( "cqd", BSIM3_CQD, IF_REAL, "CQdrain"), |
|
|
|
OP( "cgg", BSIM3_CGG, IF_REAL, "Cggb"), |
|
|
|
OP( "cgd", BSIM3_CGD, IF_REAL, "Cgdb"), |
|
|
|
OP( "cgs", BSIM3_CGS, IF_REAL, "Cgsb"), |
|
|
|
OP( "cdg", BSIM3_CDG, IF_REAL, "Cdgb"), |
|
|
|
OP( "cdd", BSIM3_CDD, IF_REAL, "Cddb"), |
|
|
|
OP( "cds", BSIM3_CDS, IF_REAL, "Cdsb"), |
|
|
|
OP( "cbg", BSIM3_CBG, IF_REAL, "Cbgb"), |
|
|
|
OP( "cbd", BSIM3_CBDB, IF_REAL, "Cbdb"), |
|
|
|
OP( "cbs", BSIM3_CBSB, IF_REAL, "Cbsb"), |
|
|
|
OP( "capbd", BSIM3_CAPBD, IF_REAL, "Capbd"), |
|
|
|
OP( "capbs", BSIM3_CAPBS, IF_REAL, "Capbs"), |
|
|
|
IP( "ic", BSIM3_IC, IF_REALVEC , "Vector of DS,GS,BS initial voltages"), |
|
|
|
OP( "gmbs", BSIM3_GMBS, IF_REAL, "Gmb"), |
|
|
|
OP( "gm", BSIM3_GM, IF_REAL, "Gm"), |
|
|
|
OP( "gds", BSIM3_GDS, IF_REAL, "Gds"), |
|
|
|
OP( "vdsat", BSIM3_VDSAT, IF_REAL, "Vdsat"), |
|
|
|
OP( "vth", BSIM3_VON, IF_REAL, "Vth"), |
|
|
|
OP( "id", BSIM3_CD, IF_REAL, "Ids"), |
|
|
|
OP( "vbs", BSIM3_VBS, IF_REAL, "Vbs"), |
|
|
|
OP( "vgs", BSIM3_VGS, IF_REAL, "Vgs"), |
|
|
|
OP( "vds", BSIM3_VDS, IF_REAL, "Vds"), |
|
|
|
OP( "ibd", BSIM3_CBD, IF_REAL, "Ibd"), /* newly added from here */ |
|
|
|
OP( "ibs", BSIM3_CBS, IF_REAL, "Ibs"), |
|
|
|
OP( "gbd", BSIM3_GBD, IF_REAL, "gbd"), |
|
|
|
OP( "gbs", BSIM3_GBS, IF_REAL, "gbs"), |
|
|
|
OP( "qb", BSIM3_QB, IF_REAL, "Qbulk"), |
|
|
|
OP( "cqb", BSIM3_CQB, IF_REAL, "CQbulk"), |
|
|
|
OP( "qg", BSIM3_QG, IF_REAL, "Qgate"), |
|
|
|
OP( "cqg", BSIM3_CQG, IF_REAL, "CQgate"), |
|
|
|
OP( "qd", BSIM3_QD, IF_REAL, "Qdrain"), |
|
|
|
OP( "cqd", BSIM3_CQD, IF_REAL, "CQdrain"), |
|
|
|
OP( "cgg", BSIM3_CGG, IF_REAL, "Cggb"), |
|
|
|
OP( "cgd", BSIM3_CGD, IF_REAL, "Cgdb"), |
|
|
|
OP( "cgs", BSIM3_CGS, IF_REAL, "Cgsb"), |
|
|
|
OP( "cdg", BSIM3_CDG, IF_REAL, "Cdgb"), |
|
|
|
OP( "cdd", BSIM3_CDD, IF_REAL, "Cddb"), |
|
|
|
OP( "cds", BSIM3_CDS, IF_REAL, "Cdsb"), |
|
|
|
OP( "cbg", BSIM3_CBG, IF_REAL, "Cbgb"), |
|
|
|
OP( "cbd", BSIM3_CBDB, IF_REAL, "Cbdb"), |
|
|
|
OP( "cbs", BSIM3_CBSB, IF_REAL, "Cbsb"), |
|
|
|
OP( "capbd", BSIM3_CAPBD, IF_REAL, "Capbd"), |
|
|
|
OP( "capbs", BSIM3_CAPBS, IF_REAL, "Capbs"), |
|
|
|
}; |
|
|
|
|
|
|
|
IFparm BSIM3mPTable[] = { /* model parameters */ |
|
|
|
@ -71,15 +71,15 @@ IOP( "tox", BSIM3_MOD_TOX, IF_REAL, "Gate oxide thickness in meters"), |
|
|
|
|
|
|
|
IOP( "toxm", BSIM3_MOD_TOXM, IF_REAL, "Gate oxide thickness used in extraction"), |
|
|
|
IOP( "cdsc", BSIM3_MOD_CDSC, IF_REAL, "Drain/Source and channel coupling capacitance"), |
|
|
|
IOP( "cdscb", BSIM3_MOD_CDSCB, IF_REAL, "Body-bias dependence of cdsc"), |
|
|
|
IOP( "cdscd", BSIM3_MOD_CDSCD, IF_REAL, "Drain-bias dependence of cdsc"), |
|
|
|
IOP( "cdscb", BSIM3_MOD_CDSCB, IF_REAL, "Body-bias dependence of cdsc"), |
|
|
|
IOP( "cdscd", BSIM3_MOD_CDSCD, IF_REAL, "Drain-bias dependence of cdsc"), |
|
|
|
IOP( "cit", BSIM3_MOD_CIT, IF_REAL, "Interface state capacitance"), |
|
|
|
IOP( "nfactor", BSIM3_MOD_NFACTOR, IF_REAL, "Subthreshold swing Coefficient"), |
|
|
|
IOP( "xj", BSIM3_MOD_XJ, IF_REAL, "Junction depth in meters"), |
|
|
|
IOP( "vsat", BSIM3_MOD_VSAT, IF_REAL, "Saturation velocity at tnom"), |
|
|
|
IOP( "at", BSIM3_MOD_AT, IF_REAL, "Temperature coefficient of vsat"), |
|
|
|
IOP( "a0", BSIM3_MOD_A0, IF_REAL, "Non-uniform depletion width effect coefficient."), |
|
|
|
IOP( "ags", BSIM3_MOD_AGS, IF_REAL, "Gate bias coefficient of Abulk."), |
|
|
|
IOP( "a0", BSIM3_MOD_A0, IF_REAL, "Non-uniform depletion width effect coefficient."), |
|
|
|
IOP( "ags", BSIM3_MOD_AGS, IF_REAL, "Gate bias coefficient of Abulk."), |
|
|
|
IOP( "a1", BSIM3_MOD_A1, IF_REAL, "Non-saturation effect coefficient"), |
|
|
|
IOP( "a2", BSIM3_MOD_A2, IF_REAL, "Non-saturation effect coefficient"), |
|
|
|
IOP( "keta", BSIM3_MOD_KETA, IF_REAL, "Body-bias coefficient of non-uniform depletion width effect."), |
|
|
|
@ -128,21 +128,21 @@ IOP( "xpart", BSIM3_MOD_XPART, IF_REAL, "Channel charge partitioning"), |
|
|
|
IOP( "elm", BSIM3_MOD_ELM, IF_REAL, "Non-quasi-static Elmore Constant Parameter"), |
|
|
|
IOP( "delta", BSIM3_MOD_DELTA, IF_REAL, "Effective Vds parameter"), |
|
|
|
IOP( "rsh", BSIM3_MOD_RSH, IF_REAL, "Source-drain sheet resistance"), |
|
|
|
IOP( "rdsw", BSIM3_MOD_RDSW, IF_REAL, "Source-drain resistance per width"), |
|
|
|
IOP( "rdsw", BSIM3_MOD_RDSW, IF_REAL, "Source-drain resistance per width"), |
|
|
|
|
|
|
|
IOP( "prwg", BSIM3_MOD_PRWG, IF_REAL, "Gate-bias effect on parasitic resistance "), |
|
|
|
IOP( "prwb", BSIM3_MOD_PRWB, IF_REAL, "Body-effect on parasitic resistance "), |
|
|
|
IOP( "prwg", BSIM3_MOD_PRWG, IF_REAL, "Gate-bias effect on parasitic resistance "), |
|
|
|
IOP( "prwb", BSIM3_MOD_PRWB, IF_REAL, "Body-effect on parasitic resistance "), |
|
|
|
|
|
|
|
IOP( "prt", BSIM3_MOD_PRT, IF_REAL, "Temperature coefficient of parasitic resistance "), |
|
|
|
IOP( "prt", BSIM3_MOD_PRT, IF_REAL, "Temperature coefficient of parasitic resistance "), |
|
|
|
IOP( "eta0", BSIM3_MOD_ETA0, IF_REAL, "Subthreshold region DIBL coefficient"), |
|
|
|
IOP( "etab", BSIM3_MOD_ETAB, IF_REAL, "Subthreshold region DIBL coefficient"), |
|
|
|
IOP( "pclm", BSIM3_MOD_PCLM, IF_REAL, "Channel length modulation Coefficient"), |
|
|
|
IOP( "pdiblc1", BSIM3_MOD_PDIBL1, IF_REAL, "Drain-induced barrier lowering coefficient"), |
|
|
|
IOP( "pdiblc2", BSIM3_MOD_PDIBL2, IF_REAL, "Drain-induced barrier lowering coefficient"), |
|
|
|
IOP( "pdiblcb", BSIM3_MOD_PDIBLB, IF_REAL, "Body-effect on drain-induced barrier lowering"), |
|
|
|
IOP( "pscbe1", BSIM3_MOD_PSCBE1, IF_REAL, "Substrate current body-effect coefficient"), |
|
|
|
IOP( "pscbe2", BSIM3_MOD_PSCBE2, IF_REAL, "Substrate current body-effect coefficient"), |
|
|
|
IOP( "pvag", BSIM3_MOD_PVAG, IF_REAL, "Gate dependence of output resistance parameter"), |
|
|
|
IOP( "pdiblc1", BSIM3_MOD_PDIBL1, IF_REAL, "Drain-induced barrier lowering coefficient"), |
|
|
|
IOP( "pdiblc2", BSIM3_MOD_PDIBL2, IF_REAL, "Drain-induced barrier lowering coefficient"), |
|
|
|
IOP( "pdiblcb", BSIM3_MOD_PDIBLB, IF_REAL, "Body-effect on drain-induced barrier lowering"), |
|
|
|
IOP( "pscbe1", BSIM3_MOD_PSCBE1, IF_REAL, "Substrate current body-effect coefficient"), |
|
|
|
IOP( "pscbe2", BSIM3_MOD_PSCBE2, IF_REAL, "Substrate current body-effect coefficient"), |
|
|
|
IOP( "pvag", BSIM3_MOD_PVAG, IF_REAL, "Gate dependence of output resistance parameter"), |
|
|
|
IOP( "js", BSIM3_MOD_JS, IF_REAL, "Source/drain junction reverse saturation current density"), |
|
|
|
IOP( "jsw", BSIM3_MOD_JSW, IF_REAL, "Sidewall junction reverse saturation current density"), |
|
|
|
IOP( "pb", BSIM3_MOD_PB, IF_REAL, "Source/drain junction built-in potential"), |
|
|
|
@ -221,8 +221,8 @@ IOP( "lnfactor", BSIM3_MOD_LNFACTOR, IF_REAL, "Length dependence of nfactor"), |
|
|
|
IOP( "lxj", BSIM3_MOD_LXJ, IF_REAL, "Length dependence of xj"), |
|
|
|
IOP( "lvsat", BSIM3_MOD_LVSAT, IF_REAL, "Length dependence of vsat"), |
|
|
|
IOP( "lat", BSIM3_MOD_LAT, IF_REAL, "Length dependence of at"), |
|
|
|
IOP( "la0", BSIM3_MOD_LA0, IF_REAL, "Length dependence of a0"), |
|
|
|
IOP( "lags", BSIM3_MOD_LAGS, IF_REAL, "Length dependence of ags"), |
|
|
|
IOP( "la0", BSIM3_MOD_LA0, IF_REAL, "Length dependence of a0"), |
|
|
|
IOP( "lags", BSIM3_MOD_LAGS, IF_REAL, "Length dependence of ags"), |
|
|
|
IOP( "la1", BSIM3_MOD_LA1, IF_REAL, "Length dependence of a1"), |
|
|
|
IOP( "la2", BSIM3_MOD_LA2, IF_REAL, "Length dependence of a2"), |
|
|
|
IOP( "lketa", BSIM3_MOD_LKETA, IF_REAL, "Length dependence of keta"), |
|
|
|
@ -264,21 +264,21 @@ IOP( "lute", BSIM3_MOD_LUTE, IF_REAL, "Length dependence of ute"), |
|
|
|
IOP( "lvoff", BSIM3_MOD_LVOFF, IF_REAL, "Length dependence of voff"), |
|
|
|
IOP( "lelm", BSIM3_MOD_LELM, IF_REAL, "Length dependence of elm"), |
|
|
|
IOP( "ldelta", BSIM3_MOD_LDELTA, IF_REAL, "Length dependence of delta"), |
|
|
|
IOP( "lrdsw", BSIM3_MOD_LRDSW, IF_REAL, "Length dependence of rdsw "), |
|
|
|
IOP( "lrdsw", BSIM3_MOD_LRDSW, IF_REAL, "Length dependence of rdsw "), |
|
|
|
|
|
|
|
IOP( "lprwg", BSIM3_MOD_LPRWG, IF_REAL, "Length dependence of prwg "), |
|
|
|
IOP( "lprwb", BSIM3_MOD_LPRWB, IF_REAL, "Length dependence of prwb "), |
|
|
|
IOP( "lprwg", BSIM3_MOD_LPRWG, IF_REAL, "Length dependence of prwg "), |
|
|
|
IOP( "lprwb", BSIM3_MOD_LPRWB, IF_REAL, "Length dependence of prwb "), |
|
|
|
|
|
|
|
IOP( "lprt", BSIM3_MOD_LPRT, IF_REAL, "Length dependence of prt "), |
|
|
|
IOP( "leta0", BSIM3_MOD_LETA0, IF_REAL, "Length dependence of eta0"), |
|
|
|
IOP( "letab", BSIM3_MOD_LETAB, IF_REAL, "Length dependence of etab"), |
|
|
|
IOP( "lpclm", BSIM3_MOD_LPCLM, IF_REAL, "Length dependence of pclm"), |
|
|
|
IOP( "lpdiblc1", BSIM3_MOD_LPDIBL1, IF_REAL, "Length dependence of pdiblc1"), |
|
|
|
IOP( "lpdiblc2", BSIM3_MOD_LPDIBL2, IF_REAL, "Length dependence of pdiblc2"), |
|
|
|
IOP( "lpdiblcb", BSIM3_MOD_LPDIBLB, IF_REAL, "Length dependence of pdiblcb"), |
|
|
|
IOP( "lpscbe1", BSIM3_MOD_LPSCBE1, IF_REAL, "Length dependence of pscbe1"), |
|
|
|
IOP( "lpscbe2", BSIM3_MOD_LPSCBE2, IF_REAL, "Length dependence of pscbe2"), |
|
|
|
IOP( "lpvag", BSIM3_MOD_LPVAG, IF_REAL, "Length dependence of pvag"), |
|
|
|
IOP( "lprt", BSIM3_MOD_LPRT, IF_REAL, "Length dependence of prt "), |
|
|
|
IOP( "leta0", BSIM3_MOD_LETA0, IF_REAL, "Length dependence of eta0"), |
|
|
|
IOP( "letab", BSIM3_MOD_LETAB, IF_REAL, "Length dependence of etab"), |
|
|
|
IOP( "lpclm", BSIM3_MOD_LPCLM, IF_REAL, "Length dependence of pclm"), |
|
|
|
IOP( "lpdiblc1", BSIM3_MOD_LPDIBL1, IF_REAL, "Length dependence of pdiblc1"), |
|
|
|
IOP( "lpdiblc2", BSIM3_MOD_LPDIBL2, IF_REAL, "Length dependence of pdiblc2"), |
|
|
|
IOP( "lpdiblcb", BSIM3_MOD_LPDIBLB, IF_REAL, "Length dependence of pdiblcb"), |
|
|
|
IOP( "lpscbe1", BSIM3_MOD_LPSCBE1, IF_REAL, "Length dependence of pscbe1"), |
|
|
|
IOP( "lpscbe2", BSIM3_MOD_LPSCBE2, IF_REAL, "Length dependence of pscbe2"), |
|
|
|
IOP( "lpvag", BSIM3_MOD_LPVAG, IF_REAL, "Length dependence of pvag"), |
|
|
|
IOP( "lwr", BSIM3_MOD_LWR, IF_REAL, "Length dependence of wr"), |
|
|
|
IOP( "ldwg", BSIM3_MOD_LDWG, IF_REAL, "Length dependence of dwg"), |
|
|
|
IOP( "ldwb", BSIM3_MOD_LDWB, IF_REAL, "Length dependence of dwb"), |
|
|
|
@ -300,15 +300,15 @@ IOP( "lmoin", BSIM3_MOD_LMOIN, IF_REAL, "Length dependence of moin"), |
|
|
|
IOP( "lnoff", BSIM3_MOD_LNOFF, IF_REAL, "Length dependence of noff"), |
|
|
|
IOP( "lvoffcv", BSIM3_MOD_LVOFFCV, IF_REAL, "Length dependence of voffcv"), |
|
|
|
IOP( "wcdsc", BSIM3_MOD_WCDSC, IF_REAL, "Width dependence of cdsc"), |
|
|
|
IOP( "wcdscb", BSIM3_MOD_WCDSCB, IF_REAL, "Width dependence of cdscb"), |
|
|
|
IOP( "wcdscd", BSIM3_MOD_WCDSCD, IF_REAL, "Width dependence of cdscd"), |
|
|
|
IOP( "wcdscb", BSIM3_MOD_WCDSCB, IF_REAL, "Width dependence of cdscb"), |
|
|
|
IOP( "wcdscd", BSIM3_MOD_WCDSCD, IF_REAL, "Width dependence of cdscd"), |
|
|
|
IOP( "wcit", BSIM3_MOD_WCIT, IF_REAL, "Width dependence of cit"), |
|
|
|
IOP( "wnfactor", BSIM3_MOD_WNFACTOR, IF_REAL, "Width dependence of nfactor"), |
|
|
|
IOP( "wxj", BSIM3_MOD_WXJ, IF_REAL, "Width dependence of xj"), |
|
|
|
IOP( "wvsat", BSIM3_MOD_WVSAT, IF_REAL, "Width dependence of vsat"), |
|
|
|
IOP( "wat", BSIM3_MOD_WAT, IF_REAL, "Width dependence of at"), |
|
|
|
IOP( "wa0", BSIM3_MOD_WA0, IF_REAL, "Width dependence of a0"), |
|
|
|
IOP( "wags", BSIM3_MOD_WAGS, IF_REAL, "Width dependence of ags"), |
|
|
|
IOP( "wa0", BSIM3_MOD_WA0, IF_REAL, "Width dependence of a0"), |
|
|
|
IOP( "wags", BSIM3_MOD_WAGS, IF_REAL, "Width dependence of ags"), |
|
|
|
IOP( "wa1", BSIM3_MOD_WA1, IF_REAL, "Width dependence of a1"), |
|
|
|
IOP( "wa2", BSIM3_MOD_WA2, IF_REAL, "Width dependence of a2"), |
|
|
|
IOP( "wketa", BSIM3_MOD_WKETA, IF_REAL, "Width dependence of keta"), |
|
|
|
@ -356,15 +356,15 @@ IOP( "wprwg", BSIM3_MOD_WPRWG, IF_REAL, "Width dependence of prwg "), |
|
|
|
IOP( "wprwb", BSIM3_MOD_WPRWB, IF_REAL, "Width dependence of prwb "), |
|
|
|
|
|
|
|
IOP( "wprt", BSIM3_MOD_WPRT, IF_REAL, "Width dependence of prt"), |
|
|
|
IOP( "weta0", BSIM3_MOD_WETA0, IF_REAL, "Width dependence of eta0"), |
|
|
|
IOP( "wetab", BSIM3_MOD_WETAB, IF_REAL, "Width dependence of etab"), |
|
|
|
IOP( "wpclm", BSIM3_MOD_WPCLM, IF_REAL, "Width dependence of pclm"), |
|
|
|
IOP( "wpdiblc1", BSIM3_MOD_WPDIBL1, IF_REAL, "Width dependence of pdiblc1"), |
|
|
|
IOP( "wpdiblc2", BSIM3_MOD_WPDIBL2, IF_REAL, "Width dependence of pdiblc2"), |
|
|
|
IOP( "wpdiblcb", BSIM3_MOD_WPDIBLB, IF_REAL, "Width dependence of pdiblcb"), |
|
|
|
IOP( "wpscbe1", BSIM3_MOD_WPSCBE1, IF_REAL, "Width dependence of pscbe1"), |
|
|
|
IOP( "wpscbe2", BSIM3_MOD_WPSCBE2, IF_REAL, "Width dependence of pscbe2"), |
|
|
|
IOP( "wpvag", BSIM3_MOD_WPVAG, IF_REAL, "Width dependence of pvag"), |
|
|
|
IOP( "weta0", BSIM3_MOD_WETA0, IF_REAL, "Width dependence of eta0"), |
|
|
|
IOP( "wetab", BSIM3_MOD_WETAB, IF_REAL, "Width dependence of etab"), |
|
|
|
IOP( "wpclm", BSIM3_MOD_WPCLM, IF_REAL, "Width dependence of pclm"), |
|
|
|
IOP( "wpdiblc1", BSIM3_MOD_WPDIBL1, IF_REAL, "Width dependence of pdiblc1"), |
|
|
|
IOP( "wpdiblc2", BSIM3_MOD_WPDIBL2, IF_REAL, "Width dependence of pdiblc2"), |
|
|
|
IOP( "wpdiblcb", BSIM3_MOD_WPDIBLB, IF_REAL, "Width dependence of pdiblcb"), |
|
|
|
IOP( "wpscbe1", BSIM3_MOD_WPSCBE1, IF_REAL, "Width dependence of pscbe1"), |
|
|
|
IOP( "wpscbe2", BSIM3_MOD_WPSCBE2, IF_REAL, "Width dependence of pscbe2"), |
|
|
|
IOP( "wpvag", BSIM3_MOD_WPVAG, IF_REAL, "Width dependence of pvag"), |
|
|
|
IOP( "wwr", BSIM3_MOD_WWR, IF_REAL, "Width dependence of wr"), |
|
|
|
IOP( "wdwg", BSIM3_MOD_WDWG, IF_REAL, "Width dependence of dwg"), |
|
|
|
IOP( "wdwb", BSIM3_MOD_WDWB, IF_REAL, "Width dependence of dwb"), |
|
|
|
@ -387,14 +387,14 @@ IOP( "wnoff", BSIM3_MOD_WNOFF, IF_REAL, "Width dependence of noff"), |
|
|
|
IOP( "wvoffcv", BSIM3_MOD_WVOFFCV, IF_REAL, "Width dependence of voffcv"), |
|
|
|
|
|
|
|
IOP( "pcdsc", BSIM3_MOD_PCDSC, IF_REAL, "Cross-term dependence of cdsc"), |
|
|
|
IOP( "pcdscb", BSIM3_MOD_PCDSCB, IF_REAL, "Cross-term dependence of cdscb"), |
|
|
|
IOP( "pcdscb", BSIM3_MOD_PCDSCB, IF_REAL, "Cross-term dependence of cdscb"), |
|
|
|
IOP( "pcdscd", BSIM3_MOD_PCDSCD, IF_REAL, "Cross-term dependence of cdscd"), |
|
|
|
IOP( "pcit", BSIM3_MOD_PCIT, IF_REAL, "Cross-term dependence of cit"), |
|
|
|
IOP( "pnfactor", BSIM3_MOD_PNFACTOR, IF_REAL, "Cross-term dependence of nfactor"), |
|
|
|
IOP( "pxj", BSIM3_MOD_PXJ, IF_REAL, "Cross-term dependence of xj"), |
|
|
|
IOP( "pvsat", BSIM3_MOD_PVSAT, IF_REAL, "Cross-term dependence of vsat"), |
|
|
|
IOP( "pat", BSIM3_MOD_PAT, IF_REAL, "Cross-term dependence of at"), |
|
|
|
IOP( "pa0", BSIM3_MOD_PA0, IF_REAL, "Cross-term dependence of a0"), |
|
|
|
IOP( "pa0", BSIM3_MOD_PA0, IF_REAL, "Cross-term dependence of a0"), |
|
|
|
IOP( "pags", BSIM3_MOD_PAGS, IF_REAL, "Cross-term dependence of ags"), |
|
|
|
IOP( "pa1", BSIM3_MOD_PA1, IF_REAL, "Cross-term dependence of a1"), |
|
|
|
IOP( "pa2", BSIM3_MOD_PA2, IF_REAL, "Cross-term dependence of a2"), |
|
|
|
@ -437,10 +437,10 @@ IOP( "pute", BSIM3_MOD_PUTE, IF_REAL, "Cross-term dependence of ute"), |
|
|
|
IOP( "pvoff", BSIM3_MOD_PVOFF, IF_REAL, "Cross-term dependence of voff"), |
|
|
|
IOP( "pelm", BSIM3_MOD_PELM, IF_REAL, "Cross-term dependence of elm"), |
|
|
|
IOP( "pdelta", BSIM3_MOD_PDELTA, IF_REAL, "Cross-term dependence of delta"), |
|
|
|
IOP( "prdsw", BSIM3_MOD_PRDSW, IF_REAL, "Cross-term dependence of rdsw "), |
|
|
|
IOP( "prdsw", BSIM3_MOD_PRDSW, IF_REAL, "Cross-term dependence of rdsw "), |
|
|
|
|
|
|
|
IOP( "pprwg", BSIM3_MOD_PPRWG, IF_REAL, "Cross-term dependence of prwg "), |
|
|
|
IOP( "pprwb", BSIM3_MOD_PPRWB, IF_REAL, "Cross-term dependence of prwb "), |
|
|
|
IOP( "pprwg", BSIM3_MOD_PPRWG, IF_REAL, "Cross-term dependence of prwg "), |
|
|
|
IOP( "pprwb", BSIM3_MOD_PPRWB, IF_REAL, "Cross-term dependence of prwb "), |
|
|
|
|
|
|
|
IOP( "pprt", BSIM3_MOD_PPRT, IF_REAL, "Cross-term dependence of prt "), |
|
|
|
IOP( "peta0", BSIM3_MOD_PETA0, IF_REAL, "Cross-term dependence of eta0"), |
|
|
|
@ -451,7 +451,7 @@ IOP( "ppdiblc2", BSIM3_MOD_PPDIBL2, IF_REAL, "Cross-term dependence of pdiblc2") |
|
|
|
IOP( "ppdiblcb", BSIM3_MOD_PPDIBLB, IF_REAL, "Cross-term dependence of pdiblcb"), |
|
|
|
IOP( "ppscbe1", BSIM3_MOD_PPSCBE1, IF_REAL, "Cross-term dependence of pscbe1"), |
|
|
|
IOP( "ppscbe2", BSIM3_MOD_PPSCBE2, IF_REAL, "Cross-term dependence of pscbe2"), |
|
|
|
IOP( "ppvag", BSIM3_MOD_PPVAG, IF_REAL, "Cross-term dependence of pvag"), |
|
|
|
IOP( "ppvag", BSIM3_MOD_PPVAG, IF_REAL, "Cross-term dependence of pvag"), |
|
|
|
IOP( "pwr", BSIM3_MOD_PWR, IF_REAL, "Cross-term dependence of wr"), |
|
|
|
IOP( "pdwg", BSIM3_MOD_PDWG, IF_REAL, "Cross-term dependence of dwg"), |
|
|
|
IOP( "pdwb", BSIM3_MOD_PDWB, IF_REAL, "Cross-term dependence of dwb"), |
|
|
|
@ -493,11 +493,8 @@ char *BSIM3names[] = { |
|
|
|
"Charge" |
|
|
|
}; |
|
|
|
|
|
|
|
int BSIM3nSize = NUMELEMS(BSIM3names); |
|
|
|
int BSIM3pTSize = NUMELEMS(BSIM3pTable); |
|
|
|
int BSIM3mPTSize = NUMELEMS(BSIM3mPTable); |
|
|
|
int BSIM3iSize = sizeof(BSIM3instance); |
|
|
|
int BSIM3mSize = sizeof(BSIM3model); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
int BSIM3nSize = NUMELEMS(BSIM3names); |
|
|
|
int BSIM3pTSize = NUMELEMS(BSIM3pTable); |
|
|
|
int BSIM3mPTSize = NUMELEMS(BSIM3mPTable); |
|
|
|
int BSIM3iSize = sizeof(BSIM3instance); |
|
|
|
int BSIM3mSize = sizeof(BSIM3model); |