1
0
mirror of git://projects.qi-hardware.com/eda-tools.git synced 2024-11-26 05:06:24 +02:00

genex/expand-pintype: add translation for "new" pin type NC

This commit is contained in:
Werner Almesberger 2012-06-11 08:52:20 -03:00
parent 7f24ef0e5b
commit 3949eadba1

View File

@ -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) {