- Modified RISC-V parser to use x-register names instead of ABI names
- Added new vector instructions (vsetvli, vle8.v, vse8.v, vfmacc.vv, vfmul.vf)
- Added floating point instructions (fmul.d)
- Added unconditional jump instruction (j)
- Updated tests to match new register naming convention
- Added new RISC-V example files
- Updated .gitignore to exclude test environment and old examples
simple kernel.
Changes to be committed:
modified: osaca/parser/__init__.py
new file: osaca/parser/parser_RISCV.py
new file: tests/test_files/kernel_riscv.s
new file: tests/test_parser_RISCV.py