[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: gEDA-user: Kudos



On Nov 4, 2009, at 2:02 AM, Eric Brombaugh wrote:

> * gsch2pcb failing silently when there are refdes collisions.

You may use multiple symbols to represent sections of a single  
physical part, so refdes "collisions" are perfectly acceptable. The  
old UNIX textutils come in handy here:

grep refdes= page1.sch page2.sch | sort | uniq -d

will show you all duplicated refdes attributes in a design containing  
two schematic files (you may, of course, list as many as necessary).  
You then get to decide if this list corresponds to your intention. I  
personally appreciate tools that don't try to outsmart me...

John Doty              Noqsi Aerospace, Ltd.
http://www.noqsi.com/
jpd@xxxxxxxxx




_______________________________________________
geda-user mailing list
geda-user@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user