You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In RISC-V "V" Vector Extension Version 1.0 chapter 15.1, instruction vmandnot and vmornot have been changed to vmandn and vmorn.
But in the riscv/arch_data/v_instructions.xml, the instructions are still the old version.
Are there any differences in the handcar implementation between the old and new versions, Or should I just change this xml file?
The text was updated successfully, but these errors were encountered:
I changed the riscv/arch_data/v_instructions.xml file, the output .S file works fine, but the sim.log still kept for the old version vmandnot.mm/vmornot.mm
The current version only support V0.9 version on force-riscv side.
I have issue an pr which integrate V1.0 spike. And u can have a try with it, which should only update force-riscv side codes.
It is really hard for me to spare time to opensource our own code.
Have a try if u want to update.
In RISC-V "V" Vector Extension Version 1.0 chapter 15.1, instruction
vmandnot
andvmornot
have been changed tovmandn
andvmorn
.But in the
riscv/arch_data/v_instructions.xml
, the instructions are still the old version.Are there any differences in the handcar implementation between the old and new versions, Or should I just change this xml file?
The text was updated successfully, but these errors were encountered: