blob: ea4126f3c555e2597d864ca5ca3afc50b223d02f [file] [log] [blame]
// +------------+--------------------+-----------+--------------------------------------------------------+------------------------------------------+
// | project id | title | author | repo | commit |
// +------------+--------------------+-----------+--------------------------------------------------------+------------------------------------------+
// | 0 | Function generator | Matt Venn | https://github.com/mattvenn/wrapped_function_generator | d191bae27a4560e589c3dff7d524cf5e9425be3c |
// | 1 | VGA Clock | Matt Venn | https://github.com/mattvenn/wrapped_vga_clock | 0cf0b585b5a3ead1f92534af9158e9726fd6acc1 |
// | 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 | 318546f7505f890a2f9f809cb6d8950c91dcd77e |
// +------------+--------------------+-----------+--------------------------------------------------------+------------------------------------------+
`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
// shared projects
`include "wb_bridge/src/wb_bridge_2way.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"