Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RISC-V Debug Specification #764

Open
6 tasks
piotro888 opened this issue Nov 26, 2024 · 0 comments
Open
6 tasks

RISC-V Debug Specification #764

piotro888 opened this issue Nov 26, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@piotro888
Copy link
Member

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:

  • 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
@piotro888 piotro888 added the enhancement New feature or request label Nov 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant