Skip to content

Commit

Permalink
Add DVI framebuffer core as a submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
ultraembedded committed Jun 20, 2020
1 parent 8d0ad6f commit 9771843
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,6 @@
[submodule "usb_sniffer"]
path = usb_sniffer
url = https://github.com/ultraembedded/core_usb_sniffer
[submodule "dvi_framebuffer"]
path = dvi_framebuffer
url = https://github.com/ultraembedded/core_dvi_framebuffer
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ git clone --recursive https://github.com/ultraembedded/cores.git
| ---- | ------------- |
| asram16_axi4 | AXI4 -> Async SRAM (16-bit) Interface |
| dbg_bridge | UART -> AXI4 Debug Bridge |
| dvi_framebuffer | DVI/HDMI framebuffer with AXI-4 bus master |
| ftdi_async_bridge | FTDI Asynchronous FIFO Interface (Wishbone) |
| ftdi_bridge | FTDI Asynchronous/Synchronous FIFO Interface (AXI-4) |
| ft60x_axi | FTDI FT601 USB3.0 to high-performance AXI4 bus master |
Expand Down
1 change: 1 addition & 0 deletions dvi_framebuffer
Submodule dvi_framebuffer added at 66bfa8

0 comments on commit 9771843

Please sign in to comment.