[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA: net attribut question, gsymcheck logging
- To: geda-dev@xxxxxxxx
- Subject: gEDA: net attribut question, gsymcheck logging
- From: Werner Hoch <werner.ho@xxxxxx>
- Date: Fri, 25 Mar 2005 14:11:05 +0100
- Delivered-to: archiver@seul.org
- Delivered-to: geda-dev-outgoing@seul.org
- Delivered-to: geda-dev@seul.org
- Delivery-date: Fri, 25 Mar 2005 08:11:33 -0500
- Reply-to: geda-dev@xxxxxxxx
- Sender: owner-geda-dev@xxxxxxxx
- User-agent: KMail/1.6.2
Hi all,
some symbols have pins and nets refering to the same physical pinnumber.
Is it useful to have duplicate definitions or should one definition be
removed?
Can gnetlist handle the duplicate definitions?
gsymcheck log for such a symbol.
-------------------------------
Checking: /home/werner/daten/download/src/geda/devel/symbols/micro/ACE1202-1.sym
Checking: /home/werner/daten/download/src/geda/devel/symbols/micro/ACE1202-1.sym
Warning: Number of pins does not match footprint size.
Warning: Number of pins does not match footprint size.
ERROR: Found duplicate pinnumber=13 attribute in the symbol
ERROR: Found duplicate pinnumber=13 attribute in the symbol
ERROR: Found duplicate pinnumber=14 attribute in the symbol
ERROR: Found duplicate pinnumber=14 attribute in the symbol
ERROR: Found duplicate pinnumber=13 attribute in the symbol
ERROR: Found duplicate pinnumber=13 attribute in the symbol
ERROR: Found duplicate pinnumber=14 attribute in the symbol
ERROR: Found duplicate pinnumber=14 attribute in the symbol
1 warnings found 1 warnings found
4 ERRORS found 4 ERRORS found
----------------------
Some of the lines are printed twice by gsymcheck. Just a minor tweak.
regards
Werner