diff options
author | Jed Barber <jjbarber@y7mail.com> | 2014-01-29 01:54:37 +1100 |
---|---|---|
committer | Jed Barber <jjbarber@y7mail.com> | 2014-01-29 01:54:37 +1100 |
commit | 99b4b5b3cad36e30c7745bad4a948ec329f046d1 (patch) | |
tree | 35283c58ec317f85e4f15b7023cb9ffbb685abe5 | |
parent | 4a08bf4f10c29bee3a75e5c919fa946cec4457e4 (diff) |
Added symbol for CLAMP UP gate
-rw-r--r-- | CMOS/clamp_up.asy | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/CMOS/clamp_up.asy b/CMOS/clamp_up.asy new file mode 100644 index 0000000..3fc2407 --- /dev/null +++ b/CMOS/clamp_up.asy @@ -0,0 +1,24 @@ +Version 4 +SymbolType CELL +LINE Normal 48 64 32 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 MAX +TEXT -63 80 Left 0 0 +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 64 64 NONE 0 +PINATTR PinName Y +PINATTR SpiceOrder 3 |