From 9553d253e86e7823f1234eb94943e8bca778f570 Mon Sep 17 00:00:00 2001 From: Aki Van Ness Date: Sat, 16 Sep 2023 14:58:44 -0700 Subject: [PATCH] jtag: adjusted the `0x03600093U` Xilinx 6-bit IR quirk to expect the correct value from the scan chain --- src/target/jtag_devs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/target/jtag_devs.c b/src/target/jtag_devs.c index 293362a539c..2444f5da5ba 100644 --- a/src/target/jtag_devs.c +++ b/src/target/jtag_devs.c @@ -301,7 +301,7 @@ const jtag_dev_descr_s dev_descr[] = { .ir_quirks = { .ir_length = 6U, - .ir_value = 1U, + .ir_value = 0x11U, }, }, {