mirror of
git://projects.qi-hardware.com/eda-tools.git
synced 2024-11-25 21:55:20 +02:00
Added AVX general-purpose ceramic SMT capacitors, "no series"
- dist/dk/Makefile (PARTS), dist/dk/avx-cersmt.catq: added AVX ceramic SMT capacitors - manu/avx/Makefile, manu/avx/avx.gen: generate AVX capacitor characteristics - Makefile (MANU): added AVX
This commit is contained in:
parent
bf2e9f2338
commit
d816e82d1e
@ -3,7 +3,7 @@ BOOM=PATH=/home/moko/svn.openmoko.org/trunk/eda/boom:../boom:$$PATH boom
|
||||
KITS = 1
|
||||
|
||||
DIST = dk
|
||||
MANU = murata panasonic stackpole tdk yageo
|
||||
MANU = avx murata panasonic stackpole tdk yageo
|
||||
|
||||
EQU = dist/all.equ
|
||||
INV = dist/all.inv
|
||||
|
3
boom/dist/dk/Makefile
vendored
3
boom/dist/dk/Makefile
vendored
@ -1,5 +1,6 @@
|
||||
MASTER = db/all.equ db/all.dsc db/all.inv
|
||||
PARTS = murata-grm panasonic-erj stackpole-rmcf tdk-c yageo-cc yageo-rc
|
||||
PARTS = avx-cersmt murata-grm panasonic-erj stackpole-rmcf \
|
||||
tdk-c yageo-cc yageo-rc
|
||||
|
||||
.SECONDARY: # prevent *.cache from being automatically deleted
|
||||
|
||||
|
7
boom/dist/dk/avx-cersmt.catq
vendored
Normal file
7
boom/dist/dk/avx-cersmt.catq
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
AVX
|
||||
avx
|
||||
Capacitors/Ceramic
|
||||
Series = -
|
||||
Mounting Type = Surface Mount, MLCC
|
||||
Packaging = Cut Tape (CT)
|
||||
Applications = General Purpose
|
2
boom/manu/avx/Makefile
Normal file
2
boom/manu/avx/Makefile
Normal file
@ -0,0 +1,2 @@
|
||||
NAME = avx
|
||||
include ../Makefile.common
|
50
boom/manu/avx/avx.gen
Normal file
50
boom/manu/avx/avx.gen
Normal file
@ -0,0 +1,50 @@
|
||||
#GEN
|
||||
|
||||
#
|
||||
# http://www.avx.com/docs/Catalogs/ccog.pdf
|
||||
# http://www.avx.com/docs/Catalogs/cx5r.pdf
|
||||
# http://www.avx.com/docs/Catalogs/cx7r.pdf
|
||||
# http://www.avx.com/docs/Catalogs/cx8r.pdf
|
||||
# http://www.avx.com/docs/Catalogs/cy5v.pdf
|
||||
# http://www.avx.com/docs/Catalogs/apt&r.pdf
|
||||
# http://www.avx.com/docs/catalogs/aphvc.pdf
|
||||
#
|
||||
|
||||
* -> T=C {
|
||||
(????)([46ZY3D512PV7CASGWHJ])([ACDFGLZ])([0-9][0-9R][0-9])([BCDFGJKMZ])* ->
|
||||
FP=$REF:1 _V=$REF:2 _M=$REF:3 _E12_P=$REF:4 _TOL=$REF:5
|
||||
|
||||
_M=A -> M=NP0
|
||||
_M=C -> M=X7R
|
||||
_M=D -> M=X5R
|
||||
_M=F -> M=X8R
|
||||
_M=G -> M=Y5V
|
||||
_M=L -> M=X8L
|
||||
_M=Z -> M=X7S
|
||||
|
||||
include ../../lib/captol.inc
|
||||
|
||||
_V=4 -> V=4V
|
||||
_V=6 -> V=6.3V
|
||||
_V=Z -> V=10V
|
||||
_V=Y -> V=16V
|
||||
_V=3 -> V=25V
|
||||
_V=D -> V=35V
|
||||
_V=5 -> V=50V
|
||||
_V=1 -> V=100V
|
||||
_V=2 -> V=200V
|
||||
_V=P -> V=250V
|
||||
_V=V -> V=250V # according to Digi-Key, 1206VC104KAT2A
|
||||
_V=7 -> V=500V
|
||||
_V=C -> V=600V # aphvc.pdf says 600V/630V. What gives ?
|
||||
_V=A -> V=1kV
|
||||
_V=S -> V=1.5kV
|
||||
_V=G -> V=2kV
|
||||
_V=W -> V=2.5kV
|
||||
_V=H -> V=3kV
|
||||
_V=J -> V=4kV
|
||||
}
|
||||
|
||||
include ../../lib/e12.inc
|
||||
|
||||
T=C -> C=${_E12}F !
|
Loading…
Reference in New Issue
Block a user