Releases: mrLSD/riscv-fs
Releases · mrLSD/riscv-fs
v0.4.1
Changes:
➡️ Updatet .NET version to .NET 8
➡️ Bits functions cleanup
➡️ ExecutionI
matching fixed for Execution I
flow
➡️ Added CI
v0.4.0
Changes:
- RISC-V RV32A/RV64A extension instructions set
- RISC-V RV32A extension full Unit Tests coverage
- RISC-V RV64A extension partly Unit Tests
- Changed Decoder
- Extended A-extension Executor
- Separated to 32/64 bit A-extension implementation
- Changes ASM builder & source files
v0.3.0
v0.2.0
v0.1.0
New features:
- RISC-V RV32i instructions set
- RISC-V RV32i full Unit Tests coverage
- Most common Bit utils and functions
- Extended CLI logic for the Application
- Executable application with possibility to run
elf
binary files - RV32i Assembler tests with build configs
- Documentation