68
TR10a-LPQ User Manual
December
10,
2018
Figure 6-1 Infrastructure of PCI Express System
6.2
PC PCI Express Software SDK
The FPGA System CD contains a PC Windows based SDK to allow users to develop
their 64-bit software application on Windows 7/Window XP 64-bit. The SDK is located
in the "CDROM \demonstrations\PCIe_SW_KIT" folder which includes:
⚫
PCI Express Driver
⚫
PCI Express Library
⚫
PCI Express Examples
The kernel mode driver assumes the PCIe vender ID (VID) is 0x1172 and the device ID
(DID) is 0xE003. If different VID and DID are used in the design, users need to modify
the PCIe vender ID (VID) and device ID (DID) in the driver INF file accordingly.
The PCI Express Library is implemented as a single DLL named
"TERASIC_PCIE_AVMM.DLL".
This file is a 64-bit DLL. With the DLL is exported to the software API, users can easily