This is a repository for the work of the RISC-V Foundation Compliance Task Group. The repository owners are: - Jeremy Bennett (Embecosm) - Lee Moore (Imperas)
Details of the RISC-V Foundation, the work of its task groups, and how to become a member can be found at riscv.org.
For more details and documentation on the current testing framework see:
doc/README.adoc
For more details on the test format spec see: 'spec/TestFormatSpec.adoc'
The following are the exhaustive list of disclaimers that can be used as waivers by target owners when reporting the status of pass/fail on the execution of the architectural suite on their respective targets.
The references uploaded for the following misaligned load/store tests will match targets which do not support misaligned load/stores in hardware. Targets with hardware misaligned support for load/stores will fail these tests.
The references uploaded for the following misaligned instruction tests will match targets which have compressed extension support enabled by default. Targets without the compressed extension support will fail the following tests:
The machine mode trap handler used in the privilege tests assumes one of the following conditions. Targets not satisfying any of the following conditions are bound to fail the entire rv32im/privilege and rv64im/privilege tests:
You are encouraged to contribute to this repository by submitting pull requests and by commenting on pull requests submitted by other people.
Where a pull request is non-controversial one of the repository owners will immediately merge it. The repository uses rebase merges to maintain a linear history.
Other pull requests will be publicised to the task group for comment and decision at a subsequent meeting of the group. Everyone is encouraged to comment on a pull request. Such pull requests will be merged by when a consensus/decision has been reached by the task group.
In general: - code is licensed under the BSD 3-clause license (SPDX license identifier
BSD-3-Clause); while - documentation is licensed under the Creative Commons Attribution 4.0 International license (SPDX license identifier
CC-BY-4.0).
COPYING.BSDand
COPYING.CCin the top level directory contain the complete text of these licenses.
Documentation uses the structured text format AsciiDoc. See
doc/README.adocfor more details.
Some directories use
ChangeLogfiles to track changes in the code and documentation. Please honor these, keeping them up to date and including the ChangeLog entry in the git commit message.
Please include a comment with the SPDX license identifier in all source files, for example:
// SPDX-License-Identifier: BSD-3-Clause