Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create capcache64 test, change capcache to RV32
The capcache test was using RV64 instructions without requiring `has_xlen_64`. Create a new test called capcache64 that checks for and uses the RV64 instructions. Change capcache to only use RV32 instructions by changing generators from `gen_rv64_Xcheri_cache` to `gen_rv32_Xcheri_cache`. This follows the same pattern as the float and float64 tests.
- Loading branch information