marina: add some additional control over the proper stopper counter
[fleet.git] / src / edu / berkeley / fleet / marina / ProperStopper.java
index f9c378d..ac4f261 100644 (file)
@@ -253,6 +253,16 @@ public class ProperStopper {
         this.dataChain = dataChain;
         this.reportChain = reportChain;
     }
+    public ProperStopper(String propInst,
+                         ChainControl controlChain,
+                         ChainControl dataChain,
+                         ChainControl reportChain,
+                         ChipModel model,
+                         boolean clockHack,
+                         Indenter indenter) {
+        this(propInst, controlChain, dataChain, reportChain, model, clockHack, indenter, propInst+".instruct@0.cntScnTh@1.cntScnOn@1");
+    }
+                         
 
     /** Insert one item into the fill stage.
      * Fill stage must be empty.