标签: api kernel embedded driver xilinx
我有一个Xilinx PCI Express设备,它以请求 - 回复方式运行,可以根据您在那里实现的FPGA逻辑处理请求。非常好。
它还提供免费的开源驱动程序代码(在内核级别运行),可在https://www.xilinx.com/support/answers/65444.html
此设备具有用户空间API但没有内核级API。由于我的项目要求我在内核级别拥有所有内容,如果它只有用户空间API,我怎样才能在内核级别与该设备进行交互?
您可以在
对于Linux: https://www.xilinx.com/Attachment/Xilinx_Answer_65444_Linux_Files.zip
对于Windows:https://www.xilinx.com/Attachment/Xilinx_Answer_65444_Windows_Files.zip