https://github.com/lockblock-dev/vector
RISC-V ISA emulator
https://github.com/lockblock-dev/vector
emulation emulator risc-v risc-v-emulator riscv rv32 rv32i rv32im zicsr
Last synced: 9 months ago
JSON representation
RISC-V ISA emulator
- Host: GitHub
- URL: https://github.com/lockblock-dev/vector
- Owner: LockBlock-dev
- License: agpl-3.0
- Created: 2023-10-14T19:40:29.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2025-01-12T15:45:43.000Z (12 months ago)
- Last Synced: 2025-03-25T03:34:49.764Z (9 months ago)
- Topics: emulation, emulator, risc-v, risc-v-emulator, riscv, rv32, rv32i, rv32im, zicsr
- Language: C++
- Homepage:
- Size: 41 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Vector
A C++23 RISC-V ISA emulator.
## Features
- RV32IMZicsr instruction set
## Credits
- [Official RISC-V spec](https://riscv.org/specifications/ratified/)
## Copyright
See the [license](/LICENSE).