correct entry for vdmos bulk diode in acload

This commit is contained in:
dwarning 2019-02-06 18:31:12 +01:00 committed by Holger Vogt
parent 9dec5f5f1e
commit d03df9d326
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ VDMOSacLoad(GENmodel *inModel, CKTcircuit *ckt)
*(here->VDMOSGPgPtr) -= here->VDMOSgateConductance;
/* bulk diode */
*(here->VDMOSSsPtr) += gspr;
*(here->VDMOSDdPtr) += gspr;
*(here->VDMOSDdPtr) += geq;
*(here->VDMOSDdPtr +1) += xceq;
*(here->VDIORPrpPtr) += geq+gspr;
*(here->VDIORPrpPtr +1) += xceq;