mirror of
git://projects.qi-hardware.com/eda-tools.git
synced 2024-11-05 08:41:52 +02:00
20517e107e
- 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
11 lines
168 B
HTML
11 lines
168 B
HTML
# Must be indented !!
|
|
|
|
_TOL=A -> TOL=0.05pF
|
|
_TOL=B -> TOL=0.1pF
|
|
_TOL=C -> TOL=0.25pF
|
|
_TOL=D -> TOL=0.5pF
|
|
|
|
include tol.inc
|
|
|
|
_TOL=Z -> TOL=80/20%
|