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

[edn] Improve FSM coverage #23092

Merged
merged 3 commits into from
May 14, 2024
Merged

[edn] Improve FSM coverage #23092

merged 3 commits into from
May 14, 2024

Commits on May 13, 2024

  1. [edn/rtl] Make Error main SM state terminal again

    Previously, it was possible to move out of the "terminal" error state
    upon receiving a CSRNG ack error. However, we don't verify this and
    it should not be possible. The Error state needs to be terminal.
    
    Signed-off-by: Pirmin Vogel <[email protected]>
    vogelpi committed May 13, 2024
    Configuration menu
    Copy the full SHA
    3d8c6e0 View commit details
    Browse the repository at this point in the history
  2. [edn/dv] Fix FSM coverage holes

    This is related to lowRISC#22352.
    
    Signed-off-by: Pirmin Vogel <[email protected]>
    vogelpi committed May 13, 2024
    Configuration menu
    Copy the full SHA
    5c56c7f View commit details
    Browse the repository at this point in the history
  3. [edn/rtl] Fix Verilator lint errors and warnings

    Signed-off-by: Pirmin Vogel <[email protected]>
    vogelpi committed May 13, 2024
    Configuration menu
    Copy the full SHA
    4453fba View commit details
    Browse the repository at this point in the history