15 lines
648 B
Markdown
15 lines
648 B
Markdown
# Raspberry Pi with DragonL FPGA
|
||
|
||
In this project, we will explore
|
||
- Creating a custom PCIe video card using KNJN's Dragon-L FPGA board.
|
||
- Writing a drm module driver for the said board.
|
||
- Testing the said device and module driver on Raspberry Pi Computer Module 4 IO board (and Framework Desktop!)
|
||
|
||
I will be updating this readme as and when I work on this project, so stay tuned!
|
||
|
||
## Software setup
|
||
- [Xilinx ISE 14.7](https://aur.archlinux.org/packages/xilinx-ise): To program the Dragon-L FPGA
|
||
|
||
## References
|
||
- [YouTube: FPGAs Aren’t Processors (Unless You Want Them to Be)](https://www.youtube.com/watch?v=d3nuepnbmC4)
|
||
- docs from Xilinx ISE |