Forum Discussion
Altera_Forum
Honored Contributor
13 years agoIf you just want to access the PCIe device as a memory mapped device under Linux, then you do not need a driver at all. See the pci_debug program in the zip file in this thread for an example:
http://www.alteraforum.com/forum/showthread.php?t=35678 Once you need to use interrupts, then you do need a driver. Cheers, Dave