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:mime-version:content-type :content-transfer-encoding; bh=UWv4Z53vhNlqN5eJmQXSnl+40JcqtcqdwvGzZEhOZkI=; b=FhNwf7DiKS2Ud+p2ube7kTOapdS4mjEbB25rR6cHbt9f2sWc/FGA2Ouly4BmRjDMXd vhrNzXQq5drOCrhXJ8P6IaIwuU/b6VcOy9wXkFlTRUcUbFrvpWgYioym3lannDfZySfa fhryMCNCgkSvxYfudwYMK4tWAq9sYUVEpInA66iTX//WPFqQQvE/kBR10xFEGtmXDsVq nlZDeZzRxThiYRuO3urT+HuPwyOaJukNDdz7KuC+72AQq9bDTkpfE8X1SsbQpxHjZg18 yhDKt0YXqx/Odsn2QzG0OHZGu6jMDfuh4jb6QPLRkSCygm6ucWMRuqQD0H4WD7VR9x5S 4biQ== X-Received: by 10.194.61.70 with SMTP id n6mr9242391wjr.81.1445418804384; Wed, 21 Oct 2015 02:13:24 -0700 (PDT) Date: Wed, 21 Oct 2015 11:13:19 +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: [geda-user] Pin mapping script Message-Id: <20151021111319.c7de21b4535e116a087f5b9c@gmail.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 I am using the npn transistor in gschem, both pinlabel and pinnumber have alphanumeric labels. Somebody here mentioned a script for mapping these alphanumeric labels to footprint pin numbers. Can I get gschem2pcb or netlister to run this script? I also discovered pinnumber is used in netlist but guess the netlist used by pcb should use footprint pin numbers. Could this be possible: pinlabel is text displayed in gschem which usually is same as pinnumber but do not have to, pinseq is used for footprint pin number, the footprint pin numbers may be available as default or mapped by gsch2pcb script? This also enlightened my mind. For footprints numbers make sense but for symbols name make much more sense. It is much simple to map a label with useful name to a pin number than mapping two numbers. Regards Nicklas Karlsson