diff options
| author | Warrick Lo <wlo@warricklo.net> | 2026-01-26 16:21:50 -0800 |
|---|---|---|
| committer | Warrick Lo <wlo@warricklo.net> | 2026-01-26 16:21:50 -0800 |
| commit | 70e6cd5025e4854719fd9a14d83ca046723a3d47 (patch) | |
| tree | 4c5806e70745256e2af54d1b8d9fe66f25d1bf45 | |
| parent | Add circuit schematic (diff) | |
Signed-off-by: Warrick Lo <wlo@warricklo.net>
| -rw-r--r-- | schematic/opamp.sym | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/schematic/opamp.sym b/schematic/opamp.sym new file mode 100644 index 0000000..ea9175d --- /dev/null +++ b/schematic/opamp.sym @@ -0,0 +1,29 @@ +v {xschem version=3.4.8RC file_version=1.3} +G {} +K {type=subcircuit +format="@name @pinlist @symname" +template="name=x1" +} +V {} +S {} +F {} +E {} +P 4 4 -40 -40 40 0 -40 40 -40 -40 {} +L 4 0 -50 0 -20 {} +L 4 0 20 0 50 {} +L 4 -60 -20 -40 -20 {} +L 4 -60 20 -40 20 {} +L 4 40 0 60 0 {} +L 4 -30 -20 -20 -20 {} +L 4 -25 -25 -25 -15 {} +L 4 -30 20 -20 20 {} +B 5 -2.5 -52.5 2.5 -47.5 {name=VDD dir=in} +B 5 -2.5 47.5 2.5 52.5 {name=VSS dir=in} +B 5 -62.5 -22.5 -57.5 -17.5 {name=PLUS dir=in} +B 5 -62.5 17.5 -57.5 22.5 {name=MINUS dir=in} +B 5 57.5 -2.5 62.5 2.5 {name=OUT dir=out} +T {@symname} 15 25 0 0 0.3 0.3 {} +T {@name} 15 -40 0 0 0.3 0.3 {} +T {VDD} -20 -45 0 0 0.2 0.2 {} +T {VSS} -20 35 0 0 0.2 0.2 {} +T {OUT} 65 -15 0 1 0.2 0.2 {} |