From 99b4b5b3cad36e30c7745bad4a948ec329f046d1 Mon Sep 17 00:00:00 2001 From: Jed Barber Date: Wed, 29 Jan 2014 01:54:37 +1100 Subject: Added symbol for CLAMP UP gate --- CMOS/clamp_up.asy | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 CMOS/clamp_up.asy (limited to 'CMOS') 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 -- cgit