Simple web based Functional Simulator for RISC-V ISA. This project was done as a part of the course project for CS204 Computer Architecture at IIT Ropar. Here is the link to the simulator.
- Instructor: Dr. Neeraj Goel and Dr. T.V. Kalyan
Just clone the repo and open the index.html
file in any browser. The simulator is also hosted here. Then go to choose mc file and select any of the mc files in the tests
folder. Then click on the Run
/ Step
button to run the simulator. There is a Statistics
column on the right side which shows the number of instructions executed, number of cycles, CPI, etc.
For open-source projects, Under MIT License.