misc local modifications
This commit is contained in:
14
spice/copy/sub/2ndOrderAllpass.sub
Executable file
14
spice/copy/sub/2ndOrderAllpass.sub
Executable file
@@ -0,0 +1,14 @@
|
||||
* Copyright <20> Linear Technology Corp. 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005. All rights reserved.
|
||||
*
|
||||
.subckt 2ndOrderAllpass 1 2
|
||||
G1 0 N002 1 0 {2/R1}
|
||||
L2 N002 0 {L1} Rpar={R1} Cpar={C1}
|
||||
G2 0 N003 1 0 {1/R1}
|
||||
G3 N003 0 N002 0 {1/R1}
|
||||
R1 N003 0 {R1}
|
||||
G4 0 2 N003 0 {10*H}
|
||||
R2 2 0 .1
|
||||
.param R1=1k
|
||||
.param C1=Q/(2*pi*f0*R1)
|
||||
.param L1= 1/(C1*(2*pi*f0)**2)
|
||||
.ends 2ndOrderAllpass
|
13
spice/copy/sub/2ndOrderBandpass.sub
Executable file
13
spice/copy/sub/2ndOrderBandpass.sub
Executable file
@@ -0,0 +1,13 @@
|
||||
* Copyright <20> Linear Technology Corp. 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005. All rights reserved.
|
||||
*
|
||||
.subckt 2ndOrderBandpass 1 2
|
||||
L1 N003 0 {L1} Cpar={C1}
|
||||
G1 0 N002 1 0 {2/R1}
|
||||
R1 N002 0 {R1/2}
|
||||
R2 N003 N002 {R1/2}
|
||||
G2 0 2 N003 0 {10*H}
|
||||
R3 2 0 .1
|
||||
.param R1=1k
|
||||
.param L1=1/(C1*(2*pi*f0)**2)
|
||||
.param C1=Q/(R1*2*pi*f0)
|
||||
.ends 2ndOrderBandpass
|
20
spice/copy/sub/2ndOrderComplexzero.sub
Executable file
20
spice/copy/sub/2ndOrderComplexzero.sub
Executable file
@@ -0,0 +1,20 @@
|
||||
* Copyright <20> Linear Technology Corp. 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005. All rights reserved.
|
||||
*
|
||||
.subckt 2ndOrderComplexzero 1 2
|
||||
G1 0 N002 1 0 {2*f0**2/(R1*fn**2)}
|
||||
R2 N002 0 {R1/2}
|
||||
G2 0 N003 N002 N005 {2m*K1}
|
||||
R4 N003 0 1k
|
||||
L1 N005 N006 {L1}
|
||||
R1 N002 N005 {R1/2}
|
||||
C2 N006 0 {C1}
|
||||
G3 0 N003 N005 N006 {1m}
|
||||
G4 0 N003 N006 0 {1m*K2}
|
||||
G5 0 2 N003 0 {10*H}
|
||||
R3 2 0 .1
|
||||
.param R1=1k
|
||||
.param K1 = (fn*Q)/(f0*Qn)
|
||||
.param K2 = (fn/f0)**2
|
||||
.param L1 = R1*Q/(2*pi*f0)
|
||||
.param C1 = 1/(L1*(2*pi*f0)**2)
|
||||
.ends 2ndOrderComplexzero
|
13
spice/copy/sub/2ndOrderHighpass.sub
Executable file
13
spice/copy/sub/2ndOrderHighpass.sub
Executable file
@@ -0,0 +1,13 @@
|
||||
* Copyright <20> Linear Technology Corp. 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005. All rights reserved.
|
||||
*
|
||||
.subckt 2ndOrderHighpass 1 2
|
||||
L1 N003 0 {L1}
|
||||
C1 N002 N003 {C1} Rser={R1/2}
|
||||
G1 0 N002 1 0 {2/R1}
|
||||
R1 N002 0 {R1/2}
|
||||
G2 0 2 N003 0 {10*H}
|
||||
R2 2 0 .1
|
||||
.param R1=1k
|
||||
.param L1=R1*Q/(2*pi*f0)
|
||||
.param C1=1/(L1*(2*pi*f0)**2)
|
||||
.ends 2ndOrderHighpass
|
13
spice/copy/sub/2ndOrderLowpass.sub
Executable file
13
spice/copy/sub/2ndOrderLowpass.sub
Executable file
@@ -0,0 +1,13 @@
|
||||
* Copyright <20> Linear Technology Corp. 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005. All rights reserved.
|
||||
*
|
||||
.subckt 2ndOrderLowpass 1 2
|
||||
G1 0 N002 1 0 {2/R1}
|
||||
R2 N002 0 {R1/2}
|
||||
R4 2 0 .1
|
||||
L1 N002 N004 {L1} Rser={R1/2}
|
||||
C2 N004 0 {C1}
|
||||
G4 0 2 N004 0 {10*H}
|
||||
.param R1=1k
|
||||
.param L1 = R1*Q/(2*pi*f0)
|
||||
.param C1 = 1/(L1*(2*pi*f0)**2)
|
||||
.ends 2ndOrderLowpass
|
14
spice/copy/sub/2ndOrderNotch.sub
Executable file
14
spice/copy/sub/2ndOrderNotch.sub
Executable file
@@ -0,0 +1,14 @@
|
||||
* Copyright <20> Linear Technology Corp. 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005. All rights reserved.
|
||||
*
|
||||
.subckt 2ndOrderNotch 1 2
|
||||
G1 0 N002 1 0 {4/R1}
|
||||
R1 N002 0 {R1/2}
|
||||
R2 N003 N002 {R1/2}
|
||||
R3 N003 0 {R1}
|
||||
C1 N003 0 {C1} Lser={L1}
|
||||
G2 0 2 N003 0 {10*H}
|
||||
R4 2 0 .1
|
||||
.param R1=1k
|
||||
.param L1=R1*Q/(4*pi*f0)
|
||||
.param C1=1/(L1*(2*pi*f0)**2)
|
||||
.ends 2ndOrderNotch
|
11
spice/copy/sub/4N25.sub
Executable file
11
spice/copy/sub/4N25.sub
Executable file
@@ -0,0 +1,11 @@
|
||||
* Copyright <20> Linear Technology Corp. 1998, 1999, 2000. All rights reserved.
|
||||
*
|
||||
.subckt 4N25 1 2 3 4 5
|
||||
R1 N003 2 2
|
||||
D1 1 N003 LD
|
||||
G1 3 5 N003 2 .876m
|
||||
C1 1 2 18p
|
||||
Q1 3 5 4 [4] NP
|
||||
.model LD D(Is=1e-20 Cjo=18p)
|
||||
.model NP NPN(Bf=610 Vaf=140 Ikf=15m Rc=1 Cjc=19p Cje=7p Cjs=7p C2=1e-15)
|
||||
.ends 4N25
|
11
spice/copy/sub/4N27.sub
Executable file
11
spice/copy/sub/4N27.sub
Executable file
@@ -0,0 +1,11 @@
|
||||
* Copyright <20> Linear Technology Corp. 1998, 1999, 2000. All rights reserved.
|
||||
*
|
||||
.subckt 4N27 1 2 3 4 5
|
||||
R1 N003 2 2
|
||||
D1 1 N003 LD
|
||||
G1 3 5 N003 2 .582m
|
||||
C1 1 2 18p
|
||||
Q1 3 5 4 [4] NP
|
||||
.model LD D(Is=1e-20 Cjo=18p)
|
||||
.model NP NPN(Bf=610 Vaf=140 Ikf=15m Rc=1 Cjc=19p Cje=7p Cjs=7p C2=1e-15)
|
||||
.ends 4N27
|
BIN
spice/copy/sub/AD4002.sub
Executable file
BIN
spice/copy/sub/AD4002.sub
Executable file
Binary file not shown.
BIN
spice/copy/sub/AD4003.sub
Executable file
BIN
spice/copy/sub/AD4003.sub
Executable file
Binary file not shown.
BIN
spice/copy/sub/AD5535Bopamp.sub
Executable file
BIN
spice/copy/sub/AD5535Bopamp.sub
Executable file
Binary file not shown.
BIN
spice/copy/sub/AD5671R.sub
Executable file
BIN
spice/copy/sub/AD5671R.sub
Executable file
Binary file not shown.
BIN
spice/copy/sub/AD5672R.sub
Executable file
BIN
spice/copy/sub/AD5672R.sub
Executable file
Binary file not shown.
BIN
spice/copy/sub/AD5673R.sub
Executable file
BIN
spice/copy/sub/AD5673R.sub
Executable file
Binary file not shown.
BIN
spice/copy/sub/AD5674R.sub
Executable file
BIN
spice/copy/sub/AD5674R.sub
Executable file
Binary file not shown.
BIN
spice/copy/sub/AD5675R.sub
Executable file
BIN
spice/copy/sub/AD5675R.sub
Executable file
Binary file not shown.
BIN
spice/copy/sub/AD5676R.sub
Executable file
BIN
spice/copy/sub/AD5676R.sub
Executable file
Binary file not shown.
BIN
spice/copy/sub/AD5677R.sub
Executable file
BIN
spice/copy/sub/AD5677R.sub
Executable file
Binary file not shown.
BIN
spice/copy/sub/AD5679R.sub
Executable file
BIN
spice/copy/sub/AD5679R.sub
Executable file
Binary file not shown.
BIN
spice/copy/sub/AD5681R.sub
Executable file
BIN
spice/copy/sub/AD5681R.sub
Executable file
Binary file not shown.
BIN
spice/copy/sub/AD5682R.sub
Executable file
BIN
spice/copy/sub/AD5682R.sub
Executable file
Binary file not shown.
BIN
spice/copy/sub/AD5683R.sub
Executable file
BIN
spice/copy/sub/AD5683R.sub
Executable file
Binary file not shown.
BIN
spice/copy/sub/AD5684R.sub
Executable file
BIN
spice/copy/sub/AD5684R.sub
Executable file
Binary file not shown.
BIN
spice/copy/sub/AD5685R.sub
Executable file
BIN
spice/copy/sub/AD5685R.sub
Executable file
Binary file not shown.
BIN
spice/copy/sub/AD5686R.sub
Executable file
BIN
spice/copy/sub/AD5686R.sub
Executable file
Binary file not shown.
BIN
spice/copy/sub/AD5687R.sub
Executable file
BIN
spice/copy/sub/AD5687R.sub
Executable file
Binary file not shown.
BIN
spice/copy/sub/AD5689R.sub
Executable file
BIN
spice/copy/sub/AD5689R.sub
Executable file
Binary file not shown.
BIN
spice/copy/sub/AD5691R.sub
Executable file
BIN
spice/copy/sub/AD5691R.sub
Executable file
Binary file not shown.
BIN
spice/copy/sub/AD5692R.sub
Executable file
BIN
spice/copy/sub/AD5692R.sub
Executable file
Binary file not shown.
BIN
spice/copy/sub/AD5693R.sub
Executable file
BIN
spice/copy/sub/AD5693R.sub
Executable file
Binary file not shown.
BIN
spice/copy/sub/AD5694R.sub
Executable file
BIN
spice/copy/sub/AD5694R.sub
Executable file
Binary file not shown.
BIN
spice/copy/sub/AD5695R.sub
Executable file
BIN
spice/copy/sub/AD5695R.sub
Executable file
Binary file not shown.
BIN
spice/copy/sub/AD5696R.sub
Executable file
BIN
spice/copy/sub/AD5696R.sub
Executable file
Binary file not shown.
BIN
spice/copy/sub/AD5697R.sub
Executable file
BIN
spice/copy/sub/AD5697R.sub
Executable file
Binary file not shown.
BIN
spice/copy/sub/AD5766.sub
Executable file
BIN
spice/copy/sub/AD5766.sub
Executable file
Binary file not shown.
BIN
spice/copy/sub/AD5770R.sub
Executable file
BIN
spice/copy/sub/AD5770R.sub
Executable file
Binary file not shown.
BIN
spice/copy/sub/AD5772R.sub
Executable file
BIN
spice/copy/sub/AD5772R.sub
Executable file
Binary file not shown.
106
spice/copy/sub/AD8310.lib
Executable file
106
spice/copy/sub/AD8310.lib
Executable file
@@ -0,0 +1,106 @@
|
||||
* Copyright (c) 1998-2020 Analog Devices, Inc. All rights reserved.
|
||||
*
|
||||
.subckt AD8310 1 2 3 4 5 6 7 8
|
||||
R1 8 CM_IN 500
|
||||
R2 1 CM_IN 500
|
||||
C1 8 1 1.4p
|
||||
E13 N022 2 GC6_out 2 1
|
||||
R5 GC1_out N016 1k
|
||||
C2 GC1_out 2 0.18p
|
||||
R6 GC2_out N017 1k
|
||||
C3 GC2_out 2 0.08p
|
||||
R7 GC3_out N018 1k
|
||||
C4 GC3_out 2 0.08p
|
||||
R8 GC4_out N019 1k
|
||||
C5 GC4_out 2 0.108p
|
||||
R9 GC5_out N020 1k
|
||||
C6 GC5_out 2 0.085p
|
||||
R10 GC6_out N021 1k
|
||||
C7 GC6_out 2 0.085p
|
||||
R25 DET_out 2 3.075k
|
||||
R26 6 N001 3k
|
||||
R27 N014 2 1k
|
||||
R28 N006 N014 3k
|
||||
E10 AMP1 2 6 N014 1000
|
||||
C22 6 2 2.1p
|
||||
I<EFBFBD>G20 DET_out 2 45<34>
|
||||
R4 1 N028 1e8
|
||||
R3 8 N028 1e8
|
||||
B_GC1 N016 2 V={I_GC1*T_GC1}*tanh((V(GC1_in)-V(OFFS))/{denom})
|
||||
B_GC2 N017 2 V={I_GC2*T_GC2}*tanh((V(GC1_out)-V(2))/{denom})
|
||||
B_GC3 N018 2 V={I_GC3*T_GC3}*tanh((V(GC2_out)-V(2))/{denom})
|
||||
B_GC4 N019 2 V={I_GC4*T_GC4}*tanh((V(GC3_out)-V(2))/{denom})
|
||||
B_GC5 N020 2 V={I_GC5*T_GC5}*tanh((V(GC4_out)-V(2))/{denom})
|
||||
B_GC6 N021 2 V={I_GC6*T_GC6}*tanh((V(GC5_out)-V(2))/{denom})
|
||||
B_D2 2 N008 I={I_D2}*(COSH((V(GC1_out)-V(2))/{denom})-1)/(COSH((V(GC1_out)-V(2))/{denom})+1)
|
||||
C8 N008 2 0.6p
|
||||
R11 DET_out N008 2k
|
||||
B_D3 2 N009 I={I_D3}*(COSH((V(GC2_out)-V(2))/{denom})-1)/(COSH((V(GC2_out)-V(2))/{denom})+1)
|
||||
C9 N009 2 0.6p
|
||||
R12 DET_out N009 2k
|
||||
B_D4 2 N010 I={I_D4}*(COSH((V(GC3_out)-V(2))/{denom})-1)/(COSH((V(GC3_out)-V(2))/{denom})+1)
|
||||
C10 N010 2 0.6p
|
||||
R13 DET_out N010 2k
|
||||
B_D5 2 N011 I={I_D5}*(COSH((V(GC4_out)-V(2))/{denom})-1)/(COSH((V(GC4_out)-V(2))/{denom})+1)
|
||||
C11 N011 2 0.6p
|
||||
R14 DET_out N011 2k
|
||||
B_D6 2 N012 I={I_D6}*(COSH((V(GC5_out)-V(2))/{denom})-1)/(COSH((V(GC5_out)-V(2))/{denom})+1)
|
||||
C12 N012 2 0.6p
|
||||
R15 DET_out N012 2k
|
||||
B_D7 2 N013 I={I_D7}*(COSH((V(GC6_out)-V(2))/{denom})-1)/(COSH((V(GC6_out)-V(2))/{denom})+1)
|
||||
C13 N013 2 0.6p
|
||||
R16 DET_out N013 2k
|
||||
B_D1a 2 N007 I={I_D1a}*(COSH(1.2*(V(GC1_in)-V(2))/{denom})-1)/(COSH(1.2*(V(GC1_in)-V(2))/{denom})+1)
|
||||
C14 N007 2 0.8p
|
||||
R17 DET_out N007 400
|
||||
R18 GC1_in 2 1e8
|
||||
B_EN GC1_in 2 V={Ain}*(V(8)-V(1))*(V(7)-V(2)>2.3)
|
||||
B1 5 2 I=(8m-0.05u)*(V(7)-V(2)>2.3)*(V(5)-V(2)>2.6)*(V(5)-V(2)<=7.5)+0.05u
|
||||
B_GC7 OFFS 2 V=15m*tanh((V(INT_FLT)-V(2))/15m)
|
||||
B2 N001 2 V=(V(DET_out)<=V(REF_p66))*(V(DET_out)-V(REF_p66))+V(REF_p66)-V(2)
|
||||
B3 N006 2 V=(V(AMP2)<=V(REF_4p75))*(V(AMP2)-V(REF_4p75))+V(REF_4p75)-V(2)
|
||||
B4 AMP2 2 V=(V(AMP1)>=V(REF_p4))*(V(AMP1)-V(REF_p4))+V(REF_p4)-V(2)
|
||||
R19 AMP1 2 100k
|
||||
R20 AMP2 2 100k
|
||||
B_D1b 2 N007 I={I_D1b}*(COSH(0.25*(V(GC1_in)-V(2))/{denom})-1)/(COSH(0.25*(V(GC1_in)-V(2))/{denom})+1)
|
||||
B_D1c 2 N007 I={I_D1c}*(COSH(45m*(V(GC1_in)-V(2))/{denom})-1)/(COSH(45m*(V(GC1_in)-V(2))/{denom})+1)
|
||||
R30 7 2 85.7k
|
||||
XU1 N006 N004 VCC_INT 2 N004 level.2 Avol=1Meg GBW=25Meg Slew=100Meg ilimit=5m rail=0 Vos=0 phimargin=45 en=0 enk=0 in=0 ink=0 Rin=500Meg
|
||||
R33 4 N004 0.05
|
||||
R31 INT_FLT N022 7.1e7
|
||||
R32 2 OFFS 1e8
|
||||
C18 INT_FLT 2 33p
|
||||
S1 5 VCC_INT CTRL 2 vcc_switch
|
||||
B_OFLT1 CTRL 2 V=(V(7)-V(2)>2.3)*(V(5)-V(2)>2.6)*(V(5)-V(2)<=7.5)
|
||||
R24 VCC_INT 2 1e8
|
||||
B_0p4 REF_p4 2 V=0.4*(V(CTRL)>0.5)
|
||||
B_0p66 REF_p66 2 V=0.66*(V(CTRL)>0.5)
|
||||
B_4p75 REF_4p75 2 V=4.75*(V(CTRL)>0.5)
|
||||
V1 CM_IN 2 3.2578
|
||||
V5 3 INT_FLT 1.75
|
||||
.param I_GC1=998.692u
|
||||
.param I_GC2=904.1875u
|
||||
.param I_GC3=903.975u
|
||||
.param I_GC4=801.8u
|
||||
.param I_GC5=896.75u
|
||||
.param I_GC6=977.5u
|
||||
.param T_GC1=TEMP+287.775
|
||||
.param T_GC2=TEMP+287.334488
|
||||
.param T_GC3=TEMP+287.7372
|
||||
.param T_GC4=TEMP+301.1642
|
||||
.param T_GC5=TEMP+301.1642
|
||||
.param T_GC6=TEMP+273.2804
|
||||
.param I_D1a=7.132n*TEMP + 27.5784u
|
||||
.param I_D1b=4.7n*TEMP + 26.8338u
|
||||
.param I_D1c=9.564n*TEMP + 31.8017u
|
||||
.param I_D2 =7.76n*TEMP + 29.8147u
|
||||
.param I_D3 =.9885n*TEMP + 29.70868u
|
||||
.param I_D4 =.9885n*TEMP + 29.70868u
|
||||
.param I_D5 =3.954n*TEMP + 29.6286u
|
||||
.param I_D6 =7.908n*TEMP + 29.5219u
|
||||
.param I_D7 =37.46n*TEMP + 57.0747u
|
||||
.param denom=172.5u*(TEMP+274.15)
|
||||
.param Ain=1.58
|
||||
.model vcc_switch SW(Ron=1m, Roff=1e9, Vt=0.5)
|
||||
.lib UniversalOpamps2.sub
|
||||
.ends AD8310
|
BIN
spice/copy/sub/AD8452.sub
Executable file
BIN
spice/copy/sub/AD8452.sub
Executable file
Binary file not shown.
112
spice/copy/sub/ADA4098-1.lib
Executable file
112
spice/copy/sub/ADA4098-1.lib
Executable file
@@ -0,0 +1,112 @@
|
||||
* Copyright (c) 1998-2021 Analog Devices, Inc. All rights reserved.
|
||||
*
|
||||
.subckt ADA4098-1 1 2 3 4 5 6
|
||||
B1 0 N006 I=10u*dnlim(uplim(V(1),V(4)+69.3,.1), V(4)-.15, .1)+1n*V(1)-10.72254n
|
||||
B2 N006 0 I=10u*dnlim(uplim(V(2),V(4)+69.3,.1), V(4)-.16, .1)+1n*V(2)
|
||||
C10 N006 0 50f Rpar=100K noiseless
|
||||
M1 N019 NG 4 4 NI temp=27
|
||||
C2 3 5 1p Rpar=1g noiseless
|
||||
D5 NG N022 DLIMN1
|
||||
M2 P001 N007 N004 N004 PI temp=27
|
||||
A3 N014 N016 4 4 4 4 N007 4 OTA g=2u ref=-.305 linear vlow=-1e308 vhigh=1e308
|
||||
C11 5 4 1p Rpar=1g noiseless
|
||||
D6 NG 4 DLIMN2
|
||||
C16 N016 5 12p
|
||||
A5 N012 0 N014 N014 N014 N014 N016 N014 OTA g=70u isource=10.3u Vlow=-1e308 Vhigh=1e308
|
||||
G1 4 NG N016 N014 140n
|
||||
D9 N016 N014 DLIM
|
||||
C7 2 0 2.7p Rser=1k Rpar=100G noiseless
|
||||
C13 3 4 10p
|
||||
C1 N009 0 30f
|
||||
G2 0 N014 4 0 .5m
|
||||
G4 0 N014 3 0 .5m
|
||||
C18 N014 0 200p Rpar=1K noiseless
|
||||
C6 1 0 2.7p Rser=1k Rpar=100G noiseless
|
||||
D3 3 N004 DSBD
|
||||
C5 3 N004 100f Rpar=10Meg noiseless
|
||||
D4 N004 N007 DLIMP
|
||||
D2 N009 0 DLIM0
|
||||
D1 4 5 DESD
|
||||
D8 4 1 DESD
|
||||
D10 4 2 DESD
|
||||
A2 N015 0 0 0 0 0 0 0 OTA g=0 in=1.8p ink=15
|
||||
D11 5 N019 DNR
|
||||
C15 N019 4 100f Rpar=10Meg noiseless
|
||||
D7 N007 3 DLIMPR
|
||||
A6 4 3 M M M M N005 M OTA g=2u iout=1u ref=-2.5 Rout=1Meg Cout=100f vlow=-1e308 vhigh=1e308
|
||||
S4 N021 N023 N005 0 SBiasN
|
||||
D13 3 N013 DBiasDrop
|
||||
C14 N021 4 100f
|
||||
S2 N004 N007 0 N005 SHUT
|
||||
S3 NG 4 0 N005 SHUT
|
||||
D16 2 1 D1Meg
|
||||
C17 N010 0 174.26f noiseless Rser=2.667Meg Rpar=1Meg
|
||||
G3 0 N010 N009 0 1<>
|
||||
D17 0 N009 DNLIN
|
||||
C20 N012 0 47f Rpar=1Meg noiseless
|
||||
G5 0 N012 N011 0 1<>
|
||||
S5 N014 N016 4 5 SGK
|
||||
C3 3 N007 .9p Rser=700k noiseless
|
||||
C12 NG 4 .9p Rser=700k noiseless
|
||||
D14 2 N013 DBiasOTT
|
||||
D15 1 N021 DBiasOTT
|
||||
S1 0 N008 3 2 SNOI
|
||||
A7 N008 0 0 0 0 0 0 0 OTA g=0 in=17.25p ink=5
|
||||
A1 2 1 0 0 0 0 0 0 OTA g=0 in=145f ink=6
|
||||
GNOI_I 1 2 N015 0 1<>
|
||||
S6 0 N015 3 2 SNOI
|
||||
A4 0 N006 0 0 0 0 N009 0 OTA g=1u linear en=16.95n*(1+freq/12e5) enk=3.3 Vhigh=1e308 Vlow=-1e308
|
||||
GNOI_V N006 0 N008 0 10n
|
||||
I1 0 1 1.76n
|
||||
S9 3 4 N017 0 SP
|
||||
S10 3 N007 N017 0 SHUT2
|
||||
S11 NG 4 N017 0 SHUT2
|
||||
A8 6 4 0 0 0 0 N017 0 SCHMITT Vt=1.5 Vh=1m Trise=1u Tfall=100u
|
||||
S7 5 0 N017 0 SHUT2
|
||||
S8 P001 5 0 N017 SHUT3
|
||||
S13 N018 4 0 N017 SHUT3
|
||||
G6 0 M 3 0 500<30>
|
||||
R1 M 0 1k noiseless
|
||||
G7 0 M 4 0 500<30>
|
||||
R2 N026 0 48 noiseless
|
||||
C4 N027 N026 10n Rpar=47.9K noiseless
|
||||
R3 N027 0 1 noiseless
|
||||
G8 0 N027 1 0 5.25m
|
||||
G9 0 N027 2 0 5.25m
|
||||
G10 0 N027 0 3 5.25m
|
||||
G11 0 N027 0 4 5.25m
|
||||
G12 0 N006 0 N026 1<>
|
||||
D12 3 N018 DP
|
||||
S12 N013 N021 0 N017 SHUT3
|
||||
D18 4 6 DSHUT1
|
||||
C9 6 0 100f
|
||||
C19 N011 0 174.26f noiseless Rser=3.667Meg Rpar=1Meg
|
||||
G13 0 N011 N010 0 1<>
|
||||
S14 N023 4 0 N017 SHUT3
|
||||
S15 N022 4 0 N017 SHUT3
|
||||
I2 0 2 2.04n
|
||||
.model DP D(Ron=1k Roff=1G Vfwd=2.5 epsilon=100m ilimit=1.4u noiseless)
|
||||
.model SP SW(Ron=100 Roff=1G vt=.5 vh=10m ilimit=17u noiseless)
|
||||
.model DESD D(Ron=1k Roff=1G vfwd=700m epsilon=100m noiseless)
|
||||
.model SNOI SW(Ron=1 Roff=1Meg vt=1.2 vh=-100m noiseless)
|
||||
.model NI VDMOS(Vto=325.5m kp=72.3m Mtriode=.9 lambda=.01)
|
||||
.model PI VDMOS(Vto=-325.5m Kp=341m lambda=.01 pchan is=0)
|
||||
.model DLIM0 D(Ron=10 Roff=10Meg Vfwd=1 epsilon=100m Vrev=1 epsilon=100m noiseless)
|
||||
.model DNLIN D(Roff=1.8Meg Ron=800k vfwd=0 epsilon=10m noiseless)
|
||||
.model DLIM D(Ron=100 Roff=2.949Meg Vfwd=700m Vrev=100m epsilon=10m revepsilon=10 noiseless)
|
||||
.model SHUT SW(level=2 Ron=10k Roff=100G vt=-.5 vh=-.2 noiseless)
|
||||
.model DSHUT1 D(Ron=1000 Roff=0.823E6 Vfwd=1 epsilon=100m Vrev=1 epsilon=100m ilimit=100n revilimit=0.1n noiseless)
|
||||
.model DSBD D( Ron=15 Roff=100Meg Vfwd=-58.5m epsilon=50m Vrev=100 revepsilon=10m noiseless)
|
||||
.model DNR D(Ron=1 Roff=100Meg Vfwd=-6.5m epsilon=300m noiseless)
|
||||
.model DLIMN1 D(Ron=200k Roff=415Meg Vfwd=1.378 Vrev=-330m epsilon=.1 noiseless)
|
||||
.model DLIMN2 D(Ron=5Meg Roff=1G Vfwd=-20m epsilon=50m ilimit=44n noiseless)
|
||||
.model DLIMP D(Ron=100k Roff=100Meg Vfwd=0.63 epsilon=10m noiseless)
|
||||
.model DLIMPR D(Ron=5Meg Roff=1G Vfwd=100m epsilon=10m noiseless)
|
||||
.model SGK SW(level=2 Ron=65k Roff=100G vt=-260m vh=150m oneway epsilon=10m noiseless)
|
||||
.model SBiasN SW(level=2 Ron=5k Roff=1g vt=.5 vh=-.2 ilimit=8u noiseless)
|
||||
.model DBiasDrop D(Ron=1k Roff=1G vfwd=2.37 epsilon=200m noiseless)
|
||||
.model DBiasOTT D(Ron=500 Roff=1G vfwd=700m epsilon=200m noiseless)
|
||||
.model D1Meg D(Ron=1Meg Roff=1Meg vfwd=0 vrev=0 ilimit=10n revilimit=10n noiseless)
|
||||
.model SHUT3 SW(Ron=10 Roff=10G vt=-0.5 vh=100m noiseless)
|
||||
.model SHUT2 SW(Ron=10 Roff=10G vt=0.5 vh=100m noiseless)
|
||||
.ends ADA4098-1
|
112
spice/copy/sub/ADA4099-1.lib
Executable file
112
spice/copy/sub/ADA4099-1.lib
Executable file
@@ -0,0 +1,112 @@
|
||||
* Copyright (c) 1998-2021 Analog Devices, Inc. All rights reserved.
|
||||
*
|
||||
.subckt ADA4099-1 1 2 3 4 5 6
|
||||
B1 0 N006 I=10u*dnlim(uplim(V(1),V(4)+69.1,.1), V(4)-.15, .1)+1n*V(1)-10.72254n
|
||||
B2 N006 0 I=10u*dnlim(uplim(V(2),V(4)+69.1,.1), V(4)-.16, .1)+1n*V(2)
|
||||
C10 N006 0 50f Rpar=100K noiseless
|
||||
M1 N018 NG 4 4 NI temp=27
|
||||
C2 3 5 1p Rpar=1g noiseless
|
||||
D5 NG N022 DLIMN1
|
||||
M2 P001 N007 N004 N004 PI temp=27
|
||||
A3 N013 N015 4 4 4 4 N007 4 OTA g=2u ref=-.305 linear vlow=-1e308 vhigh=1e308
|
||||
C11 5 4 1p Rpar=1g noiseless
|
||||
D6 NG 4 DLIMN2
|
||||
C16 N015 5 1.8p
|
||||
A5 N011 0 N013 N013 N013 N013 N015 N013 OTA g=50u iout=9.8u Vlow=-1e308 Vhigh=1e308
|
||||
G1 4 NG N015 N013 140n
|
||||
D9 N015 N013 DLIM
|
||||
C7 2 0 2.7p Rser=1k Rpar=100G noiseless
|
||||
C13 3 4 10p
|
||||
C1 N009 0 7f
|
||||
G2 0 N013 4 0 .5m
|
||||
G4 0 N013 3 0 .5m
|
||||
C18 N013 0 200p Rpar=1K noiseless
|
||||
C6 1 0 2.7p Rser=1k Rpar=100G noiseless
|
||||
D3 3 N004 DSBD
|
||||
C5 3 N004 100f Rpar=10Meg noiseless
|
||||
D4 N004 N007 DLIMP
|
||||
D2 N009 0 DLIM0
|
||||
D1 4 5 DESD
|
||||
D8 4 1 DESD
|
||||
D10 4 2 DESD
|
||||
A2 N014 0 0 0 0 0 0 0 OTA g=0 en=8n enk=5 in=5p ink=15
|
||||
D11 5 N018 DNR
|
||||
C15 N018 4 100f Rpar=10Meg noiseless
|
||||
D7 N007 3 DLIMPR
|
||||
A6 4 3 M M M M N005 M OTA g=2u iout=1u ref=-2.5 Rout=1Meg Cout=100f vlow=-1e308 vhigh=1e308
|
||||
S4 N020 N021 N005 0 SBiasN
|
||||
D13 3 N012 DBiasDrop
|
||||
C14 N020 4 100f
|
||||
S2 N004 N007 0 N005 SHUT
|
||||
S3 NG 4 0 N005 SHUT
|
||||
D16 2 1 D100k
|
||||
C17 N010 0 80.26f noiseless Rser=2.667Meg Rpar=1Meg
|
||||
G3 0 N010 N009 0 1<>
|
||||
D17 0 N009 DNLIN
|
||||
C19 N011 0 6f Rpar=1Meg noiseless
|
||||
G5 0 N011 N010 0 1<>
|
||||
S5 N013 N015 4 5 SGK
|
||||
C3 3 N007 .9p Rser=700k noiseless
|
||||
C12 NG 4 .9p Rser=700k noiseless
|
||||
D14 2 N012 DBiasOTT
|
||||
D15 1 N020 DBiasOTT
|
||||
S1 0 N008 3 2 SNOI
|
||||
A7 N008 0 0 0 0 0 0 0 OTA g=0 in=17.25p ink=5
|
||||
A1 2 1 0 0 0 0 0 0 OTA g=0 in=500f ink=6
|
||||
GNOI_I 1 2 N014 0 1<>
|
||||
S6 0 N014 3 2 SNOI
|
||||
A4 0 N006 0 0 0 0 N009 0 OTA g=1u linear en=7n*(1+freq/40e6) enk=6 Vhigh=1e308 Vlow=-1e308
|
||||
GNOI_V N006 0 N008 0 10n
|
||||
I1 1 0 1.4n
|
||||
S9 3 4 N016 0 SP
|
||||
S10 3 N007 N016 0 SHUT2
|
||||
S11 NG 4 N016 0 SHUT2
|
||||
A8 6 4 0 0 0 0 N016 0 SCHMITT Vt=1.5 Vh=1m Trise=1u Tfall=12u
|
||||
S7 5 0 N016 0 SHUT2
|
||||
S8 P001 5 0 N016 SHUT3
|
||||
S13 N017 4 0 N016 SHUT3
|
||||
G6 0 M 3 0 500<30>
|
||||
R1 M 0 1k noiseless
|
||||
G7 0 M 4 0 500<30>
|
||||
R2 N025 0 48 noiseless
|
||||
C4 N026 N025 10n Rpar=47.9K noiseless
|
||||
R3 N026 0 1 noiseless
|
||||
G8 0 N026 1 0 5.25m
|
||||
G9 0 N026 2 0 5.25m
|
||||
G10 0 N026 0 3 5.25m
|
||||
G11 0 N026 0 4 5.25m
|
||||
G12 0 N006 0 N025 1<>
|
||||
D12 3 N017 DP
|
||||
S12 N012 N020 0 N016 SHUT3
|
||||
S14 N021 4 0 N016 SHUT3
|
||||
S16 N022 4 0 N016 SHUT3
|
||||
D18 4 6 DSHUT1
|
||||
C8 6 0 100f
|
||||
.model DP D(Ron=1k Roff=1G Vfwd=2.5 epsilon=100m ilimit=0.49m noiseless)
|
||||
.model SP SW(Ron=100 Roff=1G vt=.5 vh=10m ilimit=24u noiseless)
|
||||
.model DESD D(Ron=1k Roff=1G vfwd=700m epsilon=100m noiseless)
|
||||
.model SNOI SW(Ron=1 Roff=1Meg vt=1.2 vh=-100m noiseless)
|
||||
.model NI VDMOS(Vto=220m kp=60m Mtriode=.9 lambda=.01)
|
||||
.model PI VDMOS(Vto=-220m Kp=120m lambda=.01 pchan is=0)
|
||||
.model DLIM0 D(Ron=10 Roff=10Meg Vfwd=1 epsilon=100m Vrev=1 epsilon=100m noiseless)
|
||||
.model DNLIN D(Roff=1.8Meg Ron=800k vfwd=0 epsilon=10m noiseless)
|
||||
.model DLIM D(Ron=100 Roff=4.111Meg Vfwd=700m Vrev=100m epsilon=10m revepsilon=10 noiseless)
|
||||
.model SHUT SW(level=2 Ron=10k Roff=100G vt=-.5 vh=-.2 noiseless)
|
||||
.model DSHUT1 D(Ron=1000 Roff=0.823E6 Vfwd=1 epsilon=100m Vrev=1 epsilon=100m ilimit=100n revilimit=0.1n noiseless)
|
||||
.model DSBD D( Ron=15 Roff=100Meg Vfwd=-48.5m epsilon=50m Vrev=100 revepsilon=10m noiseless)
|
||||
.model DNR D(Ron=1 Roff=100Meg Vfwd=-8.5m epsilon=300m noiseless)
|
||||
.model DLIMN1 D(Ron=200k Roff=415Meg Vfwd=1.378 Vrev=-330m epsilon=.1 noiseless)
|
||||
.model DLIMN2 D(Ron=5Meg Roff=1G Vfwd=-20m epsilon=50m ilimit=44n noiseless)
|
||||
.model DLIMP D(Ron=100k Roff=100Meg Vfwd=0.815 epsilon=10m noiseless)
|
||||
.model DLIMPR D(Ron=5Meg Roff=1G Vfwd=100m epsilon=10m noiseless)
|
||||
.model SGK SW(level=2 Ron=65k Roff=100G vt=-260m vh=150m oneway epsilon=10m noiseless)
|
||||
.model SBiasN SW(level=2 Ron=5k Roff=1g vt=.5 vh=-.2 ilimit=82.5u noiseless)
|
||||
.model DBiasDrop D(Ron=1k Roff=1G vfwd=2.37 epsilon=200m noiseless)
|
||||
.model DBiasOTT D(Ron=500 Roff=1G vfwd=700m epsilon=200m noiseless)
|
||||
.model D100k D(Ron=100k Roff=100k vfwd=0 vrev=0 ilimit=10n revilimit=10n noiseless)
|
||||
.model 600nA D(Ron=1Meg Roff=1G Ilimit=600n epsilon=1 Vfwd=1 noiseless)
|
||||
.model 300nA D(Ron=1Meg Roff=1G Ilimit=300n epsilon=1 Vfwd=0 noiseless)
|
||||
.model SHUT3 SW(Ron=10 Roff=10G vt=-0.5 vh=100m noiseless)
|
||||
.model SHUT2 SW(Ron=10 Roff=10G vt=0.5 vh=100m noiseless)
|
||||
.model SHUTD SW(Ron=10 Roff=10G vt=0 vh=100m ilimit=300n noiseless)
|
||||
.ends ADA4099-1
|
BIN
spice/copy/sub/ADA4254.sub
Executable file
BIN
spice/copy/sub/ADA4254.sub
Executable file
Binary file not shown.
BIN
spice/copy/sub/ADA4523-1.sub
Executable file
BIN
spice/copy/sub/ADA4523-1.sub
Executable file
Binary file not shown.
627
spice/copy/sub/ADG.lib
Executable file
627
spice/copy/sub/ADG.lib
Executable file
@@ -0,0 +1,627 @@
|
||||
* Copyright <20> Analog Devices, Inc. 2019. All rights reserved.
|
||||
*
|
||||
*
|
||||
.subckt ADG1611 1 2 3 4 5 6 7 8 9 10 11 12 13
|
||||
C1 1 5 5p
|
||||
C2 4 5 63p
|
||||
C5 13 5 63p
|
||||
A1 1 5 5 5 5 5 N002 5 SCHMITT Vt=1.4 Vh=1m tripdt=10n Trise=250n Tfall=500n
|
||||
S1 N004 13 5 N002 TN
|
||||
S2 4 N004 N002 5 BN
|
||||
S3 13 N006 N002 5 TP
|
||||
S4 N006 4 5 N002 BP
|
||||
C6 2 5 63p
|
||||
C7 3 5 63p
|
||||
M1 2 N004 3 3 N
|
||||
M2 3 N006 2 2 P
|
||||
D1 3 13 S
|
||||
D2 4 2 S
|
||||
D3 2 13 S
|
||||
D4 4 3 S
|
||||
.model N VDMOS(Kp=.12 Vto= .5 Is=0 mtriode=1.3 Cgs=24p Ksubthres=.4 nlev=3 gdsnoi=2)
|
||||
.model P VDMOS(Kp=.12 Vto=-.5 pchan Is=0 mtriode=1.3 Cgs=24p Ksubthres=.4 nlev=3 gdsnoi=2)
|
||||
.model TN SW(Ron=500 Roff=1G Vt=-.4 Vh=-.1)
|
||||
.model BN SW(Ron=500 Roff=1G Vt=.6 Vh=-.1)
|
||||
.model TP SW(Ron=500 Roff=1G Vt=.6 Vh=-.1)
|
||||
.model BP SW(Ron=500 Roff=1G Vt=-.4 Vh=-.1)
|
||||
.model S D(Ron=5 Roff=1G Vfwd=.4 epsilon=1)
|
||||
.ends ADG1611
|
||||
*
|
||||
.subckt ADG1612 1 2 3 4 5 6 7 8 9 10 11 12 13
|
||||
C1 1 5 5p
|
||||
C2 4 5 63p
|
||||
C5 13 5 63p
|
||||
A1 1 5 5 5 5 N002 5 5 SCHMITT Vt=1.4 Vh=1m tripdt=10n Trise=250n Tfall=500n
|
||||
S1 N004 13 5 N002 TN
|
||||
S2 4 N004 N002 5 BN
|
||||
S3 13 N006 N002 5 TP
|
||||
S4 N006 4 5 N002 BP
|
||||
C6 2 5 63p
|
||||
C7 3 5 63p
|
||||
M1 2 N004 3 3 N
|
||||
M2 3 N006 2 2 P
|
||||
D1 3 13 S
|
||||
D2 4 2 S
|
||||
D3 2 13 S
|
||||
D4 4 3 S
|
||||
.model N VDMOS(Kp=.12 Vto= .5 Is=0 mtriode=1.3 Cgs=24p Ksubthres=.4 nlev=3 gdsnoi=2)
|
||||
.model P VDMOS(Kp=.12 Vto=-.5 pchan Is=0 mtriode=1.3 Cgs=24p Ksubthres=.4 nlev=3 gdsnoi=2)
|
||||
.model TN SW(Ron=500 Roff=1G Vt=-.4 Vh=-.1)
|
||||
.model BN SW(Ron=500 Roff=1G Vt=.6 Vh=-.1)
|
||||
.model TP SW(Ron=500 Roff=1G Vt=.6 Vh=-.1)
|
||||
.model BP SW(Ron=500 Roff=1G Vt=-.4 Vh=-.1)
|
||||
.model S D(Ron=5 Roff=1G Vfwd=.4 epsilon=1)
|
||||
.ends ADG1612
|
||||
*
|
||||
.subckt ADG1633 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
|
||||
C1 15 16 8p
|
||||
C2 13 16 63p
|
||||
C5 1 16 63p
|
||||
S1 N004 1 16 N002 TN
|
||||
S2 13 N004 N002 16 BN
|
||||
S3 1 N009 N002 16 TP
|
||||
S4 N009 13 16 N002 BP
|
||||
C6 3 16 33p
|
||||
C7 2 16 19p
|
||||
M1 3 N004 2 2 N m=.22
|
||||
M2 2 N009 3 3 P m=.22
|
||||
D1 2 1 S
|
||||
D2 13 3 S
|
||||
D3 3 1 S
|
||||
D4 13 2 S
|
||||
A2 15 16 16 16 16 N007 N005 16 SCHMITT Vt=1.4 Vh=1m tripdt=5n Trise=100n Td=80n
|
||||
S5 N015 1 16 N012 TN
|
||||
S6 13 N015 N012 16 BN
|
||||
S7 1 N014 N012 16 TP
|
||||
S8 N014 13 16 N012 BP
|
||||
C11 4 16 19p
|
||||
M3 3 N015 4 4 N m=.22
|
||||
M4 4 N014 3 3 P m=.22
|
||||
D5 4 1 S
|
||||
D6 13 3 S
|
||||
D7 3 1 S
|
||||
D8 13 4 S
|
||||
C8 14 16 8p
|
||||
A3 14 16 16 16 16 N008 16 16 SCHMITT Vt=1.4 Vh=1m tripdt=5n Trise=100n Tfall=225n
|
||||
A5 16 N005 16 N008 16 N002 16 16 AND Trise=90n Tfall=10n tripdt=5n
|
||||
A1 16 N007 16 N008 16 N012 16 16 AND Trise=90n Tfall=10n tripdt=5n
|
||||
.model N VDMOS(Kp=.12 Vto= .5 Is=0 mtriode=1.3 Cgs=10p Ksubthres=.4 nlev=3 gdsnoi=2)
|
||||
.model P VDMOS(Kp=.12 Vto=-.5 pchan Is=0 mtriode=1.3 Cgs=10p Ksubthres=.4 nlev=3 gdsnoi=2)
|
||||
.model TN SW(Ron=500 Roff=1G Vt=-.4 Vh=-.1)
|
||||
.model BN SW(Ron=500 Roff=1G Vt=.6 Vh=-.1)
|
||||
.model TP SW(Ron=500 Roff=1G Vt=.6 Vh=-.1)
|
||||
.model BP SW(Ron=500 Roff=1G Vt=-.4 Vh=-.1)
|
||||
.model S D(Ron=5 Roff=1G Vfwd=.4 epsilon=1)
|
||||
.ends ADG1633
|
||||
*
|
||||
.subckt ADG5248F 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
||||
C2 3 14 63p
|
||||
C5 13 14 63p
|
||||
S1 N046 13 14 N042 TN
|
||||
S2 3 N046 N042 14 BN
|
||||
S3 13 N049 N042 14 TP
|
||||
S4 N049 3 14 N042 BP
|
||||
C7 7 14 3p
|
||||
M1 N021 N046 N043 N043 N
|
||||
M2 N043 N049 N021 N021 P
|
||||
A4 UVLO N028 N029 N047 N040 S1 14 14 AND Trise=50n Tfall=250n tripdt=5n
|
||||
A16 1 14 14 14 14 N028 N033 14 SCHMITT Vt=1.4 Vh=1m Trise=100n Tfall=150n
|
||||
C3 2 14 8p
|
||||
C4 1 14 8p
|
||||
C9 16 14 8p
|
||||
C10 15 14 8p
|
||||
S5 N038 13 14 N035 TN
|
||||
S6 3 N038 N035 14 BN
|
||||
S7 13 N039 N035 14 TP
|
||||
S8 N039 3 14 N035 BP
|
||||
C8 6 14 3p
|
||||
M3 N021 N038 N036 N036 N
|
||||
M4 N036 N039 N021 N021 P
|
||||
S9 N026 13 14 N024 TN
|
||||
S10 3 N026 N024 14 BN
|
||||
S11 13 N027 N024 14 TP
|
||||
S12 N027 3 14 N024 BP
|
||||
C12 5 14 3p
|
||||
M5 N021 N026 N025 N025 N
|
||||
M6 N025 N027 N021 N021 P
|
||||
S13 N018 13 14 N015 TN
|
||||
S14 3 N018 N015 14 BN
|
||||
S15 13 N020 N015 14 TP
|
||||
S16 N020 3 14 N015 BP
|
||||
C13 8 14 12p
|
||||
C14 4 14 3p
|
||||
M7 N021 N018 N016 N016 N
|
||||
M8 N016 N020 N021 N021 P
|
||||
S17 N074 13 14 N061 TN
|
||||
S18 3 N074 N061 14 BN
|
||||
S19 13 N075 N061 14 TP
|
||||
S20 N075 3 14 N061 BP
|
||||
C16 9 14 3p
|
||||
M9 N021 N074 N072 N072 N
|
||||
M10 N072 N075 N021 N021 P
|
||||
S21 N070 13 14 N059 TN
|
||||
S22 3 N070 N059 14 BN
|
||||
S23 13 N071 N059 14 TP
|
||||
S24 N071 3 14 N059 BP
|
||||
C18 10 14 3p
|
||||
M11 N021 N070 N068 N068 N
|
||||
M12 N068 N071 N021 N021 P
|
||||
S25 N066 13 14 N056 TN
|
||||
S26 3 N066 N056 14 BN
|
||||
S27 13 N067 N056 14 TP
|
||||
S28 N067 3 14 N056 BP
|
||||
C20 11 14 3p
|
||||
M13 N021 N066 N064 N064 N
|
||||
M14 N064 N067 N021 N021 P
|
||||
S29 N057 13 14 N052 TN
|
||||
S30 3 N057 N052 14 BN
|
||||
S31 13 N060 N052 14 TP
|
||||
S32 N060 3 14 N052 BP
|
||||
C22 12 14 3p
|
||||
M15 N021 N057 N054 N054 N
|
||||
M16 N054 N060 N021 N021 P
|
||||
A9 16 14 14 14 14 N029 N034 14 SCHMITT Vt=1.4 Vh=1m Trise=100n Tfall=150n
|
||||
A10 2 14 14 14 14 N031 N040 14 SCHMITT Vt=1.4 Vh=1m Trise=100n Tfall=150n
|
||||
A11 15 14 14 14 14 N047 N053 14 SCHMITT Vt=1.4 Vh=1m Trise=100n Tfall=150n
|
||||
D33 14 2 ESD
|
||||
D34 14 15 ESD
|
||||
D35 14 16 ESD
|
||||
D36 14 1 ESD
|
||||
C6 18 14 20p
|
||||
C11 17 14 20p
|
||||
A13 17 4 14 14 14 14 S1L 14 SCHMITT Vt=-.7 Vh=10m Trise=120n Tfall=1.4u
|
||||
D37 S1H F1 OR
|
||||
D38 S1L F1 OR
|
||||
D39 S2H F2 OR
|
||||
D40 S2L F2 OR
|
||||
D41 S3H F3 OR
|
||||
D42 S3L F3 OR
|
||||
D43 S4H F4 OR
|
||||
D44 S4L F4 OR
|
||||
D45 S5H F5 OR
|
||||
D46 S5L F5 OR
|
||||
D47 S6H F6 OR
|
||||
D48 S6L F6 OR
|
||||
D49 S7H F7 OR
|
||||
D50 S7L F7 OR
|
||||
D51 S8H F8 OR
|
||||
D52 S8L F8 OR
|
||||
D53 F1 N011 OR
|
||||
D54 F2 N011 OR
|
||||
D55 F3 N011 OR
|
||||
D56 F4 N011 OR
|
||||
D57 F5 N011 OR
|
||||
D58 F6 N011 OR
|
||||
D59 F7 N011 OR
|
||||
M17 13 14 N001 N001 3V
|
||||
C15 N001 14 10p
|
||||
S33 19 14 N014 14 OUT
|
||||
S34 N001 19 N009 14 OUT
|
||||
A30 14 N008 14 UVLO 14 14 N009 14 AND Trise=15n Ref=.95
|
||||
D60 14 19 ESD
|
||||
A29 14 UVLO 14 N013 14 14 N014 14 AND Trise=15n Ref=.95
|
||||
C17 19 14 4p
|
||||
A32 13 3 14 14 14 14 UVLO 14 SCHMITT Vt=7.9 Vh=50m Rhigh=1K Rlow=10
|
||||
A33 18 14 14 14 14 14 UVLO 14 SCHMITT Vt=4.44 Vh=50m Rhigh=1K Rlow=10
|
||||
A34 13 18 14 14 14 14 UVLO 14 SCHMITT Vt=-50m Vh=25m Rhigh=1K Rlow=10
|
||||
A35 17 3 14 14 14 14 UVLO 14 SCHMITT Vt=-50m Vh=25m Rhigh=1K Rlow=10
|
||||
A36 17 14 14 14 14 UVLO 14 14 SCHMITT Vt=50m Vh=25m Rhigh=1K Rlow=10
|
||||
D61 F1 N015 OR
|
||||
D62 S1 N015 OR
|
||||
B1 14 FX2 I=(!V(S1,14) & V(S1L,14))|(!V(S2,14)&V(S2L,14))|(!V(S3,14)&V(S3L,14))|(!V(S4,14)&V(S4L,14))|(!V(S5,14)&V(S5L,14))|(!V(S6,14)&V(S6L,14))|(!V(S7,14)&V(S7L,14))|(!V(S8,14)&V(S8L,14)) Rpar=1 Cpar=1n NoJacob
|
||||
B2 14 FX1 I=(!V(S1,14)&V(S1H,14))|(!V(S2,14)&V(S2H,14))|(!V(S3,14)&V(S3H,14))|(!V(S4,14)&V(S4H,14))|(!V(S5,14)&V(S5H,14))|(!V(S6,14)&V(S6H,14))|(!V(S7,14)&V(S7H,14))|(!V(S8,14)&V(S8H,14)) Rpar=1 Cpar=1n NoJacob
|
||||
S35 8 18 N019 14 20<32>A
|
||||
S36 8 17 N023 14 20<32>A
|
||||
D63 S2 N024 OR
|
||||
D64 S3 N035 OR
|
||||
D65 S4 N042 OR
|
||||
D66 S5 N052 OR
|
||||
D67 S6 N056 OR
|
||||
D68 S7 N059 OR
|
||||
D69 S8 N061 OR
|
||||
D70 F2 N024 OR
|
||||
D71 F3 N035 OR
|
||||
D72 F4 N042 OR
|
||||
D73 F5 N052 OR
|
||||
D74 F6 N056 OR
|
||||
D75 F7 N059 OR
|
||||
A12 4 18 14 14 14 14 S1H 14 SCHMITT Vt=.7 Vh=0 Trise=120n Tfall=1.4u
|
||||
A37 14 N028 N029 N031 14 14 Q1 14 AND Trise=90n Tfall=120n tripdt=5n
|
||||
A38 14 N033 N029 N031 14 14 Q2 14 AND Trise=90n Tfall=120n tripdt=5n
|
||||
A39 14 N028 N034 N031 14 14 Q3 14 AND Trise=90n Tfall=120n tripdt=5n
|
||||
A40 14 N033 N034 N031 14 14 Q4 14 AND Trise=90n Tfall=120n tripdt=5n
|
||||
A41 14 N028 N029 N040 14 14 Q5 14 AND Trise=90n Tfall=120n tripdt=5n
|
||||
A42 14 N033 N029 N040 14 14 Q6 14 AND Trise=90n Tfall=120n tripdt=5n
|
||||
A43 14 N028 N034 N040 14 14 Q7 14 AND Trise=90n Tfall=120n tripdt=5n
|
||||
A44 14 N033 N034 N040 14 14 Q8 14 AND Trise=90n Tfall=120n tripdt=5n
|
||||
S37 20 14 N007 14 OUT
|
||||
S38 N001 20 N003 14 OUT
|
||||
A45 14 N002 14 UVLO 14 14 N003 14 AND Trise=15n Ref=.95
|
||||
D77 14 20 ESD
|
||||
A46 14 UVLO 14 N006 14 14 N007 14 AND Trise=15n Ref=.95
|
||||
C19 20 14 5p
|
||||
A47 N005 14 14 14 14 N006 N002 14 BUF Trise=15n
|
||||
D78 F8 N011 OR
|
||||
B3 14 N005 I=(V(Q1,14)&V(F1,14))|(V(Q2,14)&V(F2,14))|(V(Q3,14)&V(F3,14))|(V(Q4,14)&V(F4,14))|(V(Q5,14)&V(F5,14))|(V(Q6,14)&V(F6,14))|(V(Q7,14)&V(F7,14))|(V(Q8,14)&V(F8,14)) Rpar=1 Cpar=1n NoJacob
|
||||
S39 4 N016 14 F1 DC
|
||||
S40 5 N025 14 F2 DC
|
||||
S41 6 N036 14 F3 DC
|
||||
S42 7 N043 14 F4 DC
|
||||
S43 12 N054 14 F5 DC
|
||||
S44 11 N064 14 F6 DC
|
||||
S45 10 N068 14 F7 DC
|
||||
S46 9 N072 14 F8 DC
|
||||
B4 SX 0 V= !V(S1) ? V(4) :(!V(S2) ? V(5) : (!V(S3) ? V(6) : (!V(S4) ? V(7) :(!V(S5) ? V(12) : (!V(S6) ? V(11) : (!V(S7) ? V(10) : V(9)))))))
|
||||
R2 8 N021 R=1Meg*(V(SX,8)/V(13,3))**10+10
|
||||
A48 14 14 14 N030 N032 _ON ON 14 DFLOP Cout=10n
|
||||
A52 UVLO 14 14 14 14 N032 14 14 BUF
|
||||
A53 14 FX1 14 ON 14 14 N019 14 AND Trise=100n
|
||||
A54 14 FX2 14 ON 14 14 N023 14 AND Trise=100n
|
||||
D79 _ON N052 OR
|
||||
D80 _ON N056 OR
|
||||
D81 _ON N059 OR
|
||||
D82 _ON N061 OR
|
||||
D83 _ON N015 OR
|
||||
D84 _ON N024 OR
|
||||
D85 _ON N035 OR
|
||||
D86 _ON N042 OR
|
||||
A1 UVLO N033 N029 N047 N040 S2 14 14 AND Trise=50n Tfall=250n tripdt=5n
|
||||
A2 UVLO N028 N034 N047 N040 S3 14 14 AND Trise=50n Tfall=250n tripdt=5n
|
||||
A3 UVLO N033 N034 N047 N040 S4 14 14 AND Trise=50n Tfall=250n tripdt=5n
|
||||
A5 UVLO N028 N029 N053 N040 S5 14 14 AND Trise=50n Tfall=250n tripdt=5n
|
||||
A6 UVLO N033 N029 N053 N040 S6 14 14 AND Trise=50n Tfall=250n tripdt=5n
|
||||
A7 UVLO N028 N034 N053 N040 S7 14 14 AND Trise=50n Tfall=250n tripdt=5n
|
||||
A8 UVLO N033 N034 N053 N040 S8 14 14 AND Trise=50n Tfall=250n tripdt=5n
|
||||
A14 17 5 14 14 14 14 S2L 14 SCHMITT Vt=-.7 Vh=10m Trise=120n Tfall=1.4u
|
||||
A15 5 18 14 14 14 14 S2H 14 SCHMITT Vt=.7 Vh=0 Trise=120n Tfall=1.4u
|
||||
A17 6 18 14 14 14 14 S3H 14 SCHMITT Vt=.7 Vh=0 Trise=120n Tfall=1.4u
|
||||
A18 17 6 14 14 14 14 S3L 14 SCHMITT Vt=-.7 Vh=10m Trise=120n Tfall=1.4u
|
||||
A19 7 18 14 14 14 14 S4H 14 SCHMITT Vt=.7 Vh=0 Trise=120n Tfall=1.4u
|
||||
A20 17 7 14 14 14 14 S4L 14 SCHMITT Vt=-.7 Vh=10m Trise=120n Tfall=1.4u
|
||||
A21 12 18 14 14 14 14 S5H 14 SCHMITT Vt=.7 Vh=0 Trise=120n Tfall=1.4u
|
||||
A22 17 12 14 14 14 14 S5L 14 SCHMITT Vt=-.7 Vh=10m Trise=120n Tfall=1.4u
|
||||
A23 17 11 14 14 14 14 S6L 14 SCHMITT Vt=-.7 Vh=10m Trise=120n Tfall=1.4u
|
||||
A24 11 18 14 14 14 14 S6H 14 SCHMITT Vt=.7 Vh=0 Trise=120n Tfall=1.4u
|
||||
A25 10 18 14 14 14 14 S7H 14 SCHMITT Vt=.7 Vh=0 Trise=120n Tfall=1.4u
|
||||
A26 17 10 14 14 14 14 S7L 14 SCHMITT Vt=-.7 Vh=10m Trise=120n Tfall=1.4u
|
||||
A27 9 18 14 14 14 14 S8H 14 SCHMITT Vt=.7 Vh=0 Trise=120n Tfall=1.4u
|
||||
A28 17 9 14 14 14 14 S8L 14 SCHMITT Vt=-.7 Vh=10m Trise=120n Tfall=1.4u
|
||||
A55 N011 14 14 14 14 14 N012 14 BUF Trise=10n Tfall=70u
|
||||
A31 N012 14 14 14 14 N013 N008 14 SCHMITT Vt=.5 Vh=.45 Trise=10n
|
||||
C21 N021 14 1p
|
||||
C23 14 N016 1p
|
||||
C24 14 N025 1p
|
||||
C25 14 N036 1p
|
||||
C26 14 N043 1p
|
||||
C27 14 N054 1p
|
||||
C28 14 N064 1p
|
||||
C29 14 N068 1p
|
||||
C30 14 N072 1p
|
||||
A49 FX1 14 FX2 14 N032 N030 14 14 OR
|
||||
D1 F8 N061 OR
|
||||
B5 _ON 14 I=smallsig()
|
||||
.model N VDMOS(Kp=2m Vto= .5 Is=0 mtriode=1 Cgs=.049p Ksubthres=.4 nlev=3 gdsnoi=2)
|
||||
.model P VDMOS(Kp=2m Vto=-.5 pchan Is=0 mtriode=1 Cgs=.049p Ksubthres=.4 nlev=3 gdsnoi=2)
|
||||
.model TN SW(Ron=500 Roff=1G Vt=-.4 Vh=-.1)
|
||||
.model BN SW(Ron=500 Roff=1G Vt=.6 Vh=-.1)
|
||||
.model TP SW(Ron=500 Roff=1G Vt=.6 Vh=-.1)
|
||||
.model BP SW(Ron=500 Roff=1G Vt=-.4 Vh=-.1)
|
||||
.model ESD D(Ron=1 Roff=1G epsilon=1)
|
||||
.model OR D(Ron=1 Roff=1G epsilon=.25)
|
||||
.model OUT SW(Ron=150 Roff=10Meg Vt=.5 Vh=-.4)
|
||||
.model 3V VDMOS(Kp=200m Vto=-3 Ksubthres=.1)
|
||||
.model 20<32>A SW(Ron=20K Roff=10T Vt=.5 Vh=-10m Ilimit=20u level=2)
|
||||
.model DC SW(Ron=190 Roff=1G Vt=-.5 Vh=-.4)
|
||||
.ends ADG5248F
|
||||
*
|
||||
.subckt ADG5249F 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
||||
C2 3 14 63p
|
||||
C5 13 14 63p
|
||||
S1 N046 13 14 N042 TN
|
||||
S2 3 N046 N042 14 BN
|
||||
S3 13 N048 N042 14 TP
|
||||
S4 N048 3 14 N042 BP
|
||||
C7 7 14 3p
|
||||
M1 N021 N046 N043 N043 N
|
||||
M2 N043 N048 N021 N021 P
|
||||
A4 UVLO N028 N029 14 N040 S1 14 14 AND Trise=50n Tfall=250n tripdt=5n
|
||||
A16 1 14 14 14 14 N028 N033 14 SCHMITT Vt=1.4 Vh=1m Trise=100n Tfall=150n
|
||||
C3 2 14 8p
|
||||
C4 1 14 8p
|
||||
C9 16 14 8p
|
||||
S5 N038 13 14 N035 TN
|
||||
S6 3 N038 N035 14 BN
|
||||
S7 13 N039 N035 14 TP
|
||||
S8 N039 3 14 N035 BP
|
||||
C8 6 14 3p
|
||||
M3 N021 N038 N036 N036 N
|
||||
M4 N036 N039 N021 N021 P
|
||||
S9 N026 13 14 N024 TN
|
||||
S10 3 N026 N024 14 BN
|
||||
S11 13 N027 N024 14 TP
|
||||
S12 N027 3 14 N024 BP
|
||||
C12 5 14 3p
|
||||
M5 N021 N026 N025 N025 N
|
||||
M6 N025 N027 N021 N021 P
|
||||
S13 N018 13 14 N015 TN
|
||||
S14 3 N018 N015 14 BN
|
||||
S15 13 N020 N015 14 TP
|
||||
S16 N020 3 14 N015 BP
|
||||
C13 8 14 12p
|
||||
C14 4 14 3p
|
||||
M7 N021 N018 N016 N016 N
|
||||
M8 N016 N020 N021 N021 P
|
||||
S17 N075 13 14 N061 TN
|
||||
S18 3 N075 N061 14 BN
|
||||
S19 13 N076 N061 14 TP
|
||||
S20 N076 3 14 N061 BP
|
||||
C16 9 14 3p
|
||||
M9 N059 N075 N073 N073 N
|
||||
M10 N073 N076 N059 N059 P
|
||||
S21 N071 13 14 N057 TN
|
||||
S22 3 N071 N057 14 BN
|
||||
S23 13 N072 N057 14 TP
|
||||
S24 N072 3 14 N057 BP
|
||||
C18 10 14 3p
|
||||
M11 N059 N071 N069 N069 N
|
||||
M12 N069 N072 N059 N059 P
|
||||
S25 N067 13 14 N053 TN
|
||||
S26 3 N067 N053 14 BN
|
||||
S27 13 N068 N053 14 TP
|
||||
S28 N068 3 14 N053 BP
|
||||
C20 11 14 3p
|
||||
M13 N059 N067 N065 N065 N
|
||||
M14 N065 N068 N059 N059 P
|
||||
S29 N054 13 14 N050 TN
|
||||
S30 3 N054 N050 14 BN
|
||||
S31 13 N058 N050 14 TP
|
||||
S32 N058 3 14 N050 BP
|
||||
C22 12 14 3p
|
||||
M15 N059 N054 N051 N051 N
|
||||
M16 N051 N058 N059 N059 P
|
||||
A9 16 14 14 14 14 N029 N034 14 SCHMITT Vt=1.4 Vh=1m Trise=100n Tfall=150n
|
||||
A10 2 14 14 14 14 N031 N040 14 SCHMITT Vt=1.4 Vh=1m Trise=100n Tfall=150n
|
||||
D33 14 2 ESD
|
||||
D35 14 16 ESD
|
||||
D36 14 1 ESD
|
||||
C6 18 14 20p
|
||||
C11 17 14 20p
|
||||
A13 17 4 14 14 14 14 S1L 14 SCHMITT Vt=-.7 Vh=10m Trise=120n Tfall=1.4u
|
||||
D37 S1H F1 OR
|
||||
D38 S1L F1 OR
|
||||
D39 S2H F2 OR
|
||||
D40 S2L F2 OR
|
||||
D41 S3H F3 OR
|
||||
D42 S3L F3 OR
|
||||
D43 S4H F4 OR
|
||||
D44 S4L F4 OR
|
||||
D45 S5H F5 OR
|
||||
D46 S5L F5 OR
|
||||
D47 S6H F6 OR
|
||||
D48 S6L F6 OR
|
||||
D49 S7H F7 OR
|
||||
D50 S7L F7 OR
|
||||
D51 S8H F8 OR
|
||||
D52 S8L F8 OR
|
||||
D53 F1 N011 OR
|
||||
D54 F2 N011 OR
|
||||
D55 F3 N011 OR
|
||||
D56 F4 N011 OR
|
||||
D57 F5 N011 OR
|
||||
D58 F6 N011 OR
|
||||
D59 F7 N011 OR
|
||||
M17 13 14 N001 N001 3V
|
||||
C15 N001 14 10p
|
||||
S33 19 14 N014 14 OUT
|
||||
S34 N001 19 N009 14 OUT
|
||||
A30 14 N008 14 UVLO 14 14 N009 14 AND Trise=15n Ref=.95
|
||||
D60 14 19 ESD
|
||||
A29 14 UVLO 14 N013 14 14 N014 14 AND Trise=15n Ref=.95
|
||||
C17 19 14 4p
|
||||
A32 13 3 14 14 14 14 UVLO 14 SCHMITT Vt=7.9 Vh=50m Rhigh=1K Rlow=10
|
||||
A33 18 14 14 14 14 14 UVLO 14 SCHMITT Vt=4.44 Vh=50m Rhigh=1K Rlow=10
|
||||
A34 13 18 14 14 14 14 UVLO 14 SCHMITT Vt=-50m Vh=25m Rhigh=1K Rlow=10
|
||||
A35 17 3 14 14 14 14 UVLO 14 SCHMITT Vt=-50m Vh=25m Rhigh=1K Rlow=10
|
||||
A36 17 14 14 14 14 UVLO 14 14 SCHMITT Vt=50m Vh=25m Rhigh=1K Rlow=10
|
||||
D61 F1 N015 OR
|
||||
D62 S1 N015 OR
|
||||
B1 14 FX2A I=(!V(S1,14)&V(S1L,14))|(!V(S2,14)&V(S2L,14))|(!V(S3,14)&V(S3L,14))|(!V(S4,14)&V(S4L,14)) Rpar=1 Cpar=1n NoJacob
|
||||
B2 14 FX1A I=(!V(S1,14)&V(S1H,14))|(!V(S2,14)&V(S2H,14))|(!V(S3,14)&V(S3H,14))|(!V(S4,14)&V(S4H,14)) Rpar=1 Cpar=1n NoJacob
|
||||
S35 8 18 N019 14 20<32>A
|
||||
S36 8 17 N023 14 20<32>A
|
||||
D63 S2 N024 OR
|
||||
D64 S3 N035 OR
|
||||
D65 S4 N042 OR
|
||||
D66 S5 N050 OR
|
||||
D67 S6 N053 OR
|
||||
D68 S7 N057 OR
|
||||
D69 S8 N061 OR
|
||||
D70 F2 N024 OR
|
||||
D71 F3 N035 OR
|
||||
D72 F4 N042 OR
|
||||
D73 F5 N050 OR
|
||||
D74 F6 N053 OR
|
||||
D75 F7 N057 OR
|
||||
A12 4 18 14 14 14 14 S1H 14 SCHMITT Vt=.7 Vh=0 Trise=120n Tfall=1.4u
|
||||
A37 14 N028 N029 N031 14 14 Q1 14 AND Trise=90n Tfall=120n tripdt=5n
|
||||
A38 14 N033 N029 N031 14 14 Q2 14 AND Trise=90n Tfall=120n tripdt=5n
|
||||
A39 14 N028 N034 N031 14 14 Q3 14 AND Trise=90n Tfall=120n tripdt=5n
|
||||
A40 14 N033 N034 N031 14 14 Q4 14 AND Trise=90n Tfall=120n tripdt=5n
|
||||
A41 14 N028 N029 N040 14 14 Q5 14 AND Trise=90n Tfall=120n tripdt=5n
|
||||
A42 14 N033 N029 N040 14 14 Q6 14 AND Trise=90n Tfall=120n tripdt=5n
|
||||
A43 14 N028 N034 N040 14 14 Q7 14 AND Trise=90n Tfall=120n tripdt=5n
|
||||
A44 14 N033 N034 N040 14 14 Q8 14 AND Trise=90n Tfall=120n tripdt=5n
|
||||
S37 20 14 N007 14 OUT
|
||||
S38 N001 20 N003 14 OUT
|
||||
A45 14 N002 14 UVLO 14 14 N003 14 AND Trise=15n Ref=.95
|
||||
D77 14 20 ESD
|
||||
A46 14 UVLO 14 N006 14 14 N007 14 AND Trise=15n Ref=.95
|
||||
C19 20 14 5p
|
||||
A47 N005 14 14 14 14 N006 N002 14 BUF Trise=15n
|
||||
D78 F8 N011 OR
|
||||
B3 14 N005 I=(V(Q1,14)&V(F1,14))|(V(Q2,14)&V(F2,14))|(V(Q3,14)&V(F3,14))|(V(Q4,14)&V(F4,14))|(V(Q5,14)&V(F5,14))|(V(Q6,14)&V(F6,14))|(V(Q7,14)&V(F7,14))|(V(Q8,14)&V(F8,14)) Rpar=1 Cpar=1n NoJacob
|
||||
S39 4 N016 14 F1 DC
|
||||
S40 5 N025 14 F2 DC
|
||||
S41 6 N036 14 F3 DC
|
||||
S42 7 N043 14 F4 DC
|
||||
S43 12 N051 14 F5 DC
|
||||
S44 11 N065 14 F6 DC
|
||||
S45 10 N069 14 F7 DC
|
||||
S46 9 N073 14 F8 DC
|
||||
B4 SX1 0 V= !V(S1) ? V(4) : (!V(S2) ? V(5) : (!V(S3) ? V(6) : V(7)))
|
||||
R2 8 N021 R=1Meg*(V(SX1,8)/V(13,3))**10+10
|
||||
A48 14 14 14 N030 N032 _ON ON 14 DFLOP Trise=20n
|
||||
A52 UVLO 14 14 14 14 N032 14 14 BUF
|
||||
A53 14 FX1A 14 ON 14 14 N019 14 AND Trise=100n
|
||||
A54 14 FX2A 14 ON 14 14 N023 14 AND Trise=100n
|
||||
D79 _ON N050 OR
|
||||
D80 _ON N053 OR
|
||||
D81 _ON N057 OR
|
||||
D82 _ON N061 OR
|
||||
D83 _ON N015 OR
|
||||
D84 _ON N024 OR
|
||||
D85 _ON N035 OR
|
||||
D86 _ON N042 OR
|
||||
A1 UVLO N033 N029 14 N040 S2 14 14 AND Trise=50n Tfall=250n tripdt=5n
|
||||
A2 UVLO N028 N034 14 N040 S3 14 14 AND Trise=50n Tfall=250n tripdt=5n
|
||||
A3 UVLO N033 N034 14 N040 S4 14 14 AND Trise=50n Tfall=250n tripdt=5n
|
||||
A5 UVLO N028 N029 14 N040 S5 14 14 AND Trise=50n Tfall=250n tripdt=5n
|
||||
A6 UVLO N033 N029 14 N040 S6 14 14 AND Trise=50n Tfall=250n tripdt=5n
|
||||
A7 UVLO N028 N034 14 N040 S7 14 14 AND Trise=50n Tfall=250n tripdt=5n
|
||||
A8 UVLO N033 N034 14 N040 S8 14 14 AND Trise=50n Tfall=250n tripdt=5n
|
||||
A14 17 5 14 14 14 14 S2L 14 SCHMITT Vt=-.7 Vh=10m Trise=120n Tfall=1.4u
|
||||
A15 5 18 14 14 14 14 S2H 14 SCHMITT Vt=.7 Vh=0 Trise=120n Tfall=1.4u
|
||||
A17 6 18 14 14 14 14 S3H 14 SCHMITT Vt=.7 Vh=0 Trise=120n Tfall=1.4u
|
||||
A18 17 6 14 14 14 14 S3L 14 SCHMITT Vt=-.7 Vh=10m Trise=120n Tfall=1.4u
|
||||
A19 7 18 14 14 14 14 S4H 14 SCHMITT Vt=.7 Vh=0 Trise=120n Tfall=1.4u
|
||||
A20 17 7 14 14 14 14 S4L 14 SCHMITT Vt=-.7 Vh=10m Trise=120n Tfall=1.4u
|
||||
A21 12 18 14 14 14 14 S5H 14 SCHMITT Vt=.7 Vh=0 Trise=120n Tfall=1.4u
|
||||
A22 17 12 14 14 14 14 S5L 14 SCHMITT Vt=-.7 Vh=10m Trise=120n Tfall=1.4u
|
||||
A23 17 11 14 14 14 14 S6L 14 SCHMITT Vt=-.7 Vh=10m Trise=120n Tfall=1.4u
|
||||
A24 11 18 14 14 14 14 S6H 14 SCHMITT Vt=.7 Vh=0 Trise=120n Tfall=1.4u
|
||||
A25 10 18 14 14 14 14 S7H 14 SCHMITT Vt=.7 Vh=0 Trise=120n Tfall=1.4u
|
||||
A26 17 10 14 14 14 14 S7L 14 SCHMITT Vt=-.7 Vh=10m Trise=120n Tfall=1.4u
|
||||
A27 9 18 14 14 14 14 S8H 14 SCHMITT Vt=.7 Vh=0 Trise=120n Tfall=1.4u
|
||||
A28 17 9 14 14 14 14 S8L 14 SCHMITT Vt=-.7 Vh=10m Trise=120n Tfall=1.4u
|
||||
A55 N011 14 14 14 14 14 N012 14 BUF Trise=10n Tfall=70u
|
||||
A31 N012 14 14 14 14 N013 N008 14 SCHMITT Vt=.5 Vh=.45 Trise=10n
|
||||
C21 N021 14 1p
|
||||
C23 14 N016 1p
|
||||
C24 14 N025 1p
|
||||
C25 14 N036 1p
|
||||
C26 14 N043 1p
|
||||
C27 14 N051 1p
|
||||
C28 14 N065 1p
|
||||
C29 14 N069 1p
|
||||
C30 14 N073 1p
|
||||
A49 FX1A FX2A FX1B FX2B N032 N030 14 14 OR
|
||||
D1 F8 N061 OR
|
||||
C31 15 14 12p
|
||||
B5 14 FX2B I=(!V(S5,14)&V(S5L,14))|(!V(S6,14)&V(S6L,14))|(!V(S7,14)&V(S7L,14))|(!V(S8,14)&V(S8L,14)) Rpar=1 Cpar=1n NoJacob
|
||||
B6 14 FX1B I=(!V(S5,14)&V(S5H,14))|(!V(S6,14)&V(S6H,14))|(!V(S7,14)&V(S7H,14))|(!V(S8,14)&V(S8H,14)) Rpar=1 Cpar=1n NoJacob
|
||||
S47 15 18 N056 14 20<32>A
|
||||
S48 15 17 N063 14 20<32>A
|
||||
B7 SX2 0 V= !V(S5) ? V(12) : (!V(S6) ? V(11) : (!V(S7) ? V(10) : V(9)))
|
||||
R1 15 N059 R=1Meg*(V(SX2,15)/V(13,3))**10+10
|
||||
A11 14 FX1B 14 ON 14 14 N056 14 AND Trise=100n
|
||||
A50 14 FX2B 14 ON 14 14 N063 14 AND Trise=100n
|
||||
B8 _ON 14 I=smallsig()
|
||||
.model N VDMOS(Kp=2m Vto= .5 Is=0 mtriode=1 Cgs=.049p Ksubthres=.4 nlev=3 gdsnoi=2)
|
||||
.model P VDMOS(Kp=2m Vto=-.5 pchan Is=0 mtriode=1 Cgs=.049p Ksubthres=.4 nlev=3 gdsnoi=2)
|
||||
.model TN SW(Ron=500 Roff=1G Vt=-.4 Vh=-.1)
|
||||
.model BN SW(Ron=500 Roff=1G Vt=.6 Vh=-.1)
|
||||
.model TP SW(Ron=500 Roff=1G Vt=.6 Vh=-.1)
|
||||
.model BP SW(Ron=500 Roff=1G Vt=-.4 Vh=-.1)
|
||||
.model ESD D(Ron=1 Roff=1G epsilon=1)
|
||||
.model OR D(Ron=1 Roff=1G epsilon=.25)
|
||||
.model OUT SW(Ron=150 Roff=10Meg Vt=.5 Vh=-.4)
|
||||
.model 3V VDMOS(Kp=200m Vto=-3 Ksubthres=.1)
|
||||
.model 20<32>A SW(Ron=20K Roff=10T Vt=.5 Vh=-10m Ilimit=20u level=2)
|
||||
.model DC SW(Ron=190 Roff=1G Vt=-.5 Vh=-.4)
|
||||
.ends ADG5249F
|
||||
*
|
||||
.subckt ADG918 1 2 3 4 5 6 7 8
|
||||
C1 2 3 5p
|
||||
C5 1 3 63p
|
||||
A1 2 N008 3 3 3 N009 N001 3 SCHMITT Vt=0 Vh=1m tripdt=10n Trise=10n
|
||||
S1 N010 1 3 N009 TN
|
||||
S2 3 N010 N009 3 BN
|
||||
S3 1 N011 N009 3 TP
|
||||
S4 N011 3 3 N009 BP
|
||||
C6 8 3 .4p
|
||||
C7 4 3 .4p
|
||||
M1 8 N010 4 4 N
|
||||
M2 4 N011 8 8 P
|
||||
D1 4 1 S
|
||||
D2 3 8 S
|
||||
D3 8 1 S
|
||||
D4 3 4 S
|
||||
S5 N004 1 3 N001 TN
|
||||
S6 3 N004 N001 3 BN
|
||||
S7 1 N005 N001 3 TP
|
||||
S8 N005 3 3 N001 BP
|
||||
C3 5 3 .4p
|
||||
M3 4 N004 5 5 N
|
||||
M4 5 N005 4 4 P
|
||||
D5 5 1 S
|
||||
D6 3 4 S
|
||||
D7 4 1 S
|
||||
D8 3 5 S
|
||||
G1 3 N008 1 3 .5m
|
||||
R3 N008 3 1K
|
||||
C2 4 8 54f
|
||||
C4 5 4 54f
|
||||
S9 3 8 N009 3 TERM
|
||||
S10 3 5 N001 3 TERM
|
||||
.model N VDMOS(Kp=.12 Vto= .5 Is=0 mtriode=1.05 Cgs=.2p Ksubthres=.02 nlev=3 gdsnoi=2)
|
||||
.model P VDMOS(Kp=.12 Vto=-.5 pchan Is=0 mtriode=1.05 Cgs=.2p Ksubthres=.02 nlev=3 gdsnoi=2)
|
||||
.model TN SW(Ron=500 Roff=1G Vt=-.4 Vh=-.1)
|
||||
.model BN SW(Ron=500 Roff=1G Vt=.6 Vh=-.1)
|
||||
.model TP SW(Ron=500 Roff=1G Vt=.6 Vh=-.1)
|
||||
.model BP SW(Ron=500 Roff=1G Vt=-.4 Vh=-.1)
|
||||
.model S D(Ron=5 Roff=1G Vfwd=.4 epsilon=1)
|
||||
.model TERM SW(Ron=50 Roff=1G Vt=.5 Vh=-.4)
|
||||
.ends ADG918
|
||||
*
|
||||
.subckt ADG919 1 2 3 4 5 6 7 8
|
||||
C1 2 3 5p
|
||||
C5 1 3 63p
|
||||
A1 2 N008 3 3 3 N009 N001 3 SCHMITT Vt=0 Vh=1m tripdt=10n Trise=10n
|
||||
S1 N010 1 3 N009 TN
|
||||
S2 3 N010 N009 3 BN
|
||||
S3 1 N011 N009 3 TP
|
||||
S4 N011 3 3 N009 BP
|
||||
C6 8 3 .4p
|
||||
C7 4 3 .4p
|
||||
M1 8 N010 4 4 N
|
||||
M2 4 N011 8 8 P
|
||||
D1 4 1 S
|
||||
D2 3 8 S
|
||||
D3 8 1 S
|
||||
D4 3 4 S
|
||||
S5 N004 1 3 N001 TN
|
||||
S6 3 N004 N001 3 BN
|
||||
S7 1 N005 N001 3 TP
|
||||
S8 N005 3 3 N001 BP
|
||||
C3 5 3 .4p
|
||||
M3 4 N004 5 5 N
|
||||
M4 5 N005 4 4 P
|
||||
D5 5 1 S
|
||||
D6 3 4 S
|
||||
D7 4 1 S
|
||||
D8 3 5 S
|
||||
G1 3 N008 1 3 .5m
|
||||
R3 N008 3 1K
|
||||
C2 4 8 54f
|
||||
C4 5 4 54f
|
||||
S9 3 8 N009 3 TERM
|
||||
S10 3 5 N001 3 TERM
|
||||
.model N VDMOS(Kp=.12 Vto= .5 Is=0 mtriode=1.05 Cgs=.2p Ksubthres=.02 nlev=3 gdsnoi=2)
|
||||
.model P VDMOS(Kp=.12 Vto=-.5 pchan Is=0 mtriode=1.05 Cgs=.2p Ksubthres=.02 nlev=3 gdsnoi=2)
|
||||
.model TN SW(Ron=500 Roff=1G Vt=-.4 Vh=-.1)
|
||||
.model BN SW(Ron=500 Roff=1G Vt=.6 Vh=-.1)
|
||||
.model TP SW(Ron=500 Roff=1G Vt=.6 Vh=-.1)
|
||||
.model BP SW(Ron=500 Roff=1G Vt=-.4 Vh=-.1)
|
||||
.model S D(Ron=5 Roff=1G Vfwd=.4 epsilon=1)
|
||||
.model TERM SW(Ron=.5 Roff=1G Vt=.5 Vh=-.4)
|
||||
.ends ADG919
|
BIN
spice/copy/sub/ADG1201.sub
Executable file
BIN
spice/copy/sub/ADG1201.sub
Executable file
Binary file not shown.
BIN
spice/copy/sub/ADG1208.sub
Executable file
BIN
spice/copy/sub/ADG1208.sub
Executable file
Binary file not shown.
BIN
spice/copy/sub/ADG1209.sub
Executable file
BIN
spice/copy/sub/ADG1209.sub
Executable file
Binary file not shown.
BIN
spice/copy/sub/ADG1211.sub
Executable file
BIN
spice/copy/sub/ADG1211.sub
Executable file
Binary file not shown.
BIN
spice/copy/sub/ADG1212.sub
Executable file
BIN
spice/copy/sub/ADG1212.sub
Executable file
Binary file not shown.
BIN
spice/copy/sub/ADG1219.sub
Executable file
BIN
spice/copy/sub/ADG1219.sub
Executable file
Binary file not shown.
BIN
spice/copy/sub/ADG1221.sub
Executable file
BIN
spice/copy/sub/ADG1221.sub
Executable file
Binary file not shown.
BIN
spice/copy/sub/ADG1222.sub
Executable file
BIN
spice/copy/sub/ADG1222.sub
Executable file
Binary file not shown.
BIN
spice/copy/sub/ADG1233.sub
Executable file
BIN
spice/copy/sub/ADG1233.sub
Executable file
Binary file not shown.
BIN
spice/copy/sub/ADG1236.sub
Executable file
BIN
spice/copy/sub/ADG1236.sub
Executable file
Binary file not shown.
BIN
spice/copy/sub/ADG1311.sub
Executable file
BIN
spice/copy/sub/ADG1311.sub
Executable file
Binary file not shown.
BIN
spice/copy/sub/ADG1312.sub
Executable file
BIN
spice/copy/sub/ADG1312.sub
Executable file
Binary file not shown.
BIN
spice/copy/sub/ADG1334.sub
Executable file
BIN
spice/copy/sub/ADG1334.sub
Executable file
Binary file not shown.
BIN
spice/copy/sub/ADG1401.sub
Executable file
BIN
spice/copy/sub/ADG1401.sub
Executable file
Binary file not shown.
BIN
spice/copy/sub/ADG1402.sub
Executable file
BIN
spice/copy/sub/ADG1402.sub
Executable file
Binary file not shown.
BIN
spice/copy/sub/ADG1408.sub
Executable file
BIN
spice/copy/sub/ADG1408.sub
Executable file
Binary file not shown.
BIN
spice/copy/sub/ADG1411.sub
Executable file
BIN
spice/copy/sub/ADG1411.sub
Executable file
Binary file not shown.
BIN
spice/copy/sub/ADG1412.sub
Executable file
BIN
spice/copy/sub/ADG1412.sub
Executable file
Binary file not shown.
BIN
spice/copy/sub/ADG1414.sub
Executable file
BIN
spice/copy/sub/ADG1414.sub
Executable file
Binary file not shown.
BIN
spice/copy/sub/ADG1419.sub
Executable file
BIN
spice/copy/sub/ADG1419.sub
Executable file
Binary file not shown.
BIN
spice/copy/sub/ADG1421.sub
Executable file
BIN
spice/copy/sub/ADG1421.sub
Executable file
Binary file not shown.
BIN
spice/copy/sub/ADG1422.sub
Executable file
BIN
spice/copy/sub/ADG1422.sub
Executable file
Binary file not shown.
9
spice/copy/sub/ADG1433.sub
Executable file
9
spice/copy/sub/ADG1433.sub
Executable file
@@ -0,0 +1,9 @@
|
||||
|
||||
<Binary File>
|
||||
|
||||
Ӈ<>D<EFBFBD>jzp<7A>l<EFBFBD><6C>T<08><><EFBFBD><13>%<25><><EFBFBD><1D><><EFBFBD><EFBFBD><EFBFBD>O<EFBFBD>d<EFBFBD><64>z<EFBFBD><7A>$uʞ9<>m<5<> b<><62>%<25><>n[A<>T
|
||||
/<2F>ѿ,l<>'<27>S<EFBFBD>3<EFBFBD><33>)\<5C><><EFBFBD>V<EFBFBD><56>~A<><41><02><>gW<67>jڶ)<29>j<EFBFBD>>I<49>:<3A>CF<>3<EFBFBD>9<EFBFBD> 5<05>'<27>:<3A>k<EFBFBD>m<EFBFBD><6D><EFBFBD>A<EFBFBD>E<EFBFBD>WP+<2B>Kʅ<4B>apӐq<D390><71><EFBFBD>D<EFBFBD><44>{<7B><><EFBFBD><EFBFBD>lP<04><06><>|`Q<>S<EFBFBD>m]j"<22>)<29><><EFBFBD> -Z<>Ջ?S<>D}<7D><>'GЇ<47>y[<5B><>><3E>&6BEkGKr<4B>f<EFBFBD>y<10><1F>wT<77><54>{ݪ<><15>OSXxW<78>G<EFBFBD><47><EFBFBD>Bd<42><64><EFBFBD><EFBFBD>=Ϻ<>?<3F>~ౄCW<05>W}<7D><><1E><><EFBFBD><EFBFBD>><3E><>M<EFBFBD>Mg.<2E>wэ}S<>P69<36>'CUmJa<4A><61># F<>3<EFBFBD>c/u<07>j[^р<06>:U<0B><>t3<74>
|
||||
RX<03>8<EFBFBD><38><0E>`<60>N<EFBFBD><05>j<EFBFBD>ڍo_X}<7D>1W<31>K<EFBFBD>@<40><><EFBFBD>
|
||||
h<1D><><EFBFBD>:<3A>I%&<26><>݂ͧ<CDA7>c<EFBFBD><63><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>B<EFBFBD>]<5D>
|
||||
<EFBFBD><03>2<EFBFBD><32><EFBFBD>9u<39>t<EFBFBD>!><3E><><EFBFBD><18>Uo[`<60>h<EFBFBD>cF<63>'L<><4C>E<EFBFBD><45><EFBFBD>c<EFBFBD>:g3o<33><14><> &ވDWOo^|Vq<56>t1-cg<14>#<23>A<EFBFBD>+H<>f<14><>B>M<><4D>Mr<4D><72>I<1A><>G=1<>\E<>{<7B><>l<EFBFBD><6C><EFBFBD>֒<EFBFBD><0F>1a<31><61>f6o<36><6F>;<13>
|
||||
7<><37>X<EFBFBD> g<1D><12>7<EFBFBD>_Җ<0B><><EFBFBD>4K<34><4B>!<21><>)\Q
|
BIN
spice/copy/sub/ADG1434.sub
Executable file
BIN
spice/copy/sub/ADG1434.sub
Executable file
Binary file not shown.
BIN
spice/copy/sub/ADG1436.sub
Executable file
BIN
spice/copy/sub/ADG1436.sub
Executable file
Binary file not shown.
BIN
spice/copy/sub/ADG1636.sub
Executable file
BIN
spice/copy/sub/ADG1636.sub
Executable file
Binary file not shown.
BIN
spice/copy/sub/ADG411.sub
Executable file
BIN
spice/copy/sub/ADG411.sub
Executable file
Binary file not shown.
BIN
spice/copy/sub/ADG412.sub
Executable file
BIN
spice/copy/sub/ADG412.sub
Executable file
Binary file not shown.
BIN
spice/copy/sub/ADG419.sub
Executable file
BIN
spice/copy/sub/ADG419.sub
Executable file
Binary file not shown.
BIN
spice/copy/sub/ADG436.sub
Executable file
BIN
spice/copy/sub/ADG436.sub
Executable file
Binary file not shown.
BIN
spice/copy/sub/ADG451.sub
Executable file
BIN
spice/copy/sub/ADG451.sub
Executable file
Binary file not shown.
10
spice/copy/sub/ADG452.sub
Executable file
10
spice/copy/sub/ADG452.sub
Executable file
@@ -0,0 +1,10 @@
|
||||
|
||||
<Binary File>
|
||||
|
||||
<1A>{Ydj<64><6A>(y
|
||||
s<EFBFBD><>ָe%e;<3B>!<21>?<3F><>ln~hj<68>;s<>
|
||||
<EFBFBD>*<2A>fq<><71><EFBFBD>R<EFBFBD>DIC <09>
|
||||
<EFBFBD>p~<15> <09>LoG:/<2F><><EFBFBD>}/S7<53><37>1U\+
|
||||
<EFBFBD>+<2B>}<7D>V<EFBFBD>3!|<7C>'<27>_<EFBFBD>q&<26><>\Ƀ$<24><08><><EFBFBD>7<EFBFBD><37><EFBFBD>o<EFBFBD>P\<5C>Ǡ.<2E>·F<C2B7><46>3U<33><55>;<3B><>åޔE<DE94><12><03><><EFBFBD><EFBFBD>s<EFBFBD><73>ë <20><><EFBFBD>1<EFBFBD><31>ɉ<><EFBFBD>}<7D>+<2B><>\"<22><>l<EFBFBD>|<7C>7<EFBFBD><37><EFBFBD>Նו<D586><D795>]<5D><><EFBFBD><1E>k<EFBFBD>W<EFBFBD>Pn<50><6E><EFBFBD>,w<>t3<01>]<5D>g<EFBFBD>z><3E><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>w;<02><><EFBFBD>s<EFBFBD><73>K6<4B><36>2*՚<>6<EFBFBD>mR<6D><52>ti<>p<EFBFBD><04><19><><EFBFBD>&<26><>l<1D><07>ޡ\<5C>漧)<29><><EFBFBD>}g<67><C28A><EFBFBD><EFBFBD>0<15><>hs<68><73>+T<11>Д<05><>(h<>BC<>|<7C>G<EFBFBD><47><EFBFBD><EFBFBD><EFBFBD>T<EFBFBD>A<EFBFBD><41><1A><>_%1<>S3Q<33><51>ML<4D><4C><EFBFBD>#Ϙ<><CF98><EFBFBD>?<3F>N<EFBFBD><4E><EFBFBD><11>H#`<60>O{<7B><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>oG<6F>ߚZ<DF9A>`<60><><EFBFBD><EFBFBD>3<EFBFBD><33>.<2E>$<24><>q<EFBFBD><71>
|
||||
6}<7D>hҮ<68>LT<4C><54>
|
||||
]<1F><10>#Ʊ<>À<EFBFBD><C380>1<EFBFBD><31><EFBFBD>.<2E><><EFBFBD><EFBFBD><EFBFBD>8<EFBFBD><38><EFBFBD>E<EFBFBD><45><EFBFBD>y=<3D><><EFBFBD><EFBFBD>٬e<D9AC><65><EFBFBD><EFBFBD><EFBFBD>ڝP}<7D><><EFBFBD><EFBFBD>>ȟ<>F<EFBFBD>?m<><6D> s/<2F>R<EFBFBD><52><EFBFBD>m=<3D>)PW<50><57>`<60>^q#<23>AIޛ{<7B>tFe<46>2e<32><0C>y6*<2A>;<3B><><EFBFBD>ZV<5A>(Pݧ<50>O<EFBFBD>m<EFBFBD>f4<66>>y<><79><EFBFBD><02>{<7B>tZE<5A>1<EFBFBD>N<>8lRX<52><58><EFBFBD>,
|
BIN
spice/copy/sub/ADG5212.sub
Executable file
BIN
spice/copy/sub/ADG5212.sub
Executable file
Binary file not shown.
BIN
spice/copy/sub/ADG5233.sub
Executable file
BIN
spice/copy/sub/ADG5233.sub
Executable file
Binary file not shown.
BIN
spice/copy/sub/ADG5236.sub
Executable file
BIN
spice/copy/sub/ADG5236.sub
Executable file
Binary file not shown.
BIN
spice/copy/sub/ADG5401.sub
Executable file
BIN
spice/copy/sub/ADG5401.sub
Executable file
Binary file not shown.
BIN
spice/copy/sub/ADG5412.sub
Executable file
BIN
spice/copy/sub/ADG5412.sub
Executable file
Binary file not shown.
BIN
spice/copy/sub/ADG5412F.sub
Executable file
BIN
spice/copy/sub/ADG5412F.sub
Executable file
Binary file not shown.
BIN
spice/copy/sub/ADG5419.sub
Executable file
BIN
spice/copy/sub/ADG5419.sub
Executable file
Binary file not shown.
BIN
spice/copy/sub/ADG5421.sub
Executable file
BIN
spice/copy/sub/ADG5421.sub
Executable file
Binary file not shown.
BIN
spice/copy/sub/ADG5433.sub
Executable file
BIN
spice/copy/sub/ADG5433.sub
Executable file
Binary file not shown.
BIN
spice/copy/sub/ADG5436.sub
Executable file
BIN
spice/copy/sub/ADG5436.sub
Executable file
Binary file not shown.
BIN
spice/copy/sub/ADG611.sub
Executable file
BIN
spice/copy/sub/ADG611.sub
Executable file
Binary file not shown.
BIN
spice/copy/sub/ADG612.sub
Executable file
BIN
spice/copy/sub/ADG612.sub
Executable file
Binary file not shown.
BIN
spice/copy/sub/ADG636.sub
Executable file
BIN
spice/copy/sub/ADG636.sub
Executable file
Binary file not shown.
BIN
spice/copy/sub/ADG701.sub
Executable file
BIN
spice/copy/sub/ADG701.sub
Executable file
Binary file not shown.
BIN
spice/copy/sub/ADG702.sub
Executable file
BIN
spice/copy/sub/ADG702.sub
Executable file
Binary file not shown.
BIN
spice/copy/sub/ADG711.sub
Executable file
BIN
spice/copy/sub/ADG711.sub
Executable file
Binary file not shown.
BIN
spice/copy/sub/ADG712.sub
Executable file
BIN
spice/copy/sub/ADG712.sub
Executable file
Binary file not shown.
BIN
spice/copy/sub/ADG721.sub
Executable file
BIN
spice/copy/sub/ADG721.sub
Executable file
Binary file not shown.
BIN
spice/copy/sub/ADG722.sub
Executable file
BIN
spice/copy/sub/ADG722.sub
Executable file
Binary file not shown.
BIN
spice/copy/sub/ADG741.sub
Executable file
BIN
spice/copy/sub/ADG741.sub
Executable file
Binary file not shown.
BIN
spice/copy/sub/ADG742.sub
Executable file
BIN
spice/copy/sub/ADG742.sub
Executable file
Binary file not shown.
BIN
spice/copy/sub/ADG801.sub
Executable file
BIN
spice/copy/sub/ADG801.sub
Executable file
Binary file not shown.
BIN
spice/copy/sub/ADG802.sub
Executable file
BIN
spice/copy/sub/ADG802.sub
Executable file
Binary file not shown.
BIN
spice/copy/sub/ADGS1212.sub
Executable file
BIN
spice/copy/sub/ADGS1212.sub
Executable file
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user