1
0
mirror of git://projects.qi-hardware.com/ben-wpan.git synced 2024-07-03 01:22:55 +03:00
ben-wpan/bom/atrf.sub
Werner Almesberger 69ddbf6f0c Added BOM data for "cntr" sub-project.
- bom/atrf.chr: tentative characteristics of two transient voltage
  suppressors
- bom/Makefile (CHR): added atrf.chr
- bom/atrf.sub: added tentative translation for TVSs
- bom/atrf.equ: added C8051F320 and mini-USB receptacle (for cntr)
- bom/atrf.inv: added 120x60 mil pad (for cntr)
- bom/atrf.sub: map footprint to value for PAD_12x60
- bom/Makefile: marked .par files as "precious"
- bom/Makefile (all, vpath): added cntr sub-project
- bom/dk/digi-key.equ: added cntr parts: C8051F320-GQ, LTST-C190KRKT,
  TVSs CT0603M4G and EZJ-P0V080GA, USB receptacle 1734035-2
2010-10-24 23:52:23 -03:00

72 lines
1.3 KiB
Plaintext

#SUB
# Taken from gta02-core. Left in the hacks, since we may use similar components
# in the future.
-> T=unknown
R[0-9P]* { # also handle RP...
-> T=R
VAL=$R -> R=$VAL
# -> TOL=5%
FN=$% -> TOL=$FN
}
RP[0-9]* {
-> T=RA
RP220[123] -> ARRAY=4
# the other parameters have already been taken care of by R*
}
C[0-9]* {
-> T=C
VAL=*F -> C=$VAL
FN=*V -> V=>=$FN
}
L[0-9]* {
-> T=L
VAL=*H -> L=$VAL
FN=*A -> I=>=$FN
}
B[0-9]* {
-> T=FILTER M=BEAD
VAL=$R -> R=$VAL
FN=*A -> I=$FN
FN=*R -> Rdc=$FN
FN=0.45R -> Rdc=450mR # hack
}
D[0-9]* {
-> T=D
VAL=*F { # heuristic to detect TVS
-> M=TVS
VAL=*F -> C=<=$VAL
FN=(*V)ac -> Vac=$FN:1
FN=(*V)dc -> Vdc=$FN:1
#
# Hack: some companies specify the class of varistors with Vdc = 9 V
# as Vac = 6.5 V while others use Vac = 7 V. Sometimes, Vac is even
# omitted entirely.
#
# Here, we work around the issue that Karmax use Vac = 6.5 V,
# Cooper/Bussmann use Vac = 7V if at all, and out schematics specify
# Vac = 6.5 V.
#
Vac=6.5V {
-> Vac=
-> Vdc=9V
}
}
}
VR[0-9]* -> T=D M=TVS {
VAL=$V -> Vdc=$VAL # neither clean nor consistent with the above
}
FP=meander -> VAL=meander
FP=uSD-Card -> VAL=uSD-Card
FP=PAD_120x60 -> VAL=PAD_120x60