Skip to content
This repository has been archived by the owner on Jan 10, 2024. It is now read-only.

SBI-Testing version v0.0.0

Latest
Compare
Choose a tag to compare
@luojia65 luojia65 released this 06 Oct 08:17
· 13 commits to main since this release

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"