From 3949eadba1b1ce8dff7374a1712b95f9d2a818f7 Mon Sep 17 00:00:00 2001 From: Werner Almesberger Date: Mon, 11 Jun 2012 08:52:20 -0300 Subject: [PATCH] genex/expand-pintype: add translation for "new" pin type NC --- genex/expand-pintype | 1 + 1 file changed, 1 insertion(+) diff --git a/genex/expand-pintype b/genex/expand-pintype index 4e10cd6..8daf3bc 100755 --- a/genex/expand-pintype +++ b/genex/expand-pintype @@ -34,6 +34,7 @@ $NAME_WIDTH = 15; # name field width in ASCII mode, in characters "w" => "Pwr Out", "C" => "OC", "E" => "OE", + "N" => "NC", ); if (@ARGV < 2) {