Skip to content
This repository was archived by the owner on Mar 7, 2026. It is now read-only.

Commit 9a6dd61

Browse files
ALTracerALTracer
authored andcommitted
jtag_devs: Register Hazard3/ice40 TAP as a RISC-V DTM
1 parent 24faa49 commit 9a6dd61

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

src/target/jtag_devs.c

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -420,6 +420,14 @@ const jtag_dev_descr_s dev_descr[] = {
420420
.idmask = 0x0fffffffU,
421421
#if ENABLE_DEBUG == 1
422422
.descr = "Nuclei Systems RISC-V DTM.",
423+
#endif
424+
.handler = riscv_jtag_dtm_handler,
425+
},
426+
{
427+
.idcode = 0xdeadbeefU,
428+
.idmask = 0xffffffffU,
429+
#if ENABLE_DEBUG == 1
430+
.descr = "Hazard3 RISC-V DTM.",
423431
#endif
424432
.handler = riscv_jtag_dtm_handler,
425433
},

0 commit comments

Comments
 (0)