https://github.com/libraries/riscv-rvv-smoking-tests
https://github.com/libraries/riscv-rvv-smoking-tests
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/libraries/riscv-rvv-smoking-tests
- Owner: libraries
- Created: 2021-10-12T06:16:20.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2025-02-08T01:54:23.000Z (over 1 year ago)
- Last Synced: 2025-06-03T01:37:17.734Z (about 1 year ago)
- Language: C
- Size: 692 KB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RISC-V RVV Smoking tests
Provides smoking tests and bench for RISC-V V Extension.
## Usage
```sh
# Install RISC-V RVV gnu toolchain
$ git clone https://github.com/Imperas/riscv-toolchains.git --branch rvv-1.0.0
# Install qemu-riscv64
$ apt install qemu-riscv64
# Build tests
$ python main.py build
# Run tests by qemu.
$ python main.py run
```