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=vqkvaQjXLqmzCRv/jdHillwswrVXYwI4XHhwv1/4dIA=; b=F++ECMJsryvbneeP5gIdCb1U7J8zrSmxJr3Fqzi+HRS2W4sLJK0rknqdW0INt/MzuF HJ+OPXtz0sGnLDmC4a9ttm+KaexoNwYAvaMpBlaHMDMbsLqUlfenXN4LbAGpcRz4UoEU t1lbd2RmgI5bu0+RAk8JCMkToTybiNJSlGAAeaLNNbChyDJE5T3x2mcTmOPZMoDufTaw lzSwPHCBQKdjXBOknHwMgiKkRECivMwfTFqeKklbB23mMLgkhj4mdYvPg0UNcZPapV3a sMG4HZuDb7kTg8rz0+B4bkCfmipZTrHtJgQeRYz9d42UtwawQSRt6YVgYlhPW14g2GtD 92ZQ== X-Received: by 10.194.71.83 with SMTP id s19mr10271470wju.150.1445427828893; Wed, 21 Oct 2015 04:43:48 -0700 (PDT) Date: Wed, 21 Oct 2015 13:43:47 +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] Reduce pinnumber attribute Message-Id: <20151021134347.8d756aad445d31df8e71dc8e@gmail.com> In-Reply-To: <20151021105834.GA18232@visitor2.iram.es> References: <20151021121348 DOT f3d3f466d0761fbd551f82ce AT gmail DOT com> <20151021105834 DOT GA18232 AT visitor2 DOT iram DOT es> 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 Wed, Oct 21, 2015 at 12:13:48PM +0200, Nicklas Karlsson (nicklas DOT karlsson17 AT gmail DOT com) [via geda-user AT delorie DOT com] wrote: > > I assume pinnumber attribute is used to uniquely identify a pin. > > > > For almost all if not all cases I guess the pinlabel could be used as symbol pin number. If netlister use pinlabel attribute if no pinnumber attribute is available number of attributes could be reduced. > > > > Are there any disadvantages? > > Slotting actually overrides pinnumbers. Well I just thought it would be good to reduce number of attributes. I guess for transistors, logical symbols, resistors, capacitors, inductors and probably even micro controllers pin label would be enough. pinname would only be needed if there is a need to distinguish between two pins with the same pinlabel within the same symbol. If there are for example two gnd symbols they belong to the same net could be considered as one pin in the netlist although design rule checker may check both are connected. There should be no problem with several selectable sympol <--> footprint pin mapping either. Several gnd or power to one footprint pin also no problem. I also think it would be good to end up in a situation with a symbolic pin name and footprint pin only. Nicklas Karlsson