further cleanup of MarinaTest
[fleet.git] / src / edu / berkeley / fleet / marina / ProperStopper.java
index 3f47881..f9c378d 100644 (file)
@@ -254,16 +254,6 @@ public class ProperStopper {
         this.reportChain = reportChain;
     }
 
-    /** Reset ProperStopper after the JTAG TRST has been pulsed */
-    public void resetAfterMasterClear() {
-        BitVector we = new BitVector(2, "write enable");
-        BitVector packet = new BitVector(MarinaPacket.PACKET_WIDTH, "packet");
-        we.setFromLong(0);
-        packet.setFromLong(0);
-        BitVector wdta = we.cat(packet);
-        dataChain.setInBits(dataPath, wdta);
-    }
-    
     /** Insert one item into the fill stage.
      * Fill stage must be empty. 
      * You must stop stopper before calling fill.