Skip to content

includealex/Emulator

 
 

Repository files navigation

RISC-V Simulator

How to build

Being in repo folder type:

cmake -B build/ -DCMAKE_BUILD_TYPE=Release .
cd build
make

Now you can run using:

./risc-v <filename>

About

RISC-V Emulator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 83.6%
  • C 7.9%
  • Ruby 6.3%
  • CMake 2.0%
  • Shell 0.2%