Welcome to CHIP-Monks repository! In this repo you will find rtl code for CHIP-8 in src. CHIP_Monks is a hardware implementation of CHIP-8 written entirely in Verilog on a simulation level. Detailed Explanation of this project is given here.
Maintainer : keval
Important
Please check out CONTRIBUTING.md before proceeding to contributing.
Please read CHIP-Monks Article for better understanding if the project.
- You can use following(any) Tools: Vivado, Quartus lite, Icarus Verilog, GTKWave, Verilator.
- For Graphical Implementation you can donwload Verilator here and explore raylib here.
Mandatory for all the changes
- Any modifications/changes to design must be accompanied by corresponding updates to the testbench(s).
- You have to provide a screenshot of waveform or logs after modifying the design to prove that your code/design/changes are working.