marina: add some additional control over the proper stopper counter
[fleet.git] / src / edu / berkeley / fleet / marina / Marina.java
index 1956bce..16af0df 100644 (file)
@@ -77,16 +77,14 @@ public class Marina extends FleetTwoFleet {
                                       reportChain,
                                       model,
                                       clockHack,
-                                      indenter,
-                                      prefix+"northFif@1.fillDrai@1.instruct@0.cntScnTh@1.cntScnOn@1");
+                                      indenter);
         southRing = new InstructionStopper(prefix+"southFif@1.tapPropS@1", 
                                            controlChain,
                                            dataChain,
                                            reportChain,
                                            model,
                                            clockHack,
-                                           indenter,
-                                           prefix+"southFif@1.tapPropS@1.instruct@0.cntScnTh@1.cntScnOn@1");
+                                           indenter);
     }
 
     public static final int INDEX_OF_ADDRESS_BIT_COPIED_TO_C_FLAG_WHEN_DC_EQUALS_ONE  = 5;