Closed
Description
Currently the debug module seems to assume any assertion of
ndmreset_o
will instantly cause a reset. Thedmstatus.allhavereset
/dmstatus.anyhavereset
bits are set purely onndmreset_o
being asserted rather than any acknowledgement a reset has occurred.
This is incorrect behavior and should be fixed, but it is currently not urgent for us, because the rstmgr
resets the system reset domain unconditionally whenever ndmreset_req
is asserted (a few cycles after asserting this signal).
estimate 12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment