https://github.com/portal-co/rv-corpus
Corpus of RiscV programs to test emulators and recompilers
https://github.com/portal-co/rv-corpus
copilot-made-this corpus emulator examples myaot riscv riscv-divide-by-zero riscv-emulator riscv-to-c static-recompilation testsuite
Last synced: 5 months ago
JSON representation
Corpus of RiscV programs to test emulators and recompilers
- Host: GitHub
- URL: https://github.com/portal-co/rv-corpus
- Owner: portal-co
- License: mit
- Created: 2025-11-12T19:54:05.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-11-25T00:08:56.000Z (7 months ago)
- Last Synced: 2025-11-28T09:09:49.179Z (6 months ago)
- Topics: copilot-made-this, corpus, emulator, examples, myaot, riscv, riscv-divide-by-zero, riscv-emulator, riscv-to-c, static-recompilation, testsuite
- Language: Assembly
- Homepage:
- Size: 1.49 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RiscV Assembly Test Corpus
## Description
A comprehensive test corpus of RISC-V assembly programs for testing compilers, emulators, and recompilers (like `rv286`).
## Goals
- [ ] Provide hand-written assembly tests
- [ ] Cover various ISA extensions (I, M, A, F, D, C)
## Progress
- [ ] Extensive test suite organized by extension
---
*AI assisted*