Skip to content

Commit

Permalink
jtag_scan: updated JTAG_MAX_IR_LEN to be the max bit-length of the IR…
Browse files Browse the repository at this point in the history
… storage, even though it's not large enough for all Xilinx devices
  • Loading branch information
lethalbit authored and dragonmux committed Oct 29, 2023
1 parent 9553d25 commit 41bfd64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/target/jtag_scan.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
#include "jtagtap.h"

#define JTAG_MAX_DEVS 32U
#define JTAG_MAX_IR_LEN 38U
#define JTAG_MAX_IR_LEN 32U /* NOTE: This is not long enough for all Xilinx devices */

typedef struct jtag_dev {
uint32_t jd_idcode;
Expand Down

0 comments on commit 41bfd64

Please sign in to comment.