delorie.com/archives/browse.cgi | search |
X-Authentication-Warning: | delorie.com: mail set sender to geda-help-bounces using -f |
X-Recipient: | geda-help AT delorie DOT com |
DKIM-Signature: | v=1; a=rsa-sha256; c=relaxed/relaxed; |
d=gmail.com; s=20120113; | |
h=date:from:to:subject:message-id:mail-followup-to:references | |
:mime-version:content-type:content-disposition:in-reply-to | |
:user-agent; | |
bh=duoLbRZn3I1Uyk7HNauN8oVUB5CdFQ2cOUczLqHoR64=; | |
b=E9q3Bg4o7iiWxdkls/G6Etdd3aKt0lm0xx/fdp0OmSAjfSlGhUr6FTDu6x9OTkbQ5P | |
Pe3SIob5oTAKoUKD2TNEoLoZyUduDraJWa9ogJqB+mzKaCrOcPt4BQhEpA5B0vsSE+Vx | |
4zL3g5Vf8VgqiMvqVtcyZo3LvY00m3NWyCU8syeuKeNUybuHasNpOb1mU0w80MmafvO/ | |
eS+1jCXU7QccEpFMjI/NOYEPj5e+PUKG0X2Sv2NseeYg4MlqOESVdb0bKD+RBEEzb/Ka | |
5ymKAuJ51lSDyz/m+aiiFEZgG8GoGMt1I+fU/VJtKKBToQZDY5bjSo4/0jgVXw4LHSKh | |
7oBQ== | |
Date: | Mon, 8 Oct 2012 20:31:44 +0400 |
From: | Vladimir Zhbanov <vzhbanov AT gmail DOT com> |
To: | geda-help AT delorie DOT com |
Subject: | Re: [geda-help] Need some help with gsymcheck warning messages |
Message-ID: | <20121008163144.GA11303@localhost.localdomain> |
Mail-Followup-To: | geda-help AT delorie DOT com |
References: | <5072321B DOT 5060406 AT twcny DOT rr DOT com> |
MIME-Version: | 1.0 |
In-Reply-To: | <5072321B.5060406@twcny.rr.com> |
User-Agent: | Mutt/1.5.21 (2010-09-15) |
Reply-To: | geda-help AT delorie DOT com |
Errors-To: | nobody AT delorie DOT com |
X-Mailing-List: | geda-help AT delorie DOT com |
X-Unsubscribes-To: | listserv AT delorie DOT com |
On Sun, Oct 07, 2012 at 09:53:31PM -0400, Tom, KC2ZAT wrote: ... > Checking: /home/kc2zat/Desktop/TQ3370-J4.sym > Warning: Found the same number in a pinnumber attribute and in a net > attribute [13] > Warning: Found the same number in a pinnumber attribute and in a net > attribute [17] > Warning: Found the same number in a pinnumber attribute and in a net > attribute [19] > Warning: Found the same number in a pinnumber attribute and in a net > attribute [25] > Warning: Found the same number in a pinnumber attribute and in a net > attribute [5] > 5 warnings found > No errors found > > What I want to do is: > Assign the net "gnd" to pins 13, 17, and 25. > Assign the net "Vcc" to pin 19. > Assign the net "Vpp" to pin 5. > > Searching the Internet turned up some hits but they seemed to focus on a > bug circa 2009. > I reviewed the Master Attribute list for pinnumber and net and I did not > see anything indicating some kind of conflict. I also reviewed the net= > attribute mini-HOWTO and I didn't pick up anything there that seemed wrong. ... Don't worry. It's just a warning, not an error. As the comment in gsymcheck sources reads: /* Check for all pins that are in both lists and print a warning. Sometimes this is useful and sometimes it's an error. */ It means the lists of pinnumbers in pinnumber= and net= attributes. The net= attribute is mainly used when you want to omit some of pins on your symbol. The only problem is that you cannot use this sort of check in your Makefile because gsymcheck always has exit status 1 if a warning appears. -- http://vzhbanov.byethost33.com
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |