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