Forum Discussion
TWadu
New Contributor
5 years agoPCIE硬核作为endpoint时,如何主动发起通信?
使用cyclone V芯片的pcie硬核,FPGA端作为EP,PC端作为RC。数据可以双向传输(通过DMA),但总是由RC发起的,即EP不能主动发起DMA传输,请问如果想EP主动发起传输,需要如何设置?或有哪些手册介绍?谢谢!
SengKok_L_Intel
Regular Contributor
5 years agoThis depends on how you control the Descriptor controller to initial DMA transfer. If this is your custom DMA descriptor controller, you probably can add some logic at the endpoint to control the DMA.
Regards -SK
- Shark1215 years ago
New Contributor
Hello, i face the same problem recently, and i'm new to this design. Could you explain what is the "Descriptor controller"? Is that in PCIe hard IP core?