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=Nqb4M+Mjp4PJ+r40PiOHaNTCq/YtR6ELe4kx+2Tp68k=; b=W8eAamzr9vdB6LJiR465+xhZkXqeinmTJUhoiqgh9ceyrLxFjIhIelzeBAFUpwXQLt g9fefwirtMKdR5NIRR1plmoc3UXh27wszpHcobvB7YaGSm7nrFmiobMADFALYvUlnM7Q d0aoifLH45rDdq+eUAeKdV0GXYVyW+GZUWHrsIAqOwI7FY5df8hfY0KoDvu+dIPGt/lY ZpFWsLmOPQe06NFoan92PEgUcs7yvFRJbHKIIk9SKVpcl5DpDSZ32nqM1MzoY79VaGIE 7SLYYcpb6q52l58AMJfZ12MLoFvLvtclTBv4S/4nO7EtpIn1fVH5Fu1aH3vwKuEJTYEW HDxg== X-Received: by 10.180.92.138 with SMTP id cm10mr8709847wib.51.1445431287953; Wed, 21 Oct 2015 05:41:27 -0700 (PDT) Date: Wed, 21 Oct 2015 14:41:21 +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: <20151021144121.66c9a78bd3fe002bffc55882@gmail.com> In-Reply-To: <9AB3DC8F-3BB4-4BCA-848F-24F73B8B6C9F@noqsi.com> References: <20151021121348 DOT f3d3f466d0761fbd551f82ce AT gmail DOT com> <9AB3DC8F-3BB4-4BCA-848F-24F73B8B6C9F 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=UTF-8 Content-Transfer-Encoding: 8bit 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, 21 Oct 2015 06:26:06 -0600 John Doty wrote: > > On Oct 21, 2015, at 4:13 AM, 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? > > Gnetlist doesn’t work that way. The Scheme API uses pinnumber to identify the pin. Without pinnumber, you can’t even look up what pinlabel is. However, you can use any string as the “pinnumber”. But if Gnetlist was changed would there be any disadvantages then? Nicklas Karlsson