From 9dbeae6cf3100c2c2da774bcc8e01464ec305043 Mon Sep 17 00:00:00 2001 From: Werner Almesberger Date: Mon, 19 Sep 2016 21:46:46 -0300 Subject: [PATCH] components/74x1g32_6.lib: single OR gate --- AUTHORS | 1 + components/74x1g32_6.dcm | 3 +++ components/74x1g32_6.lib | 34 ++++++++++++++++++++++++++++++++++ components/HIERARCHY | 1 + components/components.pro | 1 + 5 files changed, 40 insertions(+) create mode 100644 components/74x1g32_6.dcm create mode 100644 components/74x1g32_6.lib diff --git a/AUTHORS b/AUTHORS index b3c48fa..2f765b6 100644 --- a/AUTHORS +++ b/AUTHORS @@ -46,6 +46,7 @@ Werner Almesberger components/74x1g07_5.lib components/74x1g07_4.lib components/74x1g07_6.lib + components/74x1g32_6.lib components/74x2g07_6.lib components/74x565.lib components/adxl32x.lib diff --git a/components/74x1g32_6.dcm b/components/74x1g32_6.dcm new file mode 100644 index 0000000..5f3ed79 --- /dev/null +++ b/components/74x1g32_6.dcm @@ -0,0 +1,3 @@ +EESchema-DOCLIB Version 2.0 +# +#End Doc Library diff --git a/components/74x1g32_6.lib b/components/74x1g32_6.lib new file mode 100644 index 0000000..40d42cd --- /dev/null +++ b/components/74x1g32_6.lib @@ -0,0 +1,34 @@ +EESchema-LIBRARY Version 2.3 +#encoding utf-8 +# +# 74X1G32_6 +# +DEF 74X1G32_6 U 0 40 Y N 1 F N +F0 "U" -400 400 60 H V L CNN +F1 "74X1G32_6" 50 -450 60 H V L CNN +F2 "" 100 0 60 H I C CNN +F3 "" 100 0 60 H I C CNN +DRAW +T 0 -300 150 50 0 0 0 A Normal 0 C C +T 0 -300 -50 50 0 0 0 B Normal 0 C C +T 0 0 -300 50 0 0 0 GND Normal 0 C C +T 0 0 300 50 0 0 0 VCC Normal 0 C C +T 0 300 50 50 0 0 0 Y Normal 0 C C +A -400 0 250 0 369 0 1 0 N -150 0 -200 150 +A -400 0 250 0 -369 0 1 0 N -150 0 -200 -150 +A -159 -347 499 947 440 0 1 0 N -200 150 200 0 +A -158 347 499 -441 -948 0 1 0 N 200 0 -200 -150 +S -400 350 400 -350 0 1 0 N +P 2 0 1 0 -400 -100 -175 -100 N +P 2 0 1 0 -400 100 -175 100 N +P 2 0 1 0 200 0 400 0 N +X A 1 -600 100 200 R 50 50 1 1 I +X B 2 -600 -100 200 R 50 50 1 1 I +X GND 3 0 -550 200 U 50 50 1 1 W +X Y 4 600 0 200 L 50 50 1 1 O +X NC 5 600 -200 200 L 50 50 1 1 N +X VCC 6 0 550 200 D 50 50 1 1 W +ENDDRAW +ENDDEF +# +#End Library diff --git a/components/HIERARCHY b/components/HIERARCHY index 1ebfcf7..d124ede 100644 --- a/components/HIERARCHY +++ b/components/HIERARCHY @@ -21,6 +21,7 @@ Logic 74x1g07_6 74x1g08_5 74x1g08_6 + 74x1g32_6 74x1g125 Dual 74x2g07_6 diff --git a/components/components.pro b/components/components.pro index 443cf32..5f586aa 100644 --- a/components/components.pro +++ b/components/components.pro @@ -169,3 +169,4 @@ LibName97=./por LibName98=./tps6102x LibName99=./gencon LibName100=./74x2g07_6 +LibName101=./74x1g32_6