S530 Parametric Test System Test Subroutine Library User's Manual Section 3: Test subroutine library reference
S530-907-01 Rev. A / September 2015 3-23
deltl1
This subroutine estimates MOSFET gate length reduction (L) using transconductance (g
m
) data obtained from
the vtext2 subroutine for two different transistors.
Usage
double deltl1(int d1, int g1, int s1, int sub1, double l1, int d2, int g2, int s2,
int sub2, double l2, double vlow, double vhigh, double vds, double vbs, double
ithr, double vstep, int npts, int *kflag)
Drawn gate length of Q1, in microns
Drawn gate length of Q2, in microns
Start of the gate-source voltage (V
GS
) search, in volts
End of the V
GS
search, in volts
Drain-source trigger current (I
DS
), in amperes
Number of points in the V
GS
sweep
0 = Normal completion
1 = First g
m
measurement failed
2 = Second g
m
measurement failed
Estimated gate length reduction
Details
The npts parameter must be greater than 5. If a value less than 5 is used, the subroutine uses 5
points by default.
The equation used for this calculation is:
L = ((Slope
1
/ Slope
2
) (L
1
- L
2
) / (Slope
1
/Slope
2
- 1.0)
Use this subroutine to infer the variability in the channel length based on the transconductance
comparison of two devices, where the reference device is considerably larger than the second device.