gschem: Menu layout improvements.
[geda-gaf.git] / gnetlist / docs / README.bom
blob2709ec4aaae1a5a9e47ec5d136da4b1d1f4b710b
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