intel FPGA使用
Posted lvmxh
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了intel FPGA使用相关的知识,希望对你有一定的参考价值。
https://www.altera.com/documentation/swn1503506366945.html
https://files.cnblogs.com/files/shaohef/opae-driver-architecture.pdf
https://github.com/yongfengdu/fpga
# cat enablevf.sh
# SRIOV enable # https://opae.github.io/docs/drv_arch/drv_arch.html#fpga-virtualization # For slot 0, port 0 fpgaport release /dev/intel-fpga-fme.0 0 echo 1 > /sys/class/fpga/intel-fpga-dev.0/device/sriov_numvfs # For slot 1, port 0 fpgaport release /dev/intel-fpga-fme.1 0 echo 1 > /sys/class/fpga/intel-fpga-dev.1/device/sriov_numvfs
以上是关于intel FPGA使用的主要内容,如果未能解决你的问题,请参考以下文章