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

updating encoding.h, added test for mconfigptr #377

Closed
wants to merge 9 commits into from
Closed

updating encoding.h, added test for mconfigptr #377

wants to merge 9 commits into from

Commits on Jul 31, 2023

  1. Configuration menu
    Copy the full SHA
    98e6301 View commit details
    Browse the repository at this point in the history
  2. Create Smclint.adoc

    dansmathers authored Jul 31, 2023
    Configuration menu
    Copy the full SHA
    b4b8da2 View commit details
    Browse the repository at this point in the history
  3. Add files via upload

    dansmathers authored Jul 31, 2023
    Configuration menu
    Copy the full SHA
    111dc28 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

  1. Create ssclint.adoc

    description of ssclint tests
    dansmathers authored Aug 3, 2023
    Configuration menu
    Copy the full SHA
    3c809dd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    831b022 View commit details
    Browse the repository at this point in the history
  3. fixed RVTEST_CASE and check ISA

    RVTEST_CASE contains the toolchain command.   Check ISA is for selecting tests.  Added Smclint to check ISA so these tests are only selected when included in the dut isa yaml.
    dansmathers authored Aug 3, 2023
    Configuration menu
    Copy the full SHA
    c7c1bd1 View commit details
    Browse the repository at this point in the history
  4. Update CHANGELOG.md

    add comments about smclint and ssclint
    dansmathers authored Aug 3, 2023
    Configuration menu
    Copy the full SHA
    a319d1e View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2023

  1. adding test of mconfigptr

    mconfigptr is used by the unified discovery task group https://github.com/riscv/configuration-structure and already exists in priv spec 1.12.
    dansmathers authored Aug 16, 2023
    Configuration menu
    Copy the full SHA
    5cda35e View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2023

  1. added comment, fixed subtract

    added comment that a csr write to a read-only csr is expected to cause an exception
    did a subtract of first csr read with 2nd csr read after write.  expected signature of 0.
    dansmathers authored Aug 18, 2023
    Configuration menu
    Copy the full SHA
    31e5e98 View commit details
    Browse the repository at this point in the history