From: Adam Megacz Date: Tue, 24 Mar 2009 18:29:20 +0000 (+0000) Subject: add ProperStopper.fill(MarinaPacket) X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=72d6606db303e92d7026e98eeed15c1d0c071714;p=fleet.git add ProperStopper.fill(MarinaPacket) --- diff --git a/testCode/com/sun/vlsi/chips/marina/test/ProperStopper.java b/testCode/com/sun/vlsi/chips/marina/test/ProperStopper.java index 56a1028..6f3d80e 100644 --- a/testCode/com/sun/vlsi/chips/marina/test/ProperStopper.java +++ b/testCode/com/sun/vlsi/chips/marina/test/ProperStopper.java @@ -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 */