lots of changes to Marina test code, mostly for scan chain counters
[fleet.git] / src / com / sun / vlsi / chips / marina / test / InstructionStopper.java
index 5c18ef7..d8192f9 100644 (file)
@@ -25,8 +25,8 @@ public class InstructionStopper extends ProperStopper {
                               String reportChain,
                               ChainControls cc, ChipModel model,
                               boolean clockHack,
-                              Indenter indenter) {
-        super(name, propInst, controlChain, dataChain, reportChain, cc, model, clockHack, indenter);
+                              Indenter indenter, String counterPath) {
+        super(name, propInst, controlChain, dataChain, reportChain, cc, model, clockHack, indenter, counterPath);
     }
 
     /** put one Instruction into InstructionStopper */