X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com Date: Wed, 11 Jul 2018 16:21:29 +0200 (CEST) From: Roland Lutz To: "Rob Butts (r DOT butts2 AT gmail DOT com) [via geda-user AT delorie DOT com]" Subject: Re: [geda-user] How to define for an exposed pad to connect to 3 pins/pads In-Reply-To: Message-ID: References: <910e5ecd-24a2-fdb6-432a-0fa913cf3559 AT neurotica DOT com> <0dd0f101-93ae-1126-ab61-7d9d16886f78 AT ecosensory DOT com> User-Agent: Alpine 2.20 (DEB 67 2015-01-07) MIME-Version: 1.0 Content-Type: multipart/mixed; BOUNDARY="8323329-28073706-1531318889=:2530" Reply-To: geda-user AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: geda-user AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. --8323329-28073706-1531318889=:2530 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8BIT On Wed, 11 Jul 2018, Stephan Böttcher wrote: > NB, I was wondering about corner cases. Say, a symbol has atttributes > > net=GND:7 > net=VCC:14 > > In the schematic I promote one of them, and add a third > > net=V33:14 > net=nOE:1 > > Is there a formal rule that ensures that the net=GND:7 in the symbol is > accepted, but the net=VCC:14 is not? Or do I need to always promote all > net= attibutes if I attache any to the symbol instance? Attribute propagation for net= attributes works a bit differently than it does for other attributes: For each pinnumber, the netname given by attached net= attributes (including promoted ones) overrides the netname given by inherited net= attributes. So, in your example, the "net=V33:14" attribute overrides the "net=VCC:14" attribute, resulting in pin "14" of the component being connected to net "V33". You don't have to promote net= attributes which you don't intend to change. --8323329-28073706-1531318889=:2530--