diff options
author | Jed Barber <jjbarber@y7mail.com> | 2014-01-29 01:49:47 +1100 |
---|---|---|
committer | Jed Barber <jjbarber@y7mail.com> | 2014-01-29 01:49:47 +1100 |
commit | 8fa63b3278b129433aae75b15e5b4c33bbbe0201 (patch) | |
tree | 28f265d4d75b55ffa06ac21f2de9f1ab27eccfa4 | |
parent | fc2ac09f2b21d32abb67bd66b19facc0520cb3b2 (diff) |
Added symbol for IS UNKNOWN gate
-rw-r--r-- | CMOS/is_unknown.asy | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/CMOS/is_unknown.asy b/CMOS/is_unknown.asy new file mode 100644 index 0000000..c63122a --- /dev/null +++ b/CMOS/is_unknown.asy @@ -0,0 +1,21 @@ +Version 4 +SymbolType CELL +LINE Normal 32 48 64 48 +LINE Normal -32 48 -48 48 +LINE Normal 32 32 -32 32 +LINE Normal 32 64 32 32 +LINE Normal -32 64 32 64 +LINE Normal -32 32 -32 64 +LINE Normal 32 40 32 48 +TEXT 0 48 Center 0 =0 +WINDOW 0 -15 16 Left 0 +SYMATTR Prefix X +SYMATTR SpiceModel VDD 0 +SYMATTR Description Inverting buffer +SYMATTR SpiceLine VDD=5 SPEED=1.0 TRIPDT=5e-9 +PIN -48 48 NONE 0 +PINATTR PinName A +PINATTR SpiceOrder 1 +PIN 64 48 NONE 0 +PINATTR PinName Y +PINATTR SpiceOrder 2 |