Set the fitting time to target, not fixit at 1 year

This commit is contained in:
Holger Vogt 2024-10-24 11:41:14 +02:00
parent c935e68432
commit 13937a54f1
1 changed files with 1 additions and 1 deletions

View File

@ -368,7 +368,7 @@ BSIM4reliability_internal (BSIM4instance *here, CKTcircuit *ckt, unsigned int mo
} else {
if (here->relStruct->deltaVth > 0)
{
ret = RELMODELcalculateAging ((GENinstance *)here, here->BSIM4modPtr->BSIM4modType, ckt, 315360000.0, 0, 1) ;
ret = RELMODELcalculateAging ((GENinstance *)here, here->BSIM4modPtr->BSIM4modType, ckt, ckt->CKTtargetFitting, 0, 1) ;
if (ret == 1)
{
return (E_INTERN) ;