Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lockblock-dev/vector
Risc-V ISA emulator
https://github.com/lockblock-dev/vector
emulation emulator risc-v risc-v-emulator riscv rv32i
Last synced: about 2 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 1 year ago)
- Default Branch: master
- Last Pushed: 2024-07-15T16:14:46.000Z (6 months ago)
- Last Synced: 2024-07-15T19:48:10.725Z (6 months ago)
- Topics: emulation, emulator, risc-v, risc-v-emulator, riscv, rv32i
- Language: C++
- Homepage:
- Size: 29.3 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Vector
A C++20 RISC-V ISA emulator
## Features
- RV32I instruction set
## Credits
- [Official RISC-V spec](https://riscv.org/wp-content/uploads/2019/12/riscv-spec-20191213.pdf)
- [RISC-V ISA Specification](https://msyksphinz-self.github.io/riscv-isadoc/)## Copyright
See the [license](/LICENSE).