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

Rewrite read_memory_bus_v1() to not use low-level JTAG functions #1026

Open
JanMatCodasip opened this issue Mar 4, 2024 · 0 comments
Open

Comments

@JanMatCodasip
Copy link
Collaborator

JanMatCodasip commented Mar 4, 2024

Note to self:

Function for System Bus read operation read_memory_bus_v1() uses low-level JTAG operations (functions jtag_*()) to carry out the DMI operations.

Rewrite this function to use the proper DMI access functions (dm_read(), dm_write(), riscv_batch_*() etc.).

See:
https://github.com/riscv-collab/riscv-openocd/blob/riscv/src/target/riscv/riscv-013.c#L3219

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant