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:
10
boom/lib/captol.inc
Normal file
10
boom/lib/captol.inc
Normal file
@@ -0,0 +1,10 @@
|
||||
# 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%
|
||||
7
boom/lib/tol.inc
Normal file
7
boom/lib/tol.inc
Normal file
@@ -0,0 +1,7 @@
|
||||
# Must be indented !!
|
||||
|
||||
_TOL=F -> TOL=1%
|
||||
_TOL=G -> TOL=2%
|
||||
_TOL=J -> TOL=5%
|
||||
_TOL=K -> TOL=10%
|
||||
_TOL=M -> TOL=20%
|
||||
Reference in New Issue
Block a user