You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be great to debug larger software running on FPGAs with openOCD&gdb via JTAG.
Possible parts of the task:
Allow core to be halted
Implement Debug Privilege Mode in the core
Implement Program Buffer that allows arbitrary instructions to be inserted in debug mode (there are alternatives, but this one looks the simplest to me)
Implement debug CSR-like registers
Provide access to current GPRegisters state
Implement JTAG access interface
The text was updated successfully, but these errors were encountered:
Take a look into implementing RISC-V Debug Specification
https://github.com/riscv/riscv-debug-spec/
It would be great to debug larger software running on FPGAs with openOCD&gdb via JTAG.
Possible parts of the task:
The text was updated successfully, but these errors were encountered: