Closed as not planned
Description
openedon Aug 22, 2023
Description
It appears havereset
asserts when an NDM reset begins:
opentitan/hw/vendor/pulp_riscv_dbg/src/dm_csrs.sv
Lines 514 to 517 in 1fd378c
This does not follow spec. havereset
should only assert once the reset completes, and it may be used as a synchronization point for the debugger. It's not used in openocd upstream yet (where there is a bug with merely checking allunavail
), but it is properly checked in riscv-openocd.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment