refdes_renum: warn of possible number clash with non-conforming values
[geda-gaf/whiteaudio.git] / docs / wiki / geda-bom_readme.html
blob3a2b908f21ab68de8ec10ffe4b4c9539612f4e4c
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3 <html>
4 <head>
5 <title></title>
6 <link rel="stylesheet" media="screen" type="text/css" href="./style.css" />
7 <link rel="stylesheet" media="screen" type="text/css" href="./design.css" />
8 <link rel="stylesheet" media="print" type="text/css" href="./print.css" />
10 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
11 </head>
12 <body>
15 <h1 class="sectionedit12"><a name="bill_of_material_netlister_readme" id="bill_of_material_netlister_readme">Bill of Material netlister README</a></h1>
16 <div class="level1">
17 <pre class="code">README for
18 BOM - Bill Of Materials generater for gnetlist.
20 --------------------------------------------------------------------------
22 I (Matt) put together a quick bill of materials generator for gnetlist.
23 It takes a configuration file which tells it what attributes you want
24 netlisted (i.e. vendor, part number).
26 This is a sample config file:
28 device
29 label
30 name
32 Just call it with
33 gnetlist -g bom -o test.bom test.sch
35 The config file must be called &quot;attribs&quot; and be in the pwd, because
36 there is no way to pass arguments to the netlister (at least that I
37 could find).
39 Eventually I&#039;d like to integrate this with some sort of a database for
40 production purposes. Let me know if you are interested in helping or
41 have any ideas.
43 Matt
44 matt@ettus.com
45 </pre>
47 </div>
48 </body>
49 </html>