SpinalHDL / openocd_riscv

Spen's Official OpenOCD Mirror
Other
45 stars 33 forks source link

src: target: vexriscv: Fix breakpoint reworks #24

Closed dnltz closed 1 year ago

dnltz commented 2 years ago

This patch fixes https://github.com/openocd-org/openocd/commit/fb43f1ff4e2f0638110ffcc4e63bee8b5361db64 You can cherry-pick it in case you will update OpenOCD. Do not apply it now!

The breakpoint 'set' member was reworked. Update the VexRiscv target to the new rework.

Signed-off-by: Daniel Schultz dnltz@aesc-silicon.de

Dolu1990 commented 2 years ago

Thanks :D

adamfeuer commented 1 year ago

@dnltz Is there anything more required to merge this pull request?