Skip to content

hobo0xcc/rve

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rve: RISC-V Emulator written in C

rve is a RISC-V Emulator written in C which implements RV64IMAC currently and created from scratch. rve is an abbreviation of "Risc-V Emulator".

Demo

Build

$ make

Usage

rve [--debug] file

rve run the ELF-Executable file and then prints registers and program-counter. The --debug option is used to run the tests of riscv-tests.

Test

Run the tests of riscv-tests. Currently it runs rv64ui-p-* only.

$ ./test.sh

About

RISC-V Emulator written in C.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages