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>