diff options
Diffstat (limited to 'digital ciruits/and_sub/basic_gates.lib')
-rw-r--r-- | digital ciruits/and_sub/basic_gates.lib | 56 |
1 files changed, 56 insertions, 0 deletions
diff --git a/digital ciruits/and_sub/basic_gates.lib b/digital ciruits/and_sub/basic_gates.lib new file mode 100644 index 0000000..a4829ad --- /dev/null +++ b/digital ciruits/and_sub/basic_gates.lib @@ -0,0 +1,56 @@ +EESchema-LIBRARY Version 2.4 +#encoding utf-8 +# +# UA741 +# +DEF UA741 X 0 40 Y Y 1 F N +F0 "X" 0 -250 50 H V C CNN +F1 "UA741" 0 0 50 H V C CNN +F2 "" 0 0 50 H I C CNN +F3 "" 0 0 50 H I C CNN +DRAW +P 4 0 1 0 -200 200 -200 -200 300 0 -200 200 N +X + 1 -300 100 100 R 50 50 1 1 I +X - 2 -300 -100 100 R 50 50 1 1 I +X ~ 3 400 0 100 L 50 50 1 1 O +ENDDRAW +ENDDEF +# +# and +# +DEF and X 0 40 Y Y 1 F N +F0 "X" 0 250 50 H V C CNN +F1 "and" 0 0 50 H V C CNN +F2 "" 0 0 50 H I C CNN +F3 "" 0 0 50 H I C CNN +DRAW +A 250 0 206 760 -760 0 1 0 N 300 200 300 -200 +P 2 0 1 0 -350 -200 300 -200 N +P 2 0 1 0 -350 200 -350 -200 N +P 2 0 1 0 -350 200 300 200 N +X A 1 -450 100 100 R 50 50 1 1 I +X B 2 -450 -100 100 R 50 50 1 1 I +X Out 3 550 0 100 L 50 50 1 1 O +X VDD 4 150 300 100 D 50 50 1 1 I +ENDDRAW +ENDDEF +# +# jkff +# +DEF jkff X 0 40 Y Y 1 F N +F0 "X" 0 -350 50 H V C CNN +F1 "jkff" 0 0 50 H V C CNN +F2 "" 0 0 50 H I C CNN +F3 "" 0 0 50 H I C CNN +DRAW +S -350 250 350 -300 0 1 0 N +X J 1 -450 200 100 R 50 50 1 1 I +X clk 2 -450 0 100 R 50 50 1 1 I +X k 3 -450 -200 100 R 50 50 1 1 I +X vdd 4 0 350 100 D 50 50 1 1 O +X q 5 450 150 100 L 50 50 1 1 O +X nq 6 450 -200 100 L 50 50 1 1 O +ENDDRAW +ENDDEF +# +#End Library |