Add flag Final Aging

This commit is contained in:
Holger Vogt 2024-10-16 17:08:45 +02:00
parent f37f865f58
commit 36be7a4f75
1 changed files with 3 additions and 0 deletions

View File

@ -229,6 +229,9 @@ CKTdoJob(CKTcircuit *ckt, int reset, TSKtask *task)
{
/* In case of Reliability Analysis, perform the final CKTreliability */
printf ("\n\nFinal Aging...\n") ;
#ifdef HAS_PROGREP
SetAnalyse("Final Aging", 0);
#endif
CKTreliability (ckt, 1) ;
error = CKTtemp (ckt) ;
if (error)