add ProperStopper.fill(MarinaPacket)
authorAdam Megacz <adam.megacz@sun.com>
Tue, 24 Mar 2009 18:29:20 +0000 (18:29 +0000)
committerAdam Megacz <adam.megacz@sun.com>
Tue, 24 Mar 2009 18:29:20 +0000 (18:29 +0000)
testCode/com/sun/vlsi/chips/marina/test/ProperStopper.java

index 56a1028..6f3d80e 100644 (file)
@@ -266,6 +266,11 @@ public class ProperStopper {
         adjustIndent(-2);
         if (traceFill) prln("End fill");
     }
+
+    public void fill(MarinaPacket mp) {
+        fill(mp.toSingleBitVector());
+    }
+
     /** Insert items from a list, one by one. 
      * You must stop stopper before calling fillMany()
      * exit state: block */