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