浏览代码

fix pal16r8 rout names

Baglio Tabifata 4 年之前
父节点
当前提交
10d2f306e5
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/main/java/info/hkzlab/dupal/analyzer/devices/PAL16R8Specs.java

+ 1 - 1
src/main/java/info/hkzlab/dupal/analyzer/devices/PAL16R8Specs.java

@@ -1,7 +1,7 @@
 package info.hkzlab.dupal.analyzer.devices;
 package info.hkzlab.dupal.analyzer.devices;
 
 
 public class PAL16R8Specs implements PALSpecs {
 public class PAL16R8Specs implements PALSpecs {
-    private static final String[] ROUT_PIN_NAMES = { "ro12", "ro13", "ro14", "ro15", "ro16", "ro17", "ro18", "ro19" };
+    private static final String[] ROUT_PIN_NAMES = { "ro12", "ro19" ,"ro13", "ro14", "ro15", "ro16", "ro17", "ro18" };
     private static final String[] IN_PIN_NAMES = {"i2", "i3", "i4", "i5", "i6", "i7", "i8", "i9"};
     private static final String[] IN_PIN_NAMES = {"i2", "i3", "i4", "i5", "i6", "i7", "i8", "i9"};
     private static final String[] IO_PIN_NAMES = {null, null, null, null, null, null, null, null};
     private static final String[] IO_PIN_NAMES = {null, null, null, null, null, null, null, null};