Skip to content

Commit 9771843

Browse files
committed
Add DVI framebuffer core as a submodule
1 parent 8d0ad6f commit 9771843

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

.gitmodules

+3
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,6 @@
3434
[submodule "usb_sniffer"]
3535
path = usb_sniffer
3636
url = https://github.com/ultraembedded/core_usb_sniffer
37+
[submodule "dvi_framebuffer"]
38+
path = dvi_framebuffer
39+
url = https://github.com/ultraembedded/core_dvi_framebuffer

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ git clone --recursive https://github.com/ultraembedded/cores.git
1717
| ---- | ------------- |
1818
| asram16_axi4 | AXI4 -> Async SRAM (16-bit) Interface |
1919
| dbg_bridge | UART -> AXI4 Debug Bridge |
20+
| dvi_framebuffer | DVI/HDMI framebuffer with AXI-4 bus master |
2021
| ftdi_async_bridge | FTDI Asynchronous FIFO Interface (Wishbone) |
2122
| ftdi_bridge | FTDI Asynchronous/Synchronous FIFO Interface (AXI-4) |
2223
| ft60x_axi | FTDI FT601 USB3.0 to high-performance AXI4 bus master |

dvi_framebuffer

Submodule dvi_framebuffer added at 66bfa8c

0 commit comments

Comments
 (0)