X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com X-Original-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to; bh=NVaRDiOj8OuntBZ/Cp59EIcBjsv5O/f6PWeqpwCkfCQ=; b=q7UqRHKPE4Cs4w9k/nekmiYJKVJRlQc08AVXGezTsEtDTs5kSonFIw17hcE3RMS0Et sTZp5nb29WjFupyHh0J6y1c+n9mVDP+AFywtHxfZfNz8Z7RfakoptLNfSkA0pv/Kckou VfLgCFkgpFvU7L7nd5g9KWHal1VEORWsng2elscjzeRgw/gTmawVoRaMTxDnJoqzpx0Q 1VmfQUcZJzrIOxdoAkLdfYOfql3xRK7mMQABvXc58ApiPtdk6yJy4uU2NpY6+AMjY/xE wDlinTCT6WU+eQVo7ye2lLh4P6D56cPgOYrXnPzNNHIut8a/YxuuB04R5gSOPRkRMe3b sMHg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to; bh=NVaRDiOj8OuntBZ/Cp59EIcBjsv5O/f6PWeqpwCkfCQ=; b=P5NK383KWR1TrJL3+bNFGm6zlfH5vmfl5VB5Ebr3bfX2s6TdRhwRwIBNMef+ubTOzo 4J5Lxf09ULA63cjEI/Iz8B4+qwoWEq255scRFkiPeRhp7FfBjnri8V1js52CAPFIdExm q1Z5tp3+v3sSmx/YRutWLzQpmrwBq2lXBA2PMScsQ4WhLD7tZqOPNiM6SU3b3Ty9IsLU e44ZUGc3TDZwBCzEofIFgU5rJl5UviY4fa+LQCIcykSEnnapHxImKq2nt8GXihdZtIcP sn8SJMLa4e8G1scUGedf7tnbVnej/ByOPm9PwbNmRw6kzj9/6L2W3HHJBc1R27plZN/S bE5Q== X-Gm-Message-State: AOAM533BGT0rlDTPJY1Oe6o+L4AejEKkb8SfPTDcYocLytxjHLCxrCXS 9seEZi3wQ1P+Vw2w9mM9Je217t9UKkuzujy3tkdk7w== X-Google-Smtp-Source: ABdhPJzo1hpPc1q/j3MLlTu09ccTuoMPReMUTUVH7clpLVdEqTAAUEodA6mtwW3jHQjO6laqIFMYVg4YzJ89oHsZdsc= X-Received: by 2002:a25:b8c9:: with SMTP id g9mr2285299ybm.388.1591212021014; Wed, 03 Jun 2020 12:20:21 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: "Britton Kerin (britton DOT kerin AT gmail DOT com) [via geda-user AT delorie DOT com]" Date: Wed, 3 Jun 2020 11:20:10 -0800 Message-ID: Subject: Re: [geda-user] mostly nevermind last wrong email about netlists... To: geda-user AT delorie DOT com Content-Type: text/plain; charset="UTF-8" Reply-To: geda-user AT delorie DOT com On Wed, Jun 3, 2020 at 1:58 AM Roland Lutz wrote: > > 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? It's good in these respects. I looked at it a bit more and the problem is when I have two different wires in gschem with the same netname=foo attribute. This causes pcb to connect connect these nets with rats as desired, but for some reason it also causes the netname to not show up in the netlist window. Maybe I'm not using this mechanism in the intended way? But it's pretty convenient for keeping schematics from getting cluttered with lines. Britton