X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com Date: Wed, 15 Jul 2015 11:24:35 +0200 (CEST) From: Roland Lutz To: "Dave McGuire (mcguire AT neurotica DOT com) [via geda-user AT delorie DOT com]" Subject: Re: [geda-user] The new to do In-Reply-To: <55A41B30.50602@neurotica.com> Message-ID: References: <55A2A0A2 DOT 4080403 AT ecosensory DOT com> <7AE39440-DA68-4491-A965-C1B97D1D86C1 AT sbcglobal DOT net> <20150712213152 DOT 7968b74c AT jive DOT levalinux DOT org> <304D9D86-3CF6-4D61-A5CA-6CE414EA0661 AT sbcglobal DOT net> <20150712224637 DOT 2d4cc2de AT wind DOT levalinux DOT org> <55A2E9B7 DOT 9040502 AT neurotica DOT com> <20150713131707 DOT GA782 AT recycle DOT lbl DOT gov> <55A4042E DOT 5060402 AT neurotica DOT com> <55A41B30 DOT 50602 AT neurotica DOT com> User-Agent: Alpine 2.11 (DEB 23 2013-08-11) 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 Mon, 13 Jul 2015, Dave McGuire (mcguire AT neurotica DOT com) [via geda-user AT delorie DOT com] wrote: > some stuff useful in the microwave world, like design aids for > controlled-impedance traces. > > Another very useful thing I'd pay for would be the inclusion of an > attribute in gschem which tells PCB "this net needs to be 20mils" and > have PCB automatically handle that. The problem here is that to gEDA, a net is a non-topological entity. You could assign attributes to nets (that wouldn't be that hard to implement), but then the "needs to be 20mils" attribute would apply to the whole of, e.g, the "GND" net which probably isn't what you are intending. Representing the internal structute of a net in a way that makes this kind of attribute useful is much more difficult and would require a major addition to what the concept of a netlist entails. Roland