X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=+QElchSiC8U04GGciI6dC3k/6uiMBgg596gbaKv7mu8=; b=WMotnEaTq28uZrZtKtop0Ty+OFUQ6WqT3HyA1GuoDPFevw/trW2zjw5J0pfjaEhK2Y DWwJ/Isoy5SGVWxp3w0Y+7lVLUQnl3hwcwJIWGTQOPQImk+WopaXqsjNWXIxmvmhXSwj lR7Gg2PPe9TONRqHuO3kEXYJdPWyTa16bOm5/vXc1mAvqyyUc8useb2y3yw+HjzBB6CG YpJVVxdQvgPuImW6pMxKKIEcgOfCiakptQ+d1+nMyvlNF/DeJNq6a/5shc1wqgmauvHW +FyrumrJbyfSeMEKJORH0OxCwE1rSMg9F2z8NkED6XuYOb32bQ4HfO33CwQcHyHeVZpc WyhA== MIME-Version: 1.0 X-Received: by 10.60.146.235 with SMTP id tf11mr726351oeb.63.1392038214088; Mon, 10 Feb 2014 05:16:54 -0800 (PST) Date: Mon, 10 Feb 2014 14:16:54 +0100 Message-ID: Subject: [geda-user] How to identify nc pads in tsym files From: Richard Hughes To: geda-user AT delorie DOT com Content-Type: text/plain; charset=UTF-8 Reply-To: geda-user AT delorie DOT com Hi, I'm dealing with a QFN16 package where the middle "pin" is used as a signal. The only way to get to the middle pin is a via (not sure this is a good idea...), or I can trivially use an nc pin on the package to get to the center. In the tsym file I'm just commenting out the nc pins with a # at the start of the line, but this gives me a conflict when I check for unrouted signals in pcb. Should I be doing something different in the tsym file so that I notify pcb that the pin really is unconnected from anything internal and free to use for routing? Thanks, Richard.