Skip to content

Releases: mrLSD/riscv-fs

v0.4.1

27 Jan 15:28
3f61a6e
Compare
Choose a tag to compare

Changes:

➡️ Updatet .NET version to .NET 8
➡️ Bits functions cleanup
➡️ ExecutionI matching fixed for Execution I flow
➡️ Added CI

  • #12 - Feat: updated to .NET 8 - @mrLSD
  • #13 - System.Int64.abs is buggy
  • #14 - Cleanup Bits functions #14 - @mrLSD
  • #15 - Feat: Fix ExecutionI and added CI - @mrLSD
  • #16 - Fix InstructionI matching for Execution

v0.4.0

07 Jul 09:12
90de860
Compare
Choose a tag to compare

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

09 Dec 09:11
cd0d90a
Compare
Choose a tag to compare

Changes:

  • RISC-V RV32M/RV64M extension instructions set
  • RISC-V RV32M/RV64M extension full Unit Tests coverage
  • Changed Decoder
  • Extended M-extension Executor
  • Separated to 32/64 bit M-extension implementation
  • Changes ASM builder & source files

v0.2.0

09 Nov 16:33
ba15cab
Compare
Choose a tag to compare

New features:

  • RISC-V RV64i instructions set
  • RISC-V RV64i full Unit Tests coverage
  • Changed Decoder
  • Extended tests

v0.1.0

26 Oct 09:25
bc15bde
Compare
Choose a tag to compare

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