Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 209 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 209 Bytes

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>