From: Adam Megacz Date: Mon, 20 Apr 2009 18:23:31 +0000 (+0000) Subject: remove drainNoCheck() hack from InstructionStopper X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=66a6e38179dbf382fb5c39a38e9bac4ec5e91fb7;p=fleet.git remove drainNoCheck() hack from InstructionStopper --- diff --git a/testCode/com/sun/vlsi/chips/marina/test/InstructionStopper.java b/testCode/com/sun/vlsi/chips/marina/test/InstructionStopper.java index 2e9ede2..fe6b71a 100644 --- a/testCode/com/sun/vlsi/chips/marina/test/InstructionStopper.java +++ b/testCode/com/sun/vlsi/chips/marina/test/InstructionStopper.java @@ -28,11 +28,13 @@ public class InstructionStopper extends ProperStopper { super(propInst, controlChain, dataChain, reportChain, cc, model, clockHack, indenter); } + /* // FIXME: I really don't like this --Adam public BitVector drainNoCheck() { BitVector dta = super.drainNoCheck(); return dta.get(15, INSTRUCTION_LENGTH); } + */ /** put one Instruction into InstructionStopper */ public void fill(Instruction inst) {