diff options
author | Jed Barber <jjbarber@y7mail.com> | 2014-01-29 01:54:21 +1100 |
---|---|---|
committer | Jed Barber <jjbarber@y7mail.com> | 2014-01-29 01:54:21 +1100 |
commit | 4a08bf4f10c29bee3a75e5c919fa946cec4457e4 (patch) | |
tree | 14eb4bf0122ff1fac7b2a0eb07cc25e9a3227b8e /CMOS | |
parent | f352eb2339a87575999816d29e4ded633063c5fb (diff) |
Added symbol for BUFFER gate
Diffstat (limited to 'CMOS')
-rw-r--r-- | CMOS/buffer.asy | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/CMOS/buffer.asy b/CMOS/buffer.asy new file mode 100644 index 0000000..b26597f --- /dev/null +++ b/CMOS/buffer.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 BUF +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 |