remove d-register scan method
authorAdam Megacz <adam.megacz@sun.com>
Sun, 23 Nov 2008 21:39:18 +0000 (21:39 +0000)
committerAdam Megacz <adam.megacz@sun.com>
Sun, 23 Nov 2008 21:39:18 +0000 (21:39 +0000)
testCode/com/sun/vlsi/chips/marina/test/Marina.java

index 43f1b5f..d26c655 100644 (file)
@@ -167,10 +167,6 @@ public class Marina {
        shiftReport(true, false);
        return cc.getOutBits(REPORT_CHAIN+"."+FLAGS_PATH).get(B_FLAG_NDX);
     }
-    /** Get the D register */
-    public BitVector getDRegister() {
-        throw new RuntimeException("please implement this!");
-    }
     /** return value of instruction counter. Instruction counter is in south ring
      * after the proper stopper. Caution: instruction counter is written by all scans, 
      * regardless of readEnable or writeEnable! */