This Repository contains a summary of the DDCA course.
- Safari Research Group
- Course Website
- RISC-V CPU, my attempt at implementing a RISC-V CPU in Verilog
Some verilog examples are located in the directory verilog_examples
. To run an example, change directory to the corresponding example and run make all
to compile and execute the testbench. Then run make wave
to view the generated waveform.
Make sure to have Icarus Verilog (iverilog, vvp) and GTKWave installed.
Some labs are located in the directory labs
. To run, proceed the same way as for the verilog examples.