X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com X-Injected-Via-Gmane: http://gmane.org/ To: geda-user AT delorie DOT com From: Kai-Martin Knaak Subject: Re: [geda-user] gsch2pcb -- remind me how it works Date: Wed, 04 Sep 2013 23:49:28 +0200 Lines: 25 Message-ID: References: <5220D115 DOT 2080600 AT sonic DOT net> <201308301741 DOT r7UHfbNj001647 AT envy DOT delorie DOT com> Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7Bit X-Complaints-To: usenet AT ger DOT gmane DOT org X-Gmane-NNTP-Posting-Host: bibo.iqo.uni-hannover.de User-Agent: KNode/4.10.5 Reply-To: geda-user AT delorie DOT com DJ Delorie wrote: > > Perhaps the key is the 'a' suffix - lower case letters on the ends of > refdes's are treated differently between the various tools, so you > should avoid them. Any chance to get rid of this special case magic? It has hurt students over here more than once. How about an option in gafrc that needs to be set if you really want "refdes=*a" to be treated diffent than "refdes=*A"? > Slotted components should have the *same* refdes. > > Assigning a footprint to each slot is OK as long as they're the same. > If they're different, it's undefined which one "wins". Fortunately, gnetlist throughs a warning on conflicting values since about two years. Unfortunately, gnetlist also warns if the attribute is not set at all for some of the set of symbols with the same refdes. I'd say, setting the footprint attribute only once is not only ok but better than setting it at every instance. ---<)kaimartin(>---