X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com Date: Sat, 11 Feb 2017 12:44:04 +0100 (CET) From: Roland Lutz To: "Peter Clifton (petercjclifton AT googlemail DOT com) [via geda-user AT delorie DOT com]" Subject: Re: [geda-user] gschem gnetlist bug/feature In-Reply-To: Message-ID: References: <95e469bb-5572-fa1d-0c18-ed5abadd10cf AT ecosensory DOT com> <89b42141-9448-1c52-f4be-b4cc41ed7091 AT ecosensory DOT com> User-Agent: Alpine 2.11 (DEB 23 2013-08-11) MIME-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY="8323329-1732282576-1486813444=:1732" 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 This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. --8323329-1732282576-1486813444=:1732 Content-Type: TEXT/PLAIN; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8BIT On Sat, 11 Feb 2017, Peter Clifton (petercjclifton AT googlemail DOT com) [via geda-user AT delorie DOT com] wrote: > On 10 Feb 2017 22:18, "Roland Lutz" wrote: >> If you want to add a power symbol purely for decoration, use a symbol >> without a net= attribute and set graphical=1.  Otherwise (even when >> setting graphical=1 on a regular power symbol) the net will be >> connected to Vcc, or whatever net name the power symbol specifies. > > That seems somewhat counter to my recollection. I thought graphical=1 > caused a symbol to be ignored completely? (Has this changed, or my > recollection faulty?) IMHO, the name of the graphical= attribute is misleading; this has never been how this attribute works. A component with graphical=1 is not listed in the netlist as a regular package; instead, it is added to the list of graphical objects. But otherwise, it behaves like any other component: it can have pins, be connected to a net, or have pin= attributes. Graphical components are commonly used for the titleblock and for attaching information to a net (e.g, "nc" symbols). They can be queried from the backend via the function graphical-objs-in-net-with-attrib-get-attrib. >> you could use the experimental branch which allows you to set >> netname=xxx on the power symbol to remove the need for the :1 suffix). > > Which experimental branch is that? The branch home/rlutz/experimental in the geda-gaf repository: http://www.delorie.com/archives/browse.cgi?p=geda-user/2015/09/03/09:34:23 --8323329-1732282576-1486813444=:1732--