libgeda: Move slot handling code to its own file, s_slot.c
[geda-gaf.git] / docs / wiki / geda_bom_readme.html
blob5e42f23c3d139c2015eb27e35652e01e069db80c
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"
4 lang="en" dir="ltr">
5 <head>
6 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
7 <title>geda:bom_readme</title>
8 <meta name="generator" content="DokuWiki Release rc2007-05-24" />
9 <meta name="robots" content="index,follow" />
10 <meta name="date" content="2007-05-24T22:27:24-0400" />
11 <meta name="keywords" content="geda,bom_readme" />
12 <link rel="search" type="application/opensearchdescription+xml" href="http://geda.seul.org/wiki/lib/exe/opensearch.php" title="geda Wiki" />
13 <link rel="start" href="http://geda.seul.org/wiki/" />
14 <link rel="contents" href="http://geda.seul.org/wiki/geda:bom_readme?do=index" title="Index" />
15 <link rel="alternate" type="application/rss+xml" title="Recent Changes" href="http://geda.seul.org/wiki/feed.php" />
16 <link rel="alternate" type="application/rss+xml" title="Current Namespace" href="http://geda.seul.org/wiki/feed.php?mode=list&ns=geda" />
17 <link rel="alternate" type="text/html" title="Plain HTML" href="http://geda.seul.org/wiki/_export/xhtml/geda:bom_readme" />
18 <link rel="alternate" type="text/plain" title="Wiki Markup" href="http://geda.seul.org/wiki/_export/raw/geda:bom_readme" />
19 <link rel="stylesheet" media="all" type="text/css" href="lib/exe/css" />
20 <link rel="stylesheet" media="screen" type="text/css" href="lib/exe/001css" />
21 <link rel="stylesheet" media="print" type="text/css" href="lib/exe/002css" />
22 </head>
23 <body>
24 <div class="dokuwiki export">
28 <h1><a name="bill_of_material_netlister_readme" id="bill_of_material_netlister_readme">Bill of Material netlister README</a></h1>
29 <div class="level1">
30 <pre class="code">README for
31 BOM - Bill Of Materials generater for gnetlist.
33 --------------------------------------------------------------------------
35 I (Matt) put together a quick bill of materials generator for gnetlist.
36 It takes a configuration file which tells it what attributes you want
37 netlisted (i.e. vendor, part number).
39 This is a sample config file:
41 device
42 label
43 name
45 Just call it with
46 gnetlist -g bom -o test.bom test.sch
48 The config file must be called &quot;attribs&quot; and be in the pwd, because
49 there is no way to pass arguments to the netlister (at least that I
50 could find).
52 Eventually I&#039;d like to integrate this with some sort of a database for
53 production purposes. Let me know if you are interested in helping or
54 have any ideas.
56 Matt
57 matt@ettus.com
59 </pre>
61 </div>
62 </div>
63 </body>
64 </html>