This repository has been archived by the owner on Jan 10, 2024. It is now read-only.
This is the first release of SBI-Testing test suite. This library is dedicated for RISC-V supervisors to verify correctness of their underlying SBI environments.
Chapters implemented for SBI 1.0.0 specification:
- §4 Base
- §6 TIME
- §7 sPI
- §8 RFNC
- §9 HSM
- §10 SRST
- §11 PMU
To use this library, include following lines in your Cargo.toml:
[dependencies]
sbi-testing = "0.0.0"