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=date:from:to:subject:message-id:in-reply-to:references:mime-version :content-transfer-encoding; bh=Q66Fnf3vtiXV7kBggVCWxNwcOYh+zIPT0wVSi4Qm7wo=; b=KIEwv1b+Aod1yl8X8Y/Y46M/lvYVjyGU19rHCeWQLnDFsNmmAXLDEBEOYVMXVH3wOe Y1ivung9bMjt4a47XqeL56wlK9lmU+EGh2lB00OY6/RQI917nFEO1Lp2U9Rouo6rDbau C6KPVuO2Rj9FXF1B7niCVpQ5ZjpskBydwPgfACbEDev4l+vXQk04YfCdTzIZiew6gUrZ xpMdouqbOwht2jcpBG8dUC9So5XfVrQv1t76+4i7pUzbFl7He+ib2iPaoSiHpxNrxbvd 30nPw08imzlgLBtxT7kw/dB6YbDJtin4KjJKIxL+RRfQJnCaUCzYZX5L/3Ul/TZlLM9S AsVA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:subject:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=Q66Fnf3vtiXV7kBggVCWxNwcOYh+zIPT0wVSi4Qm7wo=; b=sVtcEMyyEbeWpoIvGcn57UiKJ/C8/lrRoLb7+td/YZVveS5pWW0SD8Nd8EcwLty3G/ C4vAO7FUD7/72kzkhOpycx6yy5lj8UoX5RruWAr9W5FHC3QhE3dpz/OahlKzZgJCj58J xcz/xDM3nT9ptSx7iRX1FmXe/Ds4v9Fro3TCBuIEivyRw3ltRljco2IGE7KunKxdqbDG Mb0zAxlbfZt0P37SeGokdqMttFDWDhjTqC0B9ivYWI0cVKBD6z1rY91hstH4LTnA76+c hKmSdwWZ//bT1hactLdLjANmNbo6rUO511rP/2/j0cxJLOMF6KmFCmIgPt1VWClBIiTO lY8Q== X-Gm-Message-State: AOAM532r4zNS9HcQaGVZt5UhHIOfbuvuIlRrHHUpxTlYhjTaNjNXJJt6 qOLVBMK2v7evqnn1iXOxqsb57xKTqWc= X-Google-Smtp-Source: ABdhPJxg3Nr1vokh19BlkDxMF2OHO71xhxf/TRL/tTWnW5OgPw98TKaMdUcAYk8j2/xUD2gdU2ynkA== X-Received: by 2002:ac2:560f:: with SMTP id v15mr2707669lfd.160.1591196170336; Wed, 03 Jun 2020 07:56:10 -0700 (PDT) Date: Wed, 3 Jun 2020 16:56:08 +0200 From: "N (nicklas DOT karlsson17 AT gmail DOT com) [via geda-user AT delorie DOT com]" To: geda-user AT delorie DOT com Subject: Re: [geda-user] getting pcb to figure out that the netname for a wire has changed in gschem Message-Id: <20200603165608.21e83bac79bae85c698402d6@gmail.com> In-Reply-To: References: X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.32; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit 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 pcb just care about which pins are connected so changed netname does not make a difference as long as same pins are connected. > I just recently started using named nets in gschem rather than just > drawing wires everywhere. > > Now I have an issue where I remove a netname=foo attribute from one > net and put it on another. pcb still seems to think the old > connection (to the wire with the removed netname=foo attribute) should > exist. How do I tell it it shouldn't? > > I tried opening up the netlist window but no net with name foo show up > there at all. > > I vaguely remember that before "Import schematics" gsh2pcb would tell > you to run some netlist-related command from inside pcb afterwords. > Maybe I still need to do that? If so could someone remind me what it > might be? > > Thanks, > Britton