1 <!DOCTYPE html PUBLIC
"-//W3C//DTD XHTML 1.0 Transitional//EN"
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
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" />
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>.
17 <h1 class=
"sectionedit1" id=
"bill_of_material_netlister_readme">Bill of Material netlister README
</h1>
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:
35 gnetlist -g bom -o test.bom test.sch
37 The config file must be called
"attribs
" and be in the pwd, because
38 there is no way to pass arguments to the netlister (at least that I
41 Eventually I
'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
50 <!-- EDIT1 SECTION "Bill of Material netlister README" [113-] --></body>