--
You received this message because you are subscribed to the Google Groups "RISC-V SW Dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to sw-dev+un...@groups.riscv.org.
To view this discussion on the web visit https://groups.google.com/a/groups.riscv.org/d/msgid/sw-dev/b45c1c13-7786-4e29-acde-1a70542df08bn%40groups.riscv.org.
hi All,I am new to RVV and tried executing simple vector ADD on top of RVV9.x. Compilation and build (RV32IMV option used) is fine.When i executed binary I get illegal instructioncore 0: 0xffffffff80002348 (0xfd1ff0ef) jal pc - 0x30
core 0: 0xffffffff80002318 (0x0285c257) vadd.vx v4, v8, a1
core 0: exception trap_illegal_instruction, epc 0xffffffff80002318
core 0: tval 0x000000000285c257
I am not sure how to debug this. how would build succesful if instruction itself is not present or illegal?
Any insight please? Highly appreciate help
Thank you,