cable: added xilinxPlatformCableUsb_alt variant with PID==0x000D (found in SP601)
This commit is contained in:
parent
052832444f
commit
bf8106ef5f
|
|
@ -337,6 +337,13 @@ xilinxPlatformCableUsb:
|
|||
URL: https://www.amd.com/en/products/adaptive-socs-and-fpgas/board-accessories/hw-usb-ii-g.html
|
||||
|
||||
|
||||
xilinxPlatformCableUsb_alt:
|
||||
|
||||
- Name: Xilinx Platform Cable USB (XPCU). Alternate VID/PID (found in SP601).
|
||||
Description: Xilinx Platform Cable USB (XPCU) from AMD/Xilinx
|
||||
URL: https://www.amd.com/en/products/adaptive-socs-and-fpgas/board-accessories/hw-usb-ii-g.html
|
||||
|
||||
|
||||
xvc-client:
|
||||
|
||||
- Name: Xilinx Virtual Cable
|
||||
|
|
|
|||
|
|
@ -139,6 +139,7 @@ static std::map <std::string, cable_t> cable_list = {
|
|||
{"usb-blasterII_1", CABLE_DEF(MODE_USBBLASTER, 0x09Fb, 0x6010 )},
|
||||
{"usb-blasterIII", FTDI_SER(0x09fb, 0x6022, FTDI_INTF_A, 0x08, 0x3B, 0x58, 0xb0)},
|
||||
{"xilinxPlatformCableUsb", CABLE_DEF(MODE_XPCU, 0x03fd, 0x0013 )},
|
||||
{"xilinxPlatformCableUsb_alt", CABLE_DEF(MODE_XPCU, 0x03fd, 0x000D )},
|
||||
{"xvc-client", CABLE_DEF(MODE_XVC_CLIENT, 0x0000, 0x0000 )},
|
||||
#ifdef ENABLE_LIBGPIOD
|
||||
{"libgpiod", CABLE_DEF(MODE_LIBGPIOD_BITBANG, 0, 0x0000 )},
|
||||
|
|
|
|||
Loading…
Reference in New Issue