[][src]Module ecpdap::jtag

This module implements JTAG functionality on top of the DAP_JTAG_Sequence command provided by the DAP module.

The JTAG chain may be scanned for TAPs, and then a TAP interface created to address that specific device.

Structs

IDCODE
JTAG
JTAGChain

Stores information about a JTAG scan chain, including detected IDCODEs and IR lengths.

JTAGTAP

Represents a single TAP in a JTAG scan chain, with methods to read and write this TAP while other TAPs are placed into BYPASS.

Sequences

Represents a series of JTAG sequences to be sent to a DAP. The maximum number of sequences is limited by the DAP packet size, or at most 255.

Enums

Error

Type Definitions

Result