You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As AWS FPGA is a PCIe device, it is required to have a PCI Vendor ID and PCI Device ID.
4
+
5
+
The combination of Vendor ID and Device ID are used by the instance operating system to identify the device, and load any kernel drivers if required.
6
+
7
+
The PCI Vendor ID is assigned by PCI SIG, and requires registeration and paying certain fees.
8
+
9
+
AWS Customers who don't have a registered PCI Vendor ID can use Amazon's vendor ID (0x1D0F) **as long as they comply with all the following requirements**
10
+
1) The Vendor ID (0x1D0F) is used only for designs intended to run on AWS and not to be used or assign to any PCI/PCIe device outside FPGA on AWS
11
+
2) The Device ID is within the range 0xF000 to 0xFFFF
0 commit comments