Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 256 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 256 Bytes

RVEMU

A well-designed RISC-V emulator written in Java, supporting RV64GC

Compile RV64 Toolchain Without Compressed Instruction Support

./configure --prefix=/opt/riscv --with-arch=rv64g --disable-multilib --with-cmodel=medany
make -j8