remove drainNoCheck() hack from InstructionStopper
authorAdam Megacz <adam.megacz@sun.com>
Mon, 20 Apr 2009 18:23:31 +0000 (18:23 +0000)
committerAdam Megacz <adam.megacz@sun.com>
Mon, 20 Apr 2009 18:23:31 +0000 (18:23 +0000)
testCode/com/sun/vlsi/chips/marina/test/InstructionStopper.java

index 2e9ede2..fe6b71a 100644 (file)
@@ -28,11 +28,13 @@ public class InstructionStopper extends ProperStopper {
         super(propInst, controlChain, dataChain, reportChain, cc, model, clockHack, indenter);
     }
 
+    /*
     // FIXME: I really don't like this --Adam
     public BitVector drainNoCheck() {
         BitVector dta = super.drainNoCheck();
         return dta.get(15, INSTRUCTION_LENGTH);
     }
+    */
 
     /** put one Instruction into InstructionStopper */
     public void fill(Instruction inst) {