From 9f164f15e9cf6c4bb0d746ca23e741a2d958b674 Mon Sep 17 00:00:00 2001 From: Jed Barber Date: Wed, 29 Jan 2014 18:39:09 +1100 Subject: Changed to shorter names --- CMOS/inverting_consensus.asy | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 CMOS/inverting_consensus.asy (limited to 'CMOS/inverting_consensus.asy') diff --git a/CMOS/inverting_consensus.asy b/CMOS/inverting_consensus.asy new file mode 100644 index 0000000..f6cc640 --- /dev/null +++ b/CMOS/inverting_consensus.asy @@ -0,0 +1,24 @@ +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 0 52 Center 0 CON +SYMATTR Description 2-input inverting consensus +SYMATTR Prefix X +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 -- cgit