From 66a6e38179dbf382fb5c39a38e9bac4ec5e91fb7 Mon Sep 17 00:00:00 2001 From: Adam Megacz Date: Mon, 20 Apr 2009 18:23:31 +0000 Subject: [PATCH] remove drainNoCheck() hack from InstructionStopper --- testCode/com/sun/vlsi/chips/marina/test/InstructionStopper.java | 2 ++ 1 file changed, 2 insertions(+) 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) { -- 1.7.10.4