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=uwXU/JlZrbRl9mV3QXp+jG6JlVqW/BB00ewYPYeLdZQ=; b=XMml8hwXCZK1uW/rbQMmL7XBLjyeSRFZQUuYO7X+QgVjSAftmKl8beJijJ/IW6AiKR s+BPGa22hTA02CGNilEpSxzYSHX4GOGuJWEmF2P2B/t1kspjduXHcaCyP0Dk93q3rMMn pxQ3NtAEXCdHHeMoCtxBBcBO/sVMq0dDaO+hhpo0nE96ZCscy5pKSwnU+A5nSy7cicNN YRt60NJzAkLFEUUfeLM1LVtdoa0acHFU8vOZseu6d+O6KpUoV7zbMYDmxSqjgzT5HUwB JunvqCdtuPprhhPPnLB0WCLDP5igsnK6o1oXrmn9CSirDhmSlao3W8PKLwqKETUz7+dd GQfw== X-Received: by 10.180.37.76 with SMTP id w12mr854815wij.0.1442009556261; Fri, 11 Sep 2015 15:12:36 -0700 (PDT) Date: Sat, 12 Sep 2015 00:12:29 +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] About reinventing the wheel, and how to avoid it Message-Id: <20150912001229.89c185b8eee86d06abd365e1@gmail.com> In-Reply-To: <7E511BF6-41E7-4A7B-8CAF-6B0EA5BDC4A4@noqsi.com> References: <201509111624 DOT t8BGOPYV000685 AT envy DOT delorie DOT com> <20150911190224 DOT 5b50175919e00b91df2ccf53 AT gmail DOT com> <201509111707 DOT t8BH7kS8004233 AT envy DOT delorie DOT com> <20150911222120 DOT e57a7e4dca6baabdbdf6287c AT gmail DOT com> <7E511BF6-41E7-4A7B-8CAF-6B0EA5BDC4A4 AT noqsi 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 On Fri, 11 Sep 2015 14:47:16 -0600 John Doty wrote: > > On Sep 11, 2015, at 2:21 PM, Nicklas Karlsson (nicklas DOT karlsson17 AT gmail DOT com) [via geda-user AT delorie DOT com] wrote: > > >>> It could be a lot easier to add copper spacing rules in the > >>> schematic. I guess attaching spacing attribute to nets possible > >>> refering to a specific category for example "InverterOutputVoltage" > >>> may solve it in the schematic but it must also be transferred to the > >>> layout. > >> > >> ... > >> > >> I'm not denigrating the usefulness of being able to put arbitrary text > >> anywhere; we added that to pcb (somewhat) as well. But don't think > >> that being able to add a chunk of text is the same as doing something > >> useful with that text. > > > > Even though you have to remember attributes and values yourself it is not just arbitrary text. For already defined attributes it would have been nice with a list to choose from and for each attribute a list of predefined values to chose from where appropriate. > > A blue sky vision for gschem might be to have flow-specific plugins. Using geda-pcb? A plugin might help you make sure you have sensible attributes. Use a different plugin for, say, Verilog. I missed it but actually there already is a list for add attribute. Only thing missing is a similar list for values which will be a little bit harder.