chipsalliance / riscv-vector-tests

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

Test all cases of VXRM. #19

Closed jerryz123 closed 10 months ago

jerryz123 commented 10 months ago

Currently only vxrm=0 is tested, I think

ksco commented 10 months ago

Added vxrm traversal for vaadd*, vasub*, vnclip*, vsmul*, vssra* and vssrl* instructions. I believe that's all the instructions that use vxrm.

jerryz123 commented 10 months ago

Thanks! This is much appreciated