public abstract class JtagTester extends Logger
Modifier and Type | Field and Description |
---|---|
protected com.sun.electric.tool.simulation.test.LogicSettableArray |
logicOutput
State of the logic output pins
|
boolean |
printInfo |
Constructor and Description |
---|
JtagTester() |
Modifier and Type | Method and Description |
---|---|
boolean |
isScanOutInverted()
Check that to see whether the scanned out data expected
to be inverted.
|
abstract void |
reset()
Reset the finite state machine of the chip's JTAG controller by briefly
setting the TRST signal LO.
|
void |
setScanOutInverted(boolean outputInverted)
Tells that jtag controller that the scanned out data
it receives is inverted, so it must uninvert them.
|
abstract void |
tms_reset()
Reset the finite state machine of the chip's JTAG controller by briefly
setting the TMS signal HI for 5 cycles.
|
isLogInits, isLogOthers, isLogSets, logInit, logOther, logSet, setAllLogging, setLogInits, setLogOthers, setLogSets, toString
public boolean printInfo
protected com.sun.electric.tool.simulation.test.LogicSettableArray logicOutput
public abstract void reset()
public abstract void tms_reset()
public void setScanOutInverted(boolean outputInverted)
outputInverted
- if the output is invertedpublic boolean isScanOutInverted()