NOP using set flags A=A, B=B works in torpedo test
authorrkao <rkao>
Mon, 10 Nov 2008 21:24:46 +0000 (21:24 +0000)
committerrkao <rkao>
Mon, 10 Nov 2008 21:24:46 +0000 (21:24 +0000)
testCode/com/sun/vlsi/chips/marina/test/MarinaTest.java
testCode/sml2008-am01.pdf

index 2e06f64..496a7e0 100644 (file)
@@ -457,7 +457,7 @@ public class MarinaTest {
         int olc = inDock.getOLC();
         prln("OLC="+olc);
         
-       prln(" ILC.zero="+inDock.getIlcZero()+
+       prln("ILC.zero="+inDock.getIlcZero()+
                 " ILC.count="+inDock.getIlcCount());
        
        boolean a = inDock.getFlagA();
@@ -682,7 +682,7 @@ public class MarinaTest {
         
                prln("NOP This instruction can't predicate on OLC because of a hardware bug");
                inDock.instrIn.fill(new 
-            Instruction.Set(DOCK,false,Predicate.Default, CLEAR_FLAG, CLEAR_FLAG));
+            Instruction.Set(DOCK,false,Predicate.Default, A_FLAG, B_FLAG));
 
                prln("A=1, B=1 This instruction should get torpedoed along with the Move");
                inDock.instrIn.fill(new 
index e16c0fc..e002e3f 100644 (file)
Binary files a/testCode/sml2008-am01.pdf and b/testCode/sml2008-am01.pdf differ