Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[rv_dm,sival] Fix rv_dm_mem_access_dev_rv_dm_delayed_enable #25460

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Nov 29, 2024

  1. [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]>
    AlexJones0 committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    5f2b9f4 View commit details
    Browse the repository at this point in the history