chipsalliance / riscv-vector-tests

Unit tests generator for RVV 1.0
Apache License 2.0
58 stars 19 forks source link

Support cosim-mode tests #30

Closed jerryz123 closed 8 months ago

jerryz123 commented 8 months ago

When cosim is available on the target platform for scalar load/stores, loading the scalar values is sufficient to detect errors in vector arithmetic.

ksco commented 8 months ago

We're using single/single.go to generate stage1-only tests for cosim usage. But this is another way to do it I guess.