chipsalliance / riscv-vector-tests

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

Instructions which read at 2xSEW should be initialized with 2xSEW #32

Closed jerryz123 closed 6 months ago

jerryz123 commented 8 months ago

I noticed this for fwsub.wf. The vs2 source should be initialized with 2x number of elements since its being read at 2xSEW, but it is only half-initialized in the current system.