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:
parent
7f24ef0e5b
commit
3949eadba1
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user