missing NULL terminator in set_config_x
[geda-gaf.git] / gnetlist-legacy / docs / README.bom
blobe1701fc16690df8a5b69b1c0d3b2daf42f1db739
2 README for
3 BOM - Bill Of Materials generater for gnetlist.
5 --------------------------------------------------------------------------
7 I (Matt) put together a quick bill of materials generator for gnetlist.
8 It takes a configuration file which tells it what attributes you want
9 netlisted (i.e. vendor, part number).
11 This is a sample config file:
13 device
14 label
15 name
17 Just call it with
18         gnetlist  -g bom -o test.bom test.sch
20 The config file must be called "attribs" and be in the pwd, because
21 there is no way to pass arguments to the netlister (at least that I
22 could find).
24 Eventually I'd like to integrate this with some sort of a database for
25 production purposes.  Let me know if you are interested in helping or
26 have any ideas.
28 Matt
29 matt@ettus.com