Riescue documentation

RiESCUE (pronounced “rescue”) is a python library for generating RISC-V tests. It consists of a couple tools:

  • RiescueD - RiESCUE Directed Test Framework

  • RiescueC - RiESCUE Compliance Test Generator

This page contains the public documentation for RiESCUE. APIs here are stable and will have a deprecation period before anything’s removed.

Documentation about the internal modules of Riescue is available at Internal API. The code here is not stable and can be changed at any time. Avoid relying on this code if possible

Getting Started, Guides, and Tutorials

Starting for the first time? Checkout Getting Started for information on installing Riescue and its dependencies.

User guides and tutorials are available in User Guide