public class JtagTesterModel extends BypassJtagTester
delay, model, tapVolt
logicOutput, printInfo
Modifier and Type | Method and Description |
---|---|
static void |
main(java.lang.String[] args)
Unit Test
This test requires the file loco_core.hsp in your working dir
|
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.
|
checkDataNets, doBypassScanning, getDataNets, getDataNetsOld, isBypassScanning, readDirect, writeDirect
isScanOutInverted, setScanOutInverted
isLogInits, isLogOthers, isLogSets, logInit, logOther, logSet, setAllLogging, setLogInits, setLogOthers, setLogSets, toString
public void reset()
JtagTester
reset
in class JtagTester
public void tms_reset()
JtagTester
tms_reset
in class JtagTester
public static void main(java.lang.String[] args)