Difference between revisions of "GEDA"

From RoboWiki
Jump to: navigation, search
(New page: == gnetlist == First, you need to create a file called 'attribs' in which you list the attributes that you want to end up in the bill of materials. For example, if you put: refdes ...)
 
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
== pcb ==
  
 
+
* creation of the footprints - manual: http://ronja.twibright.com/guidelines/footprints.php
 +
* links on SK producers: [[PCB]]
  
 
== gnetlist ==
 
== gnetlist ==
Line 10: Line 12:
 
  value
 
  value
  
you'll get those 3 attributes in the BOM:
+
In fact, refdes is not necessary as this is default. Then you'll get those 3 attributes in the BOM:
  
 
  gnetlist -g bom relays.sch
 
  gnetlist -g bom relays.sch
 +
 +
 +
More:
 +
* http://www.bastl.sk/modules/smartsection/item.php?itemid=45
 +
* http://geda.seul.org/wiki/geda:faq-gnetlist

Latest revision as of 09:18, 1 June 2010

pcb

gnetlist

First, you need to create a file called 'attribs' in which you list the attributes that you want to end up in the bill of materials. For example, if you put:

refdes
device
value

In fact, refdes is not necessary as this is default. Then you'll get those 3 attributes in the BOM:

gnetlist -g bom relays.sch


More: