Forum Discussion
Altera_Forum
Honored Contributor
18 years agoHow to check if PC regonized PCIe logic; Please Help
Hi, I have a SOPC built system (PCIe compiler, DMA, and custom component), I have downloaded the .sof to the FPGA and have restarted the PC (I have a tethered mode, to make sure that opencore plus...
Altera_Forum
Honored Contributor
18 years agoI would suggest using the provided Jungo driver wizard. Use it to run PCI scan and see if your device is detected. Remember that when you restart the computer, you only want to do a soft reboot so that the development board always has power supplied to it (so that the .sof file stays programmed on the FPGA). The vendor ID for Altera is 0x1172 I believe. Once the driver wizard confirms that the device is detected, you can use the same wizard to generate your skeleton driver code.
Good luck!