From fc2ac09f2b21d32abb67bd66b19facc0520cb3b2 Mon Sep 17 00:00:00 2001 From: Jed Barber Date: Wed, 29 Jan 2014 01:49:30 +1100 Subject: Added symbol for IS TRUE gate --- CMOS/is_true.asy | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 CMOS/is_true.asy (limited to 'CMOS') diff --git a/CMOS/is_true.asy b/CMOS/is_true.asy new file mode 100644 index 0000000..4beb63f --- /dev/null +++ b/CMOS/is_true.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 =+ +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 -- cgit