Hello, I have a custom RISCV target that I need to enable OpenOCD (and more specifically, gdb) support for. The target does not implement/use the standard RISCV Debug Transport Module.
Wondering if I can get some guidance on where to start here - I'm not so sure if I'm able to simply override a couple functions (e.g. dmi_write/dmi_read, dtmcs_scan, etc.) to enable this? The target's JTAG interface does expose a mechanism for creating memory accesses where the DM is reachable. Thanks in Advance, Brandon Altieri
