From f7a973c1ee44ce28436f9be26c181a1406b4046b Mon Sep 17 00:00:00 2001 From: AnantaSrikar Date: Thu, 12 Mar 2026 03:16:06 -0400 Subject: [PATCH] README.md: init --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..6ca299e --- /dev/null +++ b/README.md @@ -0,0 +1,15 @@ +# 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 \ No newline at end of file