Skip to content

Commit

Permalink
jtag: adjusted the 0x03600093U Xilinx 6-bit IR quirk to expect the …
Browse files Browse the repository at this point in the history
…correct value from the scan chain
  • Loading branch information
lethalbit committed Oct 16, 2023
1 parent 7a99b88 commit 1e4b11e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/target/jtag_devs.c
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ const jtag_dev_descr_s dev_descr[] = {
.ir_quirks =
{
.ir_length = 6U,
.ir_value = 1U,
.ir_value = 0x11U,
},
},
{
Expand Down

0 comments on commit 1e4b11e

Please sign in to comment.