sysprog21 / rv32emu

Compact and Efficient RISC-V RV32I[MAFC] emulator
MIT License
402 stars 99 forks source link

Add decoder for RVV instructions #501

Open howjmay opened 1 month ago

jserv commented 1 month ago

How can you test the RVV instructions?

howjmay commented 1 month ago

A test set own by chipsalliance is here. https://github.com/chipsalliance/riscv-vector-tests/tree/main

I think we can test instructions' behavior with this repo. However, testing decoder is harder. I think I will Spike the verify the behavior, or generating the test cases