Don't limit the resulting deltaVGS
(to allow better analysis)
This commit is contained in:
parent
b76376a6bc
commit
c935e68432
|
|
@ -155,10 +155,10 @@ RELMODELcalculateAging (GENinstance *inInstance, int modType, CKTcircuit *ckt, d
|
||||||
here->relStruct->deltaVth = relmodel->RELMODELalpha_new * delta_Vth_fast + (1 - relmodel->RELMODELalpha_new) * delta_Vth_slow ;
|
here->relStruct->deltaVth = relmodel->RELMODELalpha_new * delta_Vth_fast + (1 - relmodel->RELMODELalpha_new) * delta_Vth_slow ;
|
||||||
|
|
||||||
// Saturation at 10% of the Average Vgs - This is not in the original aging model
|
// Saturation at 10% of the Average Vgs - This is not in the original aging model
|
||||||
if (here->relStruct->deltaVth > here->relStruct->Vstress * 0.5)
|
/*if (here->relStruct->deltaVth > here->relStruct->Vstress * 0.5)
|
||||||
{
|
{
|
||||||
here->relStruct->deltaVth = here->relStruct->Vstress * 0.5 ;
|
here->relStruct->deltaVth = here->relStruct->Vstress * 0.5 ;
|
||||||
}
|
} */
|
||||||
} else {
|
} else {
|
||||||
for (i = 0 ; i < t_aging ; i += t_step)
|
for (i = 0 ; i < t_aging ; i += t_step)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue