kmrkushal
Newbie level 4
- Joined
- Nov 1, 2012
- Messages
- 5
- Helped
- 1
- Reputation
- 2
- Reaction score
- 1
- Trophy points
- 1,283
- Activity points
- 1,313
Hi all,
I am trying to model NBTI effects in PMOS(Just starting with Basic model of change of vth = k*((t)^(1/6))
For this I want to change Vth at each Time step of .tran evaluation.
I tried the following:
.param k = '0.1/((3*365*24*60*60)^(1/6))'
.param vth = '-0.5808 - (k*((TIME)^(1/6)))'
m2 vd 0 vd vd pmos L=40nm W=500nm
v2 vd 0 1.0V
.tran 1s 1e8
.probe I(m2) lv9(m2)
I have change in model file
+VTH0 = vth
But nothing is happening and Vth value is remaining constant
Would be of much help to me if anybody can point to a solution
Regards
Kushal
I am trying to model NBTI effects in PMOS(Just starting with Basic model of change of vth = k*((t)^(1/6))
For this I want to change Vth at each Time step of .tran evaluation.
I tried the following:
.param k = '0.1/((3*365*24*60*60)^(1/6))'
.param vth = '-0.5808 - (k*((TIME)^(1/6)))'
m2 vd 0 vd vd pmos L=40nm W=500nm
v2 vd 0 1.0V
.tran 1s 1e8
.probe I(m2) lv9(m2)
I have change in model file
+VTH0 = vth
But nothing is happening and Vth value is remaining constant
Would be of much help to me if anybody can point to a solution
Regards
Kushal