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:
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
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