A 5-stage pipeline simulator of RISC-V cpu. Usage make sure you have cmake (version>=3.14) run the following command to build. mkdir build cd build cmake .. & make or bash ./build.sh