From 6ce40c4245a6b8a030458ae038b465d3372802fb Mon Sep 17 00:00:00 2001 From: rkao Date: Fri, 31 Oct 2008 21:22:23 +0000 Subject: [PATCH] update predicate field --- .../com/sun/vlsi/chips/marina/test/MarinaTest.java | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/testCode/com/sun/vlsi/chips/marina/test/MarinaTest.java b/testCode/com/sun/vlsi/chips/marina/test/MarinaTest.java index 932ddca..779dd62 100644 --- a/testCode/com/sun/vlsi/chips/marina/test/MarinaTest.java +++ b/testCode/com/sun/vlsi/chips/marina/test/MarinaTest.java @@ -359,13 +359,16 @@ public class MarinaTest { Dock dock = marina.getOnlyInputDock(); Instruction sendTokenInstruction = new Instruction.Move(dock, - null, /* path */ - false, /* tokenIn */ - false, /* dataIn */ - false, /* latchData */ - false, /* latchPath */ - false, /* dataOut */ - true /* tokenOut */ + true, /* requeueing */ + Predicate.IgnoreOLC, /* predicate */ + false, /* torpedoable */ + null, /* path */ + false, /* tokenIn */ + false, /* dataIn */ + false, /* latchData */ + false, /* latchPath */ + false, /* dataOut */ + true /* tokenOut */ ); edu.berkeley.fleet.api.BitVector bits = marina.encodeInstruction(dock, /* dispatch dock -- irrelevant for MARINA */ @@ -374,9 +377,6 @@ public class MarinaTest { BitVector bitVector = new BitVector(INSTR_SZ, "instr"); for(int i=0; i