blob: b3753f81d0401242e8896231c78e542de41108a3 [file] [log] [blame]
// +------------+--------------------+---------------------------------+--------------------------------------------------------+------------------------------------------+
// | project id | title | author | repo | commit |
// +------------+--------------------+---------------------------------+--------------------------------------------------------+------------------------------------------+
// | 0 | Function generator | Matt Venn | https://github.com/mattvenn/wrapped_function_generator | 9e73784d43a91d70cb1a7c9c5d42037f49ed9e67 |
// | 1 | VGA Clock | Matt Venn | https://github.com/mattvenn/wrapped_vga_clock | 6c7f12b8be62d34d4f4221e18b9408b3c5ac8fcd |
// | 2 | Frequency counter | Matt Venn | https://github.com/mattvenn/wrapped_frequency_counter | 94cd6e626492dc2f623bf06163e90a84bde553cb |
// | 3 | RGB Mixer | Matt Venn | https://github.com/mattvenn/wrapped_rgb_mixer | 2676a8904591e92613fbfadf8c7f57fdfd79b1a4 |
// | 11 | Hack soc | Maximo Balestrini | https://github.com/mbalestrini/wrapped_hack_soc | 54395c53d52f253bd71b35d0a1c2049c87d31103 |
// | 13 | teras | Louis Ledoux AKA Binaryman | https://github.com/Bynaryman/wrapped_teras | c119cb48d76e8a4a62c80f98323efb114553c417 |
// | 7 | ALU74181 | Thorsten Knoll | https://github.com/ThorKn/wrapped_alu74181 | 6e935d2d32acdcc66ab18c5894cb628b6c6b9048 |
// | 5 | vga demo | Zbigniew Drozd | https://github.com/zbigos/wrapped-vgademo-on-fpga | 7fb9353f1a9f5120a0bd7907963a1c65919f33c0 |
// | 4 | SiLife | Uri Shaked | https://github.com/wokwi/wrapped_silife | 53c45898bd6fc04530bf6e9d17153418db5dd175 |
// | 9 | wrapped_acorn_prng | Zhenle Cao | https://github.com/ZhenleC/wrapped_acorn_prng | 5f7d3e5d0fcc9ffc3845dd7e97f55219ebd112ec |
// | 10 | HSV Mixer | @proppy (forked from Matt Venn) | https://github.com/proppy/wrapped_hsv_mixer | f1b55914359d9798f52a24adc6276593965d034c |
// | 6 | SkullFET | Uri Shaked | https://github.com/wokwi/wrapped_skullfet | 927e7275e6ba42f02fec99f5928941eeb985ee29 |
// +------------+--------------------+---------------------------------+--------------------------------------------------------+------------------------------------------+
`include "wrapped_function_generator/wrapper.v" // 0
`include "wrapped_vga_clock/wrapper.v" // 1
`include "wrapped_frequency_counter/wrapper.v" // 2
`include "wrapped_rgb_mixer/wrapper.v" // 3
`include "wrapped_hack_soc/wrapped_hack_soc_dffram.v" // 11
`include "wrapped_teras/wrapper.v" // 13
`include "wrapped_alu74181/wrapper.v" // 7
`include "wrapped-vgademo-on-fpga/wrapper.v" // 5
`include "wrapped_silife/wrapper.v" // 4
`include "wrapped_acorn_prng/wrapper.v" // 9
`include "wrapped_hsv_mixer/wrapper.v" // 10
`include "wrapped_skullfet/wrapper.v" // 6
// shared projects
`include "wb_bridge/src/wb_bridge_2way.v"
`include "wb_openram_wrapper/src/register_rw.v"
`include "wb_openram_wrapper/src/wb_port_control.v"
`include "wb_openram_wrapper/src/wb_openram_wrapper.v"
`include "openram_z2a/src/sky130_sram_1kbyte_1rw1r_32x256_8.v"