-
Notifications
You must be signed in to change notification settings - Fork 784
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[rv_dm,sival] Fix
rv_dm_mem_access_delayed_enable
The `rv_dm_mem_access` test was not working in the `dev_rv_dm_delayed_enable` test configuration. This is because the test was not written to handle the additional logic required for this configuration. To fix this, before the host side attempts to connect via JTAG, it waits for a message ("DEBUG_MODE_ENABLED") from the device, which will configure the RV DM to enable the late debug feature (debug mode). This should only be available using the OTP image with the late_debug feature enabled, in the `delayed_enable` test configuration. Signed-off-by: Alex Jones <[email protected]>
- Loading branch information
1 parent
f4ecac6
commit 5f2b9f4
Showing
3 changed files
with
34 additions
and
6 deletions.
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
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