summaryrefslogtreecommitdiff
path: root/netfiles/integrator.spc
blob: 244867270a1accf68925d46cd1937467b4f1feae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Spice circuit integrator

.subckt wramp bias out in.p in.m
M1 net.1 net.1 GND GND nmos
M2 out net.1 GND GND nmos
M3 net.1 net.2 Vdd Vdd pmos
M4 out net.3 Vdd Vdd pmos
M5 net.3 net.3 Vdd Vdd pmos
M6 net.2 net.2 Vdd Vdd pmos
M7 net.4 bias GND GND nmos
M8 net.3 in.p net.4 GND nmos
M9 net.2 in.m net.4 GND nmos
.ends

C10 Output GND 1.0P
X1 Bias Output Input Output wramp
.end