aboutsummaryrefslogtreecommitdiff
path: root/riscv/jtag_dtm.h
AgeCommit message (Collapse)AuthorFilesLines
2018-12-13Add --dmi-rti and --abstract-rti to test OpenOCD.Tim Newsome1-1/+8
Optionally make spike behave more like real hardware, to automatically test OpenOCD's handling of such hardware.
2017-02-21Improve debug performance.Tim Newsome1-1/+3
It's still pitiful, but less so. (5KB/s download speed.) The tweaks involve switching to the other context as soon as it might be helpful. The two contexts are executing code, and handling JTAG TAP input.
2017-02-13dbus -> dmiTim Newsome1-1/+1
2017-02-08Serve up a correct dmcontrol register.Tim Newsome1-1/+1
2017-02-07OpenOCD does a dmi read and gets dummy value back.Tim Newsome1-32/+10
2017-02-06Refactor remote bitbang code.Tim Newsome1-0/+81