You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am currently working on verifying a RISC-V processor for RVA22/RVA23 compliance. To ensure the core meets the standard, I need a comprehensive set of tests covering:
All mandatory extensions
All optional extensions defined in the RVA profiles
I have checked the riscv-arch-test repository, but I couldn’t find explicit mentions of tests targeting RVA22/RVA23 compliance as a whole, nor individual tests for all required extensions.
Questions:
Does riscof/riscv-arch-test provide precompiled test suites specifically for RVA22/RVA23 compliance?
If not, is there an alternative framework or set of tests that fully covers all required extensions?
What would be the recommended approach to systematically verify a core against RVA profiles?
Any guidance or pointers would be greatly appreciated!
Hello,
I am currently working on verifying a RISC-V processor for RVA22/RVA23 compliance. To ensure the core meets the standard, I need a comprehensive set of tests covering:
I have checked the riscv-arch-test repository, but I couldn’t find explicit mentions of tests targeting RVA22/RVA23 compliance as a whole, nor individual tests for all required extensions.
Questions:
Any guidance or pointers would be greatly appreciated!