File: README.bom

package info (click to toggle)
geda-gnetlist 20050313-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 2,092 kB
  • ctags: 702
  • sloc: lisp: 5,519; ansic: 3,809; sh: 3,647; makefile: 291
file content (30 lines) | stat: -rw-r--r-- 766 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30

README for
BOM - Bill Of Materials generater for gnetlist.

--------------------------------------------------------------------------

I (Matt) put together a quick bill of materials generator for gnetlist.
It takes a configuration file which tells it what attributes you want
netlisted (i.e. vendor, part number).

This is a sample config file:

device
label
name  

Just call it with 
        gnetlist  -g bom -o test.bom test.sch 

The config file must be called "attribs" and be in the pwd, because
there is no way to pass arguments to the netlister (at least that I
could find).

Eventually I'd like to integrate this with some sort of a database for
production purposes.  Let me know if you are interested in helping or
have any ideas.

Matt
matt@ettus.com