marina: add some additional control over the proper stopper counter
[fleet.git] / src / edu / berkeley / fleet / marina / InstructionStopper.java
index 8cbcf10..9a9ffc3 100644 (file)
@@ -21,8 +21,9 @@ public class InstructionStopper extends ProperStopper {
                               ChainControl reportChain,
                               ChipModel model,
                               boolean clockHack,
-                              Indenter indenter, String counterPath) {
-        super(propInst, controlChain, dataChain, reportChain, model, clockHack, indenter, counterPath);
+                              Indenter indenter) {
+        super(propInst, controlChain, dataChain, reportChain, model, clockHack, indenter,
+              propInst+".instruct@0.cntScnTh@1.cntScnOn@1");
         INSTR_RING_CONTROL_PATH = propInst+".tapStage@2";
     }