From 4a3e254ac2f30adce510cb6dfa3ec2e0718434d6 Mon Sep 17 00:00:00 2001 From: rkao Date: Tue, 18 Nov 2008 23:49:31 +0000 Subject: [PATCH] 17 Nov 2008 design --- .../com/sun/vlsi/chips/marina/test/MarinaTest.java | 28 -------------------- 1 file changed, 28 deletions(-) diff --git a/testCode/com/sun/vlsi/chips/marina/test/MarinaTest.java b/testCode/com/sun/vlsi/chips/marina/test/MarinaTest.java index 6f3ef4e..2f17ff7 100644 --- a/testCode/com/sun/vlsi/chips/marina/test/MarinaTest.java +++ b/testCode/com/sun/vlsi/chips/marina/test/MarinaTest.java @@ -709,34 +709,6 @@ public class MarinaTest { false /* tokenOut */ ); - private static final Instruction NOP = - new Instruction.Move(DOCK, - false, /* requeueing */ - Predicate.IgnoreOLC, /* predicate */ - false, /* torpedoable */ - null, /* path */ - false, /* tokenIn */ - false, /* dataIn */ - false, /* latchData */ - false, /* latchPath */ - false, /* dataOut */ - false /* tokenOut */ - ); - - private static final Instruction NOP = - new Instruction.Move(DOCK, - false, /* requeueing */ - Predicate.IgnoreOLC, /* predicate */ - false, /* torpedoable */ - null, /* path */ - false, /* tokenIn */ - false, /* dataIn */ - false, /* latchData */ - false, /* latchPath */ - false, /* dataOut */ - false /* tokenOut */ - ); - private static final Instruction REQUEUEING_NOP = new Instruction.Move(DOCK, true, /* requeueing */ -- 1.7.10.4