From f7b66ded9d41906f8b0b22644396a9672882a612 Mon Sep 17 00:00:00 2001 From: Holger Vogt Date: Mon, 2 Apr 2018 14:07:18 +0200 Subject: [PATCH] comment --- src/spicelib/devices/vdmos/vdmos.c | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/spicelib/devices/vdmos/vdmos.c b/src/spicelib/devices/vdmos/vdmos.c index a8a3b2eee..d32bdd254 100644 --- a/src/spicelib/devices/vdmos/vdmos.c +++ b/src/spicelib/devices/vdmos/vdmos.c @@ -100,6 +100,18 @@ IFparm VDMOSmPTable[] = { /* model parameters */ IOP("lambda",VDMOS_MOD_LAMBDA,IF_REAL, "Channel length modulation"), IOP("rd", VDMOS_MOD_RD, IF_REAL, "Drain ohmic resistance"), IOP("rs", VDMOS_MOD_RS, IF_REAL, "Source ohmic resistance"), +/* + Cjo Zero-bias body diode junction capacitance + Is Body diode saturation current + N Bulk diode emission coefficient + Vj Body diode junction potential + M Body diode grading coefficient + Fc Body diode coefficient for forward-bias depletion capacitance formula + tt Body diode transit time + Eg Body diode activation energy for temperature effect on Is + Xti Body diode saturation current temperature exponent +*/ + IOP("tnom", VDMOS_MOD_TNOM, IF_REAL, "Parameter measurement temperature"), IOP("kf", VDMOS_MOD_KF, IF_REAL, "Flicker noise coefficient"), IOP("af", VDMOS_MOD_AF, IF_REAL, "Flicker noise exponent"),