gEDA-user: Combining 2 schematics in a single pcb project

Stuart Brorson sdb at cloud9.net
Mon Oct 23 13:46:48 EDT 2006


Although I am not 100% clear on what you want, I believe you can just
create your two schematics, then use gsch2pcb with both as the
input schematic:

gsch2pcb -o baz foo_1.sch bar_2.sch

This will treat foo_1 and bar_2 as input schematics, merge the two,
and the outputs will be baz.pcb, baz.net, etc.

Components with different refdeses between the two
schematics will netlist to to different footprints.  Components with
the same refdes on both schematics will produce only one footprint.

As always, yer best bet is to just try it out!

Stuart


On Mon, 23 Oct 2006, Carl Franks wrote:

> I'd like to create 2 schematics with gschem and keep them as separate
> files, but then import them both into a single pcb project for layout
> on a single board.
>
> Is there an attribute I can add to a component which will appear in
> both files, that will tell pcb that they are actually the same
> component, so I don't get 2 copies of it?
>
> Cheers,
> Carl
>
>
> _______________________________________________
> geda-user mailing list
> geda-user at moria.seul.org
> http://www.seul.org/cgi-bin/mailman/listinfo/geda-user
>


More information about the geda-user mailing list