forked from pulp-platform/riscv-dbg
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dm_mem: Clear state of hart upon ndmreset
As described in pulp-platform#118, the debug module currently considers a hart that is being reset with `ndmreset` to be halted. However, after a reset, the hart is no longer halted. This commit feeds `ndmreset` into `dm_mem`, where it clears the state of the hart and sets it to neither halted nor resuming. Signed-off-by: Andreas Kurth <adk@lowrisc.org>
- Loading branch information
1 parent
9dd0569
commit eb3dfc5
Showing
2 changed files
with
18 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters