mirror of
git://projects.qi-hardware.com/eda-tools.git
synced 2025-04-21 12:27:27 +03:00
genex/expand-pintype: add translation for "new" pin type NC
This commit is contained in:
@@ -34,6 +34,7 @@ $NAME_WIDTH = 15; # name field width in ASCII mode, in characters
|
|||||||
"w" => "Pwr Out",
|
"w" => "Pwr Out",
|
||||||
"C" => "OC",
|
"C" => "OC",
|
||||||
"E" => "OE",
|
"E" => "OE",
|
||||||
|
"N" => "NC",
|
||||||
);
|
);
|
||||||
|
|
||||||
if (@ARGV < 2) {
|
if (@ARGV < 2) {
|
||||||
|
|||||||
Reference in New Issue
Block a user