VDMOS safe Temp init

This commit is contained in:
dwarning 2020-03-13 19:16:57 +01:00 committed by Holger Vogt
parent 034f415621
commit 5c5f43d122
1 changed files with 1 additions and 0 deletions

View File

@ -104,6 +104,7 @@ VDMOSload(GENmodel *inModel, CKTcircuit *ckt)
for (here = VDMOSinstances(model); here != NULL;
here = VDMOSnextInstance(here)) {
Temp = here->VDMOStemp;
selfheat = (here->VDMOSthermalGiven) && (model->VDMOSrthjcGiven);
if (selfheat)
Check_th = 1;