From 029d0d8e09e56ee12c98475d4e98e6388f977922 Mon Sep 17 00:00:00 2001 From: Jed Barber Date: Wed, 26 Feb 2014 22:30:51 +1100 Subject: Added symbols (copies of the CMOS symbols) --- RMOS/standard_inverter.asy | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 RMOS/standard_inverter.asy (limited to 'RMOS/standard_inverter.asy') diff --git a/RMOS/standard_inverter.asy b/RMOS/standard_inverter.asy new file mode 100644 index 0000000..fe479d7 --- /dev/null +++ b/RMOS/standard_inverter.asy @@ -0,0 +1,18 @@ +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 +LINE Normal 47 48 32 40 +TEXT 0 48 Center 0 NEG +SYMATTR Description Inverter +PIN -48 48 NONE 0 +PINATTR PinName A +PINATTR SpiceOrder 1 +PIN 64 48 NONE 0 +PINATTR PinName Y +PINATTR SpiceOrder 2 -- cgit