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

Add support for the Zicond ISA extension #321

Merged
merged 2 commits into from
Dec 1, 2023

Commits on Nov 17, 2023

  1. Add support for the Zicond ISA extension

    This patch intoduces a coverage model and the generated
    test cases using riscv_ctg.
    
    The tests have been generated using the following command:
      riscv_ctg.py \
        --cgf coverage/dataset.cgf \
        --cgf coverage/zicond.cgf \
        -bi rv32i \
        -d tests/
      riscv_ctg.py \
        --cgf coverage/dataset.cgf \
        --cgf coverage/zicond.cgf \
        -bi rv64i \
        -d tests64/
    
    The resulting tests have been copied to the target directory:
      cp tests/*S riscv-test-suite/rv32i_m/Zicond/src/
      cp tests64/*S riscv-test-suite/rv64i_m/Zicond/src/
    
    This PR depends on Zicond support in the riscv-ctg repo:
      riscv-software-src/riscv-ctg#59
    
    Signed-off-by: Christoph Müllner <[email protected]>
    cmuellner committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    594d483 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2023

  1. Merge branch 'main' into zicond

    Signed-off-by: Allen Baum <[email protected]>
    allenjbaum authored Dec 1, 2023
    Configuration menu
    Copy the full SHA
    b8bd7a6 View commit details
    Browse the repository at this point in the history