1
0
mirror of git://projects.qi-hardware.com/eda-tools.git synced 2025-04-21 12:27:27 +03:00

Moved resistor tolerance decoding to lib/tol.inc

- boom/lib/tol.inc: tolerance codes used for resistors, capacitors, etc.
- boom/lib/captol.inc: capacitor tolerance codes
- boom/manu/panasonic/panasonic.gen, boom/manu/stackpole/stackpole.gen,
  boom/manu/yageo/yageo.gen: use tol.inc instead of duplicating the
  tolerance decoding
This commit is contained in:
Werner Almesberger
2010-10-16 23:26:27 -03:00
parent 57fc0bd84e
commit 20517e107e
5 changed files with 20 additions and 12 deletions

View File

@@ -6,8 +6,7 @@ RMCF* -> T=R {
RMCF(????)(?)(?)([0-9R][0-9RKM][0-9RKM])* ->
FP=$REF:1 _TOL=$REF:2 _R=$REF:4
_TOL=F -> TOL=1%
_TOL=J -> TOL=5%
include ../../lib/tol.inc
FP=0201 -> P=1/20W V=25V
FP=0402 -> P=1/16W V=50V