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=20120113; h=date:from:to:subject:message-id:in-reply-to:references:mime-version :content-type:content-transfer-encoding; bh=/SSg10+XQjLJ71YDFgSYKsJGIofiUUyrf1tbbf1aA68=; b=Q5hxq5tR4+PhvGvlPpZtc8+VH1bKOi+jH6RKxPYuKO29ybDY24sYz9K4Hy+bpHTk2g M0KmqemTLTUOE99Jh8yeab6wSCaP01xL19QbheIHLyyBX2BHtt1UAmV1hd3KlfpzCOyK zafJvLcZDTJd5tw4lag9vReyLzuTT5++yM1qVYLa2SHoFb5hrrYZ+Br/X8b6ICwiEsXh huHQmOgGjOZiyZ2pwroI8IA6/Nc9knifWsrS5UNHHCw9pUmTBuahDVZ3BmSFa1VCRim3 HojniyL9zhgMB7Yzmz/6r+/2DhLngTVxLJLWT5w4Br581yWvTcoEjy2W9PYgHDkOCxGP 1tEg== X-Received: by 10.180.214.70 with SMTP id ny6mr6578279wic.20.1442065785245; Sat, 12 Sep 2015 06:49:45 -0700 (PDT) Date: Sat, 12 Sep 2015 15:49:39 +0200 From: "Nicklas Karlsson (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] Netnames on all connected segments Message-Id: <20150912154939.6ac1821b810f21e649500530@gmail.com> In-Reply-To: References: <20150912002643 DOT d476ca384a4a11ddda3b3a52 AT gmail DOT com> <6410018E-5F28-4960-815F-19862EEB7A9A AT noqsi DOT com> <20150912093138 DOT d6c2bcc54026a0af677f746e AT gmail DOT com> X-Mailer: Sylpheed 3.5.0beta1 (GTK+ 2.24.25; 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 > >>> Would it be hard ta add the netname all connected segments then it is added or changed? > >>> > >> > >> How would you undo a short circuit (an especially likely event with magnetic net mode enabled)? > > > > Actually I have no idea. What I want is all segments of the net have the netname attribute set and to the same value. Then looking into the save *.sch the netname attribute is assigned to one of the lines. > > > > Do gschem know about nets? > > A little knowledge of nets has crept into gschem in recent years, and that has caused some troubles See, for example, https://bugs.launchpad.net/geda/+bug/1014160. > > > Or only draw nice junctions and let gnetlist generate the netlist? > > > > Mostly yes. Gnetlist slows down a lot on big designs because it uses an inefficient algorithm to search for junctions. It is able to mark a net then double clicked but only on a single page and does not follow the hierarchy. If it is able to mark them I guess the same code or algorithm could be reused to change the net name on all segments. As is now the connections are saved as lines and netlist figure where they are connected?