> sub-symbols like SAM9G45A, SAM9G45B... and so on using a single shared > footprint. What's the better way to achieve this with gschem?
Commonly done. Create multiple symbols, give each the same refdes, they get combined by gnetlist automatically. > Is it possible to print a single postscript schematic file from the > multiple *.sch input files directly from gschem? You mean a single pdf, or multi-page ps? What most people do is generate one *.ps for each *.sch, then merge them with a psmerge-type utility, usually from within a makefile or script. _______________________________________________ geda-user mailing list [email protected] http://www.seul.org/cgi-bin/mailman/listinfo/geda-user

