diff options
author | Jed Barber <jjbarber@y7mail.com> | 2014-02-14 01:16:25 +1100 |
---|---|---|
committer | Jed Barber <jjbarber@y7mail.com> | 2014-02-14 01:16:25 +1100 |
commit | bc6c41ce7523e56688bf52f7ddeadb3b9785c602 (patch) | |
tree | ee69ee7b134d462b9f10f9fc32f98349e4ed152f /simulated/xor.asy | |
parent | 779850bf1cb8b3bc2156f594c29a0cb3a65cd03a (diff) |
Added symbols for the rest of the gates
Diffstat (limited to 'simulated/xor.asy')
-rw-r--r-- | simulated/xor.asy | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/simulated/xor.asy b/simulated/xor.asy new file mode 100644 index 0000000..a2aa152 --- /dev/null +++ b/simulated/xor.asy @@ -0,0 +1,41 @@ +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 +LINE Normal -48 32 -48 48 +LINE Normal -64 32 -48 32 +LINE Normal -64 48 -48 48 +LINE Normal -48 96 -48 80 +LINE Normal -64 96 -48 96 +LINE Normal -64 80 -48 80 +LINE Normal 64 48 64 64 +LINE Normal 80 48 64 48 +LINE Normal 80 80 64 80 +LINE Normal 64 80 64 64 +TEXT 1 48 Center 0 XOR +SYMATTR Description XOR gate +PIN -64 48 NONE 0 +PINATTR PinName A+ +PINATTR SpiceOrder 1 +PIN -64 80 NONE 0 +PINATTR PinName B- +PINATTR SpiceOrder 2 +PIN 80 48 NONE 0 +PINATTR PinName Y- +PINATTR SpiceOrder 3 +PIN -64 32 NONE 8 +PINATTR PinName A- +PINATTR SpiceOrder 4 +PIN -64 96 NONE 8 +PINATTR PinName B+ +PINATTR SpiceOrder 5 +PIN 80 80 NONE 8 +PINATTR PinName Y+ +PINATTR SpiceOrder 6 |