|
|
|
|
|
by imheresamir
2201 days ago
|
|
Is that not what the author is referring to?
From the readme of his LiteDIP project[1]: "Plug-and-play LiteX-based IP blocks enabling the creation of generic Linux
drivers. Design your FPGA-based SoC with them and get a (potentially upstream-able) driver for it instantly!" [1]: https://gitlab.freedesktop.org/mupuf/litedip/ |
|
I built a descriptor block into a FPGA design about 15 years ago, this was for PCI so I could put it at a fixed offset into the BAR for every device.
I don't see how the "get a (potentially upstream-able) driver for it instantly" would work. Someone would still need to write a driver, you just get a way to probe for whether to attach it or not.