summaryrefslogtreecommitdiff
path: root/CMOS
diff options
context:
space:
mode:
authorJed Barber <jjbarber@y7mail.com>2014-01-29 01:20:33 +1100
committerJed Barber <jjbarber@y7mail.com>2014-01-29 01:20:33 +1100
commitf5457822dcd0d26cc27d84276f266fd0bef23191 (patch)
tree2e64acabf7595b2050319eb99d6a05e0221d27d7 /CMOS
parentfd7b841c36e886bc378ebb015bcb1e75c1e7fcc3 (diff)
Added symbol for 2 input MIN gate
Diffstat (limited to 'CMOS')
-rw-r--r--CMOS/2_input_min.asy27
1 files changed, 27 insertions, 0 deletions
diff --git a/CMOS/2_input_min.asy b/CMOS/2_input_min.asy
new file mode 100644
index 0000000..8b95ae6
--- /dev/null
+++ b/CMOS/2_input_min.asy
@@ -0,0 +1,27 @@
+Version 4
+SymbolType CELL
+LINE Normal 48 64 32 64
+LINE Normal 32 56 48 64
+LINE Normal 32 64 32 56
+LINE Normal 64 64 48 64
+LINE Normal -32 48 -48 48
+LINE Normal -32 80 -48 80
+LINE Normal 32 32 -32 32
+LINE Normal 32 96 32 32
+LINE Normal -32 96 32 96
+LINE Normal -32 32 -32 96
+TEXT 1 48 Center 0 MIN
+WINDOW 0 -16 16 Left 0
+SYMATTR Description 2-input NAND gate
+SYMATTR SpiceLine VDD=5 SPEED=1.0 TRIPDT=5e-9
+SYMATTR Prefix X
+SYMATTR SpiceModel VDD 0
+PIN -48 48 NONE 0
+PINATTR PinName A
+PINATTR SpiceOrder 1
+PIN -48 80 NONE 0
+PINATTR PinName B
+PINATTR SpiceOrder 2
+PIN 64 64 NONE 0
+PINATTR PinName Y
+PINATTR SpiceOrder 3