| // +------------+-------------------+------------------------------+-------------------------------------------------------+------------------------------------------+ |
| // | project id | title | author | repo | commit | |
| // +------------+-------------------+------------------------------+-------------------------------------------------------+------------------------------------------+ |
| // | 0 | RGB Mixer | Matt Venn | https://github.com/mattvenn/wrapped_rgb_mixer | mpw3 | |
| // | 1 | Frequency counter | Matt Venn | https://github.com/mattvenn/wrapped_frequency_counter | mpw3 | |
| // | 2 | VGA Clock | Matt Venn | https://github.com/mattvenn/wrapped_vga_clock | main | |
| // | 3 | TPM2137 | Q3K & Matt Venn | https://github.com/mattvenn/wrapped_tpm2137 | main | |
| // | 4 | WS2812 | Matt Venn | https://github.com/mattvenn/wrapped_ws2812 | main | |
| // | 5 | Zube | Jonathan 'theJPster' Pallant | https://github.com/thejpster/zube_submission | v1.4.1 | |
| // | 6 | Hack soc | Maximo Balestrini | https://github.com/mbalestrini/wrapped_hack_soc | 009a903f28b54a620bedea825d59de13c468f51a | |
| // | 7 | nco | Ameet Gohil | https://github.com/ameetgohil/mpw3-nco | main | |
| // | 8 | Wishbone HyperRAM | Pawel Sitarz | https://github.com/embelon/wrapped_wb_hyperram | mpw3 | |
| // | 10 | wb_openram_shim | Embelon & Matt Venn | https://github.com/embelon/wrapped_wb_openram_shim | mpw3 | |
| // | 11 | wiggly_ic_1 | Omar Rizwan | https://github.com/osnr/wrapped_wiggly_ic_1 | main | |
| // | 12 | keyvalue | Giray Pultar | https://github.com/giraypultar/wrapped_keyvalue | main | |
| // | 13 | Wishbone demo | Matt Venn | https://github.com/mattvenn/wrapped_wishbone_demo | main | |
| // +------------+-------------------+------------------------------+-------------------------------------------------------+------------------------------------------+ |
| `include "wrapped_rgb_mixer/wrapper.v" // 0 |
| `include "wrapped_frequency_counter/wrapper.v" // 1 |
| `include "wrapped_vga_clock/wrapper.v" // 2 |
| `include "wrapped_tpm2137/wrapper.v" // 3 |
| `include "wrapped_ws2812/wrapper.v" // 4 |
| `include "zube_submission/wrapper.v" // 5 |
| `include "wrapped_hack_soc/wrapped_hack_soc.v" // 6 |
| `include "mpw3-nco/wrapper.v" // 7 |
| `include "wrapped_wb_hyperram/wrapper.v" // 8 |
| `include "wrapped_wb_openram_shim/wrapper.v" // 10 |
| `include "wrapped_wiggly_ic_1/wrapper.v" // 11 |
| `include "wrapped_keyvalue/wrapper.v" // 12 |
| `include "wrapped_wishbone_demo/wrapper.v" // 13 |