Releases: foo8664/RvRun
Releases · foo8664/RvRun
v1.1
unstable release, version 1.1
Added support for three new extensions:
- M (Integer Multiplication and Division)
- F (Single-Precision Floating-Point)
- Zicsr (Control and Status Registers)
Also fixed several bugs
The RvRun-v1.1.zip file contains:
- RvRun's compiled binary, as of commit
2607fc6(marked by tag v1.1) - examples/ directory with all of it's files (.elf files, .asm files, README.md, and Makefile)
- asciinema/ directory with one recording for each example program
- README.md
- License
- Makefile
Linux is the only supported plataform
Code has been tested under gentoo, archlinux, and Ubuntu 25.10. Any problems should be reported via the issues feature.
RvRun v1.0 Release
RvRun v1.0
First release, version 1.0
Currently supports RISC-V's base ISA (Rv64I), described by chapters 2 and 4 of Ratified Specification.
The RvRun-v1.0.zip file contains:
- RvRun's statically compiled binary, as of commit 0616547 (marked by tag v1.0)
- example/ directory with all of it's files (.elf files, .asm files, README.md, and Makefile)
- asciinema/ directory with one recording for each example program
- README.md
- License
- Makefile
Linux is the only supported plataform
Code has been tested under gentoo, archlinux, and Ubuntu 25.10. Any problems should be reported via the issues feature.