make test 6 harder
authorAdam Megacz <adam.megacz@sun.com>
Fri, 29 May 2009 06:35:34 +0000 (06:35 +0000)
committerAdam Megacz <adam.megacz@sun.com>
Fri, 29 May 2009 06:35:34 +0000 (06:35 +0000)
testCode/com/sun/vlsi/chips/marina/test/MarinaTest.java

index 9e14e73..d7eec1b 100644 (file)
@@ -1376,7 +1376,7 @@ public class MarinaTest {
             marina.fillSouthProperStopper(new Instruction[] {
                     RECV_DATA,
                     new Instruction.Set(dock,Predicate.IgnoreFlagD,SetDest.OuterLoopCounter,SetSource.DataLatch),
-                    // FIXME: try a load literal right here to be evil
+                    new Instruction.Set(dock,Predicate.IgnoreFlagD,SetDest.DataLatch,-1),
                 });
 
             model.waitNS(CYCLE_TIME_NS * 64);