An 9523
An 9523
An 9523
Introduction
There is no consistent method for evaluating SPICE models in the industry, so it is hard to reproduce a specic manufacturers results or to compare models between manufacturers. Furthermore, many of the SPICE models available from vendors do not correlate the vendors data sheet for the corresponding op amp; hence, there is confusion about the validity of the model, the evaluation program, and/or the data sheet. This paper includes a collection of SPICE programs that have been used to evaluate some of the latest Intersil Corporation current feedback op amps. The programs illustrated here will be used to evaluate new Intersil op amp designs, both current and voltage feedback, so they will serve as a standard until modied by common agreement. These programs have several advantages: they are written, they have been debugged, macros exist to eliminate the plotting effort, they cover the pertinent parameters, and they contain equations to normalize the output for Bode type plots. Six programs which cover 13 parameters including: inverting gain, non-inverting gain, positive power supply current, negative power supply current, positive input bias current, negative input bias current,offset current, positive offset voltage, negative offset voltage, differential offset voltage, non-inverting common-mode voltage, transient response, and enable/disable response are used to evaluate the op amp. These thirteen parameters are displayed in eight plots which have seventeen curves. Printed copies of these programs are given here, and electronic copies are available on the Intersil CorporationAnalog SPICE Macromodels disk dated January 1996 or later.
Unless the output is normalized the vertical scale will have to be large enough to accommodate the difference in gains, so small effects such as peaking may be hard to discern or measure. The program congures the load resistor as a voltage divider, and the output is taken at the voltage divider output. If the op amp gain is 10 the load resistor gain will be 0.1. If a load resistor is not required by the data sheet enter a large value such as 1000G; the large resistor will not affect the circuit operation while the normalization feature is retained. Now the three curves will plot on top of each other similar to the GBW curves shown in most data books.
11 RF11 RG11 IN VIN
12
21 RG21 RF21
22
+ CL31
32
VEE
2.0
0 G1 -2.0 G2 G3
-4.0 -6.0 1 3
10 30 FREQUENCY (MHz)
100
300
10
RF
OUT RL
RI
10
10
I(VEE)
-5 I(VCC)
seen that the common mode difference voltage is 2V. The input is a square wave so the measurement should be made in an area which has settled out. Notice that the worse common-mode input voltage is negative so that value of -1.3mV was used in the calculation. Using a square wave rather than a DC signal enables the inspection of both quadrants prior to calculating the CMRR. The program requires the user to supply the feedback resistance value, the load resistance, and the power supply voltage in volts.
3 4 VEE RL1
V IO ( V ( IN1 ) V ( 11 ) ) ( V ( IN2 ) V ( 21 ) ) CMMR = DB -------------------------------------------------------------------------------------------------- = DB --------------( V ( IN2 ) V ( IN1 ) ) V CM FIGURE 12. SCHEMATIC AND EQUATION FOR COMMON-MODE REJECTION CIRCUIT
3.0
1.0
-1.0 -1.3mV 3 1.3 CMMR = 20LOG --------------10 = 63.7dB 2 -3.0 0 50 100 TIME (ns) 150 200
-2.0
RI1 50
VEE RF1 1K
*This program simulates the time domain response for a non-inverting op amp. *The response will be small signal or large signal depending on the amplitude *of the input signal. The user must specify the load resistance, RL, the *feedback resistance, RF, and the input resistance, RI. The power supply *voltage is set by the parameter vsupply. The op amp model is entered with *a .lib statement. The model in the x statement must correspond to the *model called in the .lib statement. .param RI = 50 .param RF = 1K .param RL = 100 .param vsupply=5 .lib b:ha502x.cir x1 in 11 3 4 out 3 ha502x VIN1 in 0 PULSE (-.1 .1 .1ns .1ns .1ns 100ns 200ns) RF1 11 out {RF} RL1 out 0 {RL} RI1 0 in {RI} VCC 3 0 {vsupply} VEE 4 0 [-1*vsupply} .tran 20ns 420ns .probe .end
FIGURE 17. TRANSIENT RESPONSE PROGRAM
4.0 RF VCC 11 IN VIN RI (V) 2.0 OUT ENABLE/ DISABLE 1.0 RL 0 0 0.5 1.0 1.5 2.0 2.5 TIME (s) 3.0 3.5 4.0 4.5
3.0
- 3 + ENA 4
VEE
*This program simulates the time response of the enable/disable function of *the non-inverting op amp. The response is obtained with a 2VDC *input signal, while the voltage on the enable pin swings from VCC to ground. *The user must specify the load resistance, RL, the feedback resistance, RF, *and the input resistance, RI. The power supply voltage is set by a parameter *vsupply. The op amp model is entered with a .lib statement. The model in the subcircuit call *(x statement) must correspond to the model called in the .lib statement. If *the rise and fall times of the enable signal are too fast the program may *not converge (10ns is optimal). .param RI = 50 .param RF = 1K .param RL = 100 .param vsupply=5 .lib b:ha502x.cir x1 in 11 3 4 out ena ha502x VIN in 0 2 vena ena 0 PULSE ({vsupply} 0 0ns 10ns 10ns 2000ns 4000ns) RF1 11 out {RF} RL1 out 0 {RL} RI1 0 in {RI} VCC 3 0 {vsupply} VEE 4 0 {-1*vsupply} .tran 20ns 4020ns .probe .end
FIGURE 20. ENABLE RESPONSE PROGRAM
All Intersil semiconductor products are manufactured, assembled and tested under ISO9000 quality systems certication.
Intersil semiconductor products are sold by description only. Intersil Corporation reserves the right to make changes in circuit design and/or specifications at any time without notice. Accordingly, the reader is cautioned to verify that data sheets are current before placing orders. Information furnished by Intersil is believed to be accurate and reliable. However, no responsibility is assumed by Intersil or its subsidiaries for its use; nor for any infringements of patents or other rights of third parties which may result from its use. No license is granted by implication or otherwise under any patent or patent rights of Intersil or its subsidiaries.
For information regarding Intersil Corporation and its products, see web site www.intersil.com
10