Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 352 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 352 Bytes

RISC-V RVV Smoking tests

Provides smoking tests and bench for RISC-V V Extension.

Usage

# 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