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

Re: gEDA-user: nets in symbols



On Mon, 05 Mar 2007 14:51:45 +0000
Seb James <seb@xxxxxxxxxxxx> wrote:

> ERROR: Duplicated reference U3501.

I neglected to say one important thing about multiple parts...
Each unit must have a unique refdes, but all the same.  Okay..  Example...

I call my parts
U3163pwr
U3163ioone
U3163iotwo
U3163adc

the 3163 is some random number.

Any lower case letters after the number are ignored by the netlist, so all appear as one part if they have the same number.

This came up a while ago on the list when someone (Sorry can't remember who) was haveing problems with CONNpower and CONNio refdes'.
so...

refdes = /[A-Z]+[0-9]+[a-z]*/
aka. At least one capital letter followed by At least one number, followed by Any number of lower case letters.
Again, the trailing lower case letters are ignored by netlist, and presumably all other related programs.

-Marc

Attachment: pgpDnC3DHVtb2.pgp
Description: PGP signature


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