missing NULL terminator in set_config_x
[geda-gaf.git] / docs / wiki / geda-bom_readme.html
blobb5a7a5083030b59e8b3fa1d3539d70edd12fdd3b
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 <link rel="stylesheet" media="screen" type="text/css" href="./style.css" />
6 <link rel="stylesheet" media="screen" type="text/css" href="./design.css" />
7 <link rel="stylesheet" media="print" type="text/css" href="./print.css" />
9 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
10 </head>
11 <body>
13 <p>
14 <em>Translations of this page are also available in the following languages:</em> <a href="geda-bom_readme.ru.html" class="wikilink1" title="geda-bom_readme.ru.html">Русский</a>.
15 </p>
17 <h1 class="sectionedit1" id="bill_of_material_netlister_readme">Bill of Material netlister README</h1>
18 <div class="level1">
19 <pre class="code">README for
20 BOM - Bill Of Materials generater for gnetlist.
22 --------------------------------------------------------------------------
24 I (Matt) put together a quick bill of materials generator for gnetlist.
25 It takes a configuration file which tells it what attributes you want
26 netlisted (i.e. vendor, part number).
28 This is a sample config file:
30 device
31 label
32 name
34 Just call it with
35 gnetlist -g bom -o test.bom test.sch
37 The config file must be called &quot;attribs&quot; and be in the pwd, because
38 there is no way to pass arguments to the netlister (at least that I
39 could find).
41 Eventually I&#039;d like to integrate this with some sort of a database for
42 production purposes. Let me know if you are interested in helping or
43 have any ideas.
45 Matt
46 matt@ettus.com
47 </pre>
49 </div>
50 <!-- EDIT1 SECTION "Bill of Material netlister README" [113-] --></body>
51 </html>