add comment to Counter.java
authorAdam Megacz <adam.megacz@sun.com>
Tue, 24 Mar 2009 18:00:33 +0000 (18:00 +0000)
committerAdam Megacz <adam.megacz@sun.com>
Tue, 24 Mar 2009 18:00:33 +0000 (18:00 +0000)
testCode/com/sun/vlsi/chips/marina/test/Counter.java

index e3f73c0..f39363e 100644 (file)
@@ -1,7 +1,10 @@
 package com.sun.vlsi.chips.marina.test;
 import com.sun.async.test.ChainControl;
 
-
+/**
+ *  An item-counter which counts items that pass by in one of the
+ *  circular fifos.
+ */
 public class Counter {
     private final String dataChain, dataPath;
     private final ChainControl cc;