UPGRADE YOUR BROWSER
We have detected your current browser version is not the latest one. Xilinx.com uses the latest web technologies to bring you the best online experience possible. Please upgrade to a Xilinx.com supported browser:Chrome, Firefox, Internet Explorer 11, Safari. Thank you!
12-19-2018 12:27 PM
I am having Vertex 5 ml507 FPGA board , I want to connect it with PC through PCIE port in motherboard. And how I check it will be connected in the PC.
12-19-2018 02:15 PM
The OS of the PC will detect the PCIe add-in card during system enumeration. You should be able to query the OS to list the discovered devices--e.g., lspci, in Linux. One of the reported devices should be your add-in card.
-Joe G.
12-21-2018 02:24 AM
So, i don't need to install any driver for connection.
and if i want to dump any program into it, how i do it?
12-21-2018 05:11 AM
I don't understand "dump any program". But, yes: if you need to do anything with the PCIe (beyond checking the status of the basic, standard link), you'll need some sort of driver to configure the end point and move data across the link.
-Joe G.
12-21-2018 12:12 PM
If I want to write a program for led blinking. So, in which programming language I have to write, like in C,C++ or VHDL.
I think through PCIe port connection we not flash the vhdl code in FPGA.
So, what the process to code the FPGA directly.
12-24-2018 05:12 AM
You probably want to start here:
https://www.xilinx.com/support/documentation/boards_and_kits/ug348.pdf
-Joe G.