SEt B4v6 temp to circuit temp

This commit is contained in:
Holger Vogt 2025-03-02 15:47:49 +01:00
parent 2283cde1da
commit c73dbf612e
1 changed files with 1 additions and 1 deletions

View File

@ -2106,7 +2106,7 @@ BSIM4v6instance **InstArray;
if (!here->BSIM4v6ngconGiven)
here->BSIM4v6ngcon = model->BSIM4v6ngcon;
if (!here->BSIM4v6tempGiven)
here->BSIM4v6temp = 27;
here->BSIM4v6temp = ckt->CKTtemp + here->BSIM4v6dtemp;
if (!here->BSIM4v6dtempGiven)
here->BSIM4v6dtemp = 0;