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

[dv] Add riscv_ram_intg_test #2184

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

Commits on Jul 2, 2024

  1. [dv] Add riscv_ram_intg_test

    This test injects a fault into different MuBi encoded signals within
    the prim_ram_1p_scr and prim_ram_1p_adv and checks whether a fatal
    alert is triggered.
    
    I have excluded the addr_match signal from FI as its encoding
    is not directly checked. If the signal was a MuBi True, a
    fault into it is treated by the mubi4_and_hi as a False.
    If the signal was a MuBi False, a fault into it is treated
    by the mubi4_and_hi also as a False. Hence, no address
    collision occurs and the holding register is not returned.
    
    This PR is based on lowRISC#2182 and closes lowRISC#2173.
    
    Signed-off-by: Pascal Nasahl <nasahlpa@lowrisc.org>
    nasahlpa committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    29c0fae View commit details
    Browse the repository at this point in the history