Notes on the Cryptography Architectural Tests
-
Make sure that you are in the root of the
riscv-cryptorepository, and run the workspace setup script:source bin/conf.shThis makes sure that the
spikeandsailsimulators (if they are built) are in the$PATH, which is needed by the architectural test framework. -
Ensure the riscv-arch-test sub-module is checked out:
git submodule update --init extern/riscv-arch-test
TODO:
- Spike and Sail build/run instructions. This will be added after some pull requests to upstream Sail/Spike repositories are merged.