Skip to content

MIPT-2023-RISC-V-Emulator-Team/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>