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

Tweak ibex_cmd.py to fail more cleanly #2082

Merged
merged 1 commit into from
Aug 31, 2023

Commits on Aug 30, 2023

  1. Tweak ibex_cmd.py to fail more cleanly

    This shouldn't change the behaviour when it works. On a failure, we
    now print out a bit more about what's going on.
    
    When asked to do something impossible now, I think the output is a bit
    clearer. For example, if you try to run riscv_bitmanip_full_test with
    an OpenTitan configuration (which doesn't have full bitmanip), the
    warning message is now:
    
        WARNING:ibex_cmd:Rejecting test: riscv_bitmanip_full_test. It specifies rtl_params of ['ibex_pkg::RV32BFull'], which doesn't contain the expected 'ibex_pkg::RV32BOTEarlGrey'.
    
    (The following stuff that appears is a bit messy, but at least the
    first line is now clearer!)
    rswarbrick committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    5d944fb View commit details
    Browse the repository at this point in the history