From: Adam Megacz Date: Tue, 10 Mar 2009 19:46:37 +0000 (+0000) Subject: correct paths in ProperStopper.java X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=fb4a382be7a51227c507264338a1093272973124;p=fleet.git correct paths in ProperStopper.java --- diff --git a/testCode/com/sun/vlsi/chips/marina/test/ProperStopper.java b/testCode/com/sun/vlsi/chips/marina/test/ProperStopper.java index 032000a..70ba519 100644 --- a/testCode/com/sun/vlsi/chips/marina/test/ProperStopper.java +++ b/testCode/com/sun/vlsi/chips/marina/test/ProperStopper.java @@ -25,11 +25,11 @@ public class ProperStopper { private static final int STOPPED_IN_NDX = 3; private final String name; - private final String captureClockRelPath = "fillStag@0.all1in52@1.data1in3@0"; + private final String captureClockRelPath = "fillStag@1.gaspFill@0.fillScan@1"; // test library direct write mode doesn't understand per register write // enables. We get simulation to work by toggling write clock. private final boolean clockHack; - private final String captureClockName = "wrr"; + private final String captureClockName = "si[4]"; private boolean traceFill = true; private boolean traceDrain = true; @@ -258,7 +258,7 @@ public class ProperStopper { BitVector wrEn = new BitVector(2, "write enable"); wrEn.setFromLong(3); - cc.setInBits(dataPath, wrEn.cat(dta)); + cc.setInBits(dataPath, wrEn.cat(dta)); shiftData(false, true); fill(); // fill = 1