Skip to content

ZVasilii/sim2022

 
 

Repository files navigation

GitHub repo size GitHub last commit Generated Button

sim2022

RISC-V simulator

How to build

At first you have to install spdlog library:

sudo apt install libspdlog-dev

Then you need to instal GTest for testin:

sudo apt-get install libgtest-dev

Now you are ready to build:

cd /path/to/sim2022
mkdir build
cd build
cmake ..
cmake --build . -j

About

RISC-V simulator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 71.1%
  • Python 11.8%
  • CMake 9.0%
  • C 7.1%
  • Other 1.0%