From 5c131a22b6bab29f6166a6fbb3b42b948136603a Mon Sep 17 00:00:00 2001 From: Adam Megacz Date: Sun, 23 Nov 2008 21:39:18 +0000 Subject: [PATCH] remove d-register scan method --- testCode/com/sun/vlsi/chips/marina/test/Marina.java | 4 ---- 1 file changed, 4 deletions(-) diff --git a/testCode/com/sun/vlsi/chips/marina/test/Marina.java b/testCode/com/sun/vlsi/chips/marina/test/Marina.java index 43f1b5f..d26c655 100644 --- a/testCode/com/sun/vlsi/chips/marina/test/Marina.java +++ b/testCode/com/sun/vlsi/chips/marina/test/Marina.java @@ -167,10 +167,6 @@ public class Marina { shiftReport(true, false); return cc.getOutBits(REPORT_CHAIN+"."+FLAGS_PATH).get(B_FLAG_NDX); } - /** Get the D register */ - public BitVector getDRegister() { - throw new RuntimeException("please implement this!"); - } /** return value of instruction counter. Instruction counter is in south ring * after the proper stopper. Caution: instruction counter is written by all scans, * regardless of readEnable or writeEnable! */ -- 1.7.10.4