Head over to MakerchipIDE and you will be able to view the "EDITOR", "NAV-TLV", "LOG" on the left half of the screen. Towards your right will be the "DIAGRAM", "VIZ", "WAVEFORM". You can adjust the screen to your preference by splitting it the way you want to using the icon present on the top right corner of the panel.
Simply head into the Basic-CPU-Core folder and copy paste the source code into the "EDITOR" window. Now you can either go the same icon present on the top right corner of the panel or press "Ctrl + Enter" to compile and simulate your source code. The "DIAGRAM", "VIZ", "WAVEFORM" gets updated. Head over to the "VIZ" (Visualization) tab and click on the play button to view the functionality of the CPU core.
Building this simple RISC CPU core taught me how much understanding and learning is required, even for something seemingly straightforward. Moving forward, I plan to implement the complete RV32I ISA, taking the design to a whole new level by building a more advanced processor. Alongside this, I will embark on additional exciting projects centered around the RISC-V architecture.