X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com Date: Wed, 3 Jun 2020 11:18:27 +0200 (CEST) From: Roland Lutz To: "Britton Kerin (britton DOT kerin AT gmail DOT com) [via geda-user AT delorie DOT com]" Subject: Re: [geda-user] mostly nevermind last wrong email about netlists... In-Reply-To: Message-ID: References: User-Agent: Alpine 2.21 (DEB 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed 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 On Tue, 2 Jun 2020, Britton Kerin (britton DOT kerin AT gmail DOT com) [via geda-user AT delorie DOT com] wrote: > On Tue, Jun 2, 2020 at 7:05 PM DJ Delorie wrote: >> Even with File->Import, gnetlist is called under the hood. Nets that >> aren't named, are named "unnamed_*" there. > > So even the nets with netname=foo count as unnamed? Is there some > way to give them a name that pcb sees? gnetlist only assigns names to nets which it considers unnamed; so if a net which should be named is called "unnamed_", the netname= attribute is somehow not recognized. - Are you sure the attribute is well-formed (i.e., doesn't contain any extra whitespace)? - Are you sure the attribute is attached to a net object? - Are you sure the net object which the attribute is attached to is connected to the rest of the net?