fwsGonzo / libriscv

The fastest RISC-V sandbox
BSD 3-Clause "New" or "Revised" License
522 stars 46 forks source link

Binary translation when compressed instructions are enabled #133

Closed fwsGonzo closed 1 month ago

fwsGonzo commented 1 month ago

Currently working on getting binary translation working with compressed instructions. This is the tracking issue.

fwsGonzo commented 1 month ago

With https://github.com/fwsGonzo/libriscv/commit/255fbf360a98d3673be9252c7a87b7c3688442cd I can confirm the entire test-suite now completes successfully with C-extension enabled.