From 72d6606db303e92d7026e98eeed15c1d0c071714 Mon Sep 17 00:00:00 2001 From: Adam Megacz Date: Tue, 24 Mar 2009 18:29:20 +0000 Subject: [PATCH] add ProperStopper.fill(MarinaPacket) --- testCode/com/sun/vlsi/chips/marina/test/ProperStopper.java | 5 +++++ 1 file changed, 5 insertions(+) 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 */ -- 1.7.10.4