diff options
author | Akshay NH | 2018-06-28 19:22:03 +0530 |
---|---|---|
committer | Akshay NH | 2018-06-28 19:22:03 +0530 |
commit | d1edc2c0c9b8d823892b94482e01451e82c3eec1 (patch) | |
tree | 9fb54dfd93a975be8b2a8cb29b21eb5639ac29ef /digital ciruits/xor_sub/xor_sub.lib | |
download | eSIm-Kicad-Simulations-d1edc2c0c9b8d823892b94482e01451e82c3eec1.tar.gz eSIm-Kicad-Simulations-d1edc2c0c9b8d823892b94482e01451e82c3eec1.tar.bz2 eSIm-Kicad-Simulations-d1edc2c0c9b8d823892b94482e01451e82c3eec1.zip |
adding kicad analog and digital circuits
Diffstat (limited to 'digital ciruits/xor_sub/xor_sub.lib')
-rw-r--r-- | digital ciruits/xor_sub/xor_sub.lib | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/digital ciruits/xor_sub/xor_sub.lib b/digital ciruits/xor_sub/xor_sub.lib new file mode 100644 index 0000000..c0f9f17 --- /dev/null +++ b/digital ciruits/xor_sub/xor_sub.lib @@ -0,0 +1,23 @@ +EESchema-LIBRARY Version 2.4
+#encoding utf-8
+#
+# XOR
+#
+DEF XOR X 0 40 Y Y 1 F N
+F0 "X" 0 50 39 H V C CNN
+F1 "XOR" 0 0 39 H V C CNN
+F2 "" 0 0 50 H I C CNN
+F3 "" 0 0 50 H I C CNN
+DRAW
+S -150 -150 150 -150 0 1 0 N
+S -150 200 -150 -150 0 1 0 N
+S 150 200 -150 200 0 1 0 N
+S 150 200 150 -150 0 1 0 N
+X A 1 -350 100 200 R 50 28 1 1 I
+X B 2 -350 -100 200 R 50 28 1 1 I
+X Out 3 350 -50 200 L 50 28 1 1 O
+X VDD 4 350 100 200 L 50 28 1 1 I
+ENDDRAW
+ENDDEF
+#
+#End Library
|