riscv-openocd/src
Kevin Burke cbbec2dce5 ARM|Driver: Add DPI Driver for emulation
This driver provides support for Cadence JTAG BFM

The "jtag_dpi" driver implements a JTAG driver acting as a client for the
SystemVerilog Direct Programming Interface (DPI) for JTAG devices.
DPI allows OpenOCD to connect to the JTAG interface of a hardware model
written in SystemVerilog, for example, on an emulation model of
target hardware.

Tested on Ampere emulation with Altra and Altra Max models

Change-Id: Iaef8ba5cc1398ee2c888f39a606e8cb592484625
Signed-off-by: Kevin Burke <kevinb@os.amperecomputing.com>
Signed-off-by: Daniel Goehring <dgoehrin@os.amperecomputing.com>
Reviewed-on: http://openocd.zylin.com/5573
Tested-by: jenkins
Reviewed-by: Antonio Borneo <borneo.antonio@gmail.com>
2020-10-03 11:21:51 +01:00
..
flash Add support of STM32H72x/73x 1M (0x483) 2020-09-27 17:39:59 +01:00
helper openocd: avoid checking for non NULL pointer to free it 2020-09-05 17:11:50 +01:00
jtag ARM|Driver: Add DPI Driver for emulation 2020-10-03 11:21:51 +01:00
pld openocd: use proper format with uint32_t 2020-09-05 17:12:44 +01:00
rtos openocd: use proper format with uint32_t 2020-09-05 17:12:44 +01:00
server openocd: use proper format with uint32_t 2020-09-05 17:12:44 +01:00
svf openocd: fix command's usage string 2020-09-05 17:13:10 +01:00
target target/cortex_m.c: vector_catch command checks if a target is examined 2020-10-03 11:21:33 +01:00
transport transport: fix minor typos 2020-07-26 20:14:14 +01:00
xsvf openocd: avoid checking for non NULL pointer to free it 2020-09-05 17:11:50 +01:00
Makefile.am Convert to non-recursive make 2016-12-08 16:23:10 +00:00
hello.c helper/command: change prototype of command_print/command_print_sameline 2019-05-14 19:37:11 +01:00
hello.h Make #include guard naming consistent 2016-05-24 22:30:55 +01:00
main.c Remove FSF address from GPL notices 2016-05-24 22:30:01 +01:00
openocd.c openocd: fix issue in WIN32 with TCP adapters 2020-06-14 14:23:48 +01:00
openocd.h Make #include guard naming consistent 2016-05-24 22:30:55 +01:00