public class MockJtag extends JtagTester
Netscan
JTAG tester, allows
simulated execution of test software even in the absence of a chip. Provides
configuration, shifting data, etc.Modifier and Type | Field and Description |
---|---|
static int |
NUM_OUTPUT_PINS
Number of GPIO pins on the tester
|
printInfo
Constructor and Description |
---|
MockJtag() |
Modifier and Type | Method and Description |
---|---|
void |
reset()
Reset the finite state machine of the chip's JTAG controller by briefly
setting the TRST signal LO.
|
void |
tms_reset()
Reset the finite state machine of the chip's JTAG controller by briefly
setting the TMS signal HI for 5 cycles.
|
isScanOutInverted, setScanOutInverted
isLogInits, isLogOthers, isLogSets, logInit, logOther, logSet, setAllLogging, setLogInits, setLogOthers, setLogSets, toString
public static final int NUM_OUTPUT_PINS
public void reset()
reset
in class JtagTester
public void tms_reset()
tms_reset
in class JtagTester