From: Adam Megacz Date: Fri, 29 May 2009 06:35:34 +0000 (+0000) Subject: make test 6 harder X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=f35c78397cf48f8e4be89cf1afb106ebf39f4323;p=fleet.git make test 6 harder --- diff --git a/testCode/com/sun/vlsi/chips/marina/test/MarinaTest.java b/testCode/com/sun/vlsi/chips/marina/test/MarinaTest.java index 9e14e73..d7eec1b 100644 --- a/testCode/com/sun/vlsi/chips/marina/test/MarinaTest.java +++ b/testCode/com/sun/vlsi/chips/marina/test/MarinaTest.java @@ -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);