Files
bs_explorer/modules
François 7d0b19ec25 digilent: implement TX_TMS / TXRX_DATA + lazy Detect from Init
TMS-only shifts go through DjtgPutTmsBits with TDI held to 0. Pure data
shifts use DjtgPutTdiBits with TMS held to 0. Mixed shifts (e.g. last
bit of Shift-IR/DR with TMS=1) fall back to DjtgPutTmsTdiBits — note
that within each pair the encoding is TDI(low) then TMS(high),
LSB-first, despite the function name (verified against the SDK
DjtgDemo sample).

Init also gained a lazy call to Detect: jtag_open_probe can be invoked
without first running jtag_get_probes_list.

Validated on KCU105: jtag_autoinit returns IDCODE 0x13822093
(XCKU040 rev1) through the Digilent SMT2-NC.
2026-05-23 11:19:52 +02:00
..
2025-02-16 19:32:01 +01:00
2025-02-16 19:32:01 +01:00
2025-02-18 11:36:18 +01:00
2025-02-18 11:36:18 +01:00
2025-02-16 19:32:01 +01:00
2025-02-16 19:32:01 +01:00