Defines | |
| #define | XSVFNAME "UROM:enut202.xsvf" |
| The XSVF file is expected in the UROM file system. | |
| #define | MAX_BITVEC_BYTES 5 |
| Maximum number of bytes required to store bit strings. | |
| #define | DEFAULT_REPEAT 32 |
| Default repeat. | |
Changing any of these values requires re-compiling and re-linking of the source code.
|
|
Default repeat. Number of times that TDO is tested against the expected value before the operation is considered a failure. Definition at line 63 of file xsvf.h. Referenced by Execute(). |
|
|
Maximum number of bytes required to store bit strings. A value of five is sufficient for up to six devices in a chain. Definition at line 55 of file xsvf.h. Referenced by Execute(), ReShift(), and XsvfReadBitString(). |