get rid of ChainControls
[fleet.git] / src / edu / berkeley / fleet / marina / MergeExperiment.java
1 package edu.berkeley.fleet.marina;
2 import com.sun.electric.tool.simulation.test.*;
3 import edu.berkeley.fleet.api.Instruction;
4 import edu.berkeley.fleet.marina.MarinaPath;
5
6 public class MergeExperiment {
7         /*
8
9     ProperStopper bottomRing;
10     ProperStopper topRing;
11
12     public MergeExperiment(ChipModel model, boolean clockHack, Indenter indenter) {
13         bottomRing =
14             new ProperStopper("bottom ring",
15                               "marinaGu@0.outDockW@.compareW@1.marinaCo@0.bottomFI@0.tapPropS@1.properSt@1",
16
17                               model,
18                               clockHack,
19                               indenter,
20                               "marinaGu@0.outDockW@.compareW@1.marinaCo@0.bottomFI@0.tapPropS@1.instruct@0.cntScnTh@1.cntScnOn@1");
21         
22         topRing =
23             new ProperStopper("top ring",
24                               "marinaGu@0.outDockW@.compareW@1.marinaCo@0.topFIFO0@.tapPropS@1.properSt@1",
25
26                               model,
27                               clockHack,
28                               indenter,
29                               "marinaGu@0.outDockW@.compareW@1.marinaCo@0.topFIFO0@.tapPropS@1.instruct@0.cntScnTh@1.cntScnOn@1");
30         countLess = "marinaGu@0.outDockW@.compareW@1.marinaCo@0.compareA@0.threeCou@0.instruct@0.cntScnTh@1.cntScnOn@1";
31         countEqual = "marinaGu@0.outDockW@.compareW@1.marinaCo@0.compareA@0.threeCou@0.instruct@1.cntScnTh@1.cntScnOn@1";
32         countGreater = "marinaGu@0.outDockW@.compareW@1.marinaCo@0.compareA@0.threeCou@0.instruct@2.cntScnTh@1.cntScnOn@1";
33
34         // fin->g->e->l->fout
35     }
36         */
37 }