1 Basic information about the Eagle PCB backend and sch2eaglepos.sh
5 The script uses the component's package, footprint, value, and (if no
6 value) device attributes, as well as the netlist, to generate an Eagle
7 script that will add and connect all components. It also introduces a
8 "lib" attribute, which specifies the Eagle library where the footprint
9 can be found...if a "lib" attribute is not set for a component, then
10 the library defaults to "smd-ipc" (the default Eagle surface mount library).
14 I am also including a simple shell script that I wrote which has saved
15 me hours by extracting the relative locations of the parts from a
16 gschem schematic, and generating an Eagle script to place the
17 components in the same relative locations on the layout. By default
18 all packages are piled on top of each other, and with a large design
19 it takes a long time to sort out which cap bypasses which IC, etc.