From 97030933394877313ad451e1d761adbe108ed6dc Mon Sep 17 00:00:00 2001 From: Aki Van Ness Date: Sat, 9 Sep 2023 13:42:14 -0700 Subject: [PATCH] xilinx: fixed the formatting for the IR return value for the XCVU440 --- 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 7a2b8a26d1d..b73a81a6316 100644 --- a/src/target/jtag_devs.c +++ b/src/target/jtag_devs.c @@ -113,7 +113,7 @@ const jtag_dev_descr_s dev_descr[] = { .ir_quirks = { .ir_length = 18U, - .ir_value = 0b010001010001010001U, + .ir_value = 0x11451U, }, }, {