How to send data from FPGA to PC via PCIe

Post a reply

Confirmation code
Enter the code exactly as it appears. All letters are case insensitive.
Smilies
:D :) ;) :( :o :shock: :? 8-) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :!: :?: :idea: :arrow: :| :mrgreen: :geek: :ugeek:
BBCode is ON
[img] is ON
[flash] is OFF
[url] is ON
Smilies are ON
Topic review
   

Expand view Topic review: How to send data from FPGA to PC via PCIe

Re: How to send data from FPGA to PC via PCIe

Post by support »

Hello,

Since this is the Xillybus forum, the obvious answer is that the Xillybus IP Core can do this for you.

The general outline you gave is indeed correct. You probably also want a handshaking mechanism between the PC and FPGA (interrupts and BAR mapped FPGA registers).

It's not a trivial project, but people manage to get it done. :)

Regards,
Eli

How to send data from FPGA to PC via PCIe

Post by Guest »

Hello,
I want to send data from FPGA to PC via PCIe ,
So up to my understanding i have to allocate memory in PC side,
Get the address of that memory and map to PCIe addressing space..
So MY FPGA have to send the data to that PCIe address space.
In PC side i can read that data with drivers...

Is this correct or any suggestions to do that..??

Top