mirror of
https://github.com/trabucayre/openFPGALoader.git
synced 2026-09-01 18:48:49 +02:00
xilinxPlatformCableUSB: driver for Xilinx Platform Cable USB probe
This commit is contained in:
@@ -30,6 +30,7 @@ enum communication_type {
|
||||
MODE_CH347, /*! CH347 JTAG mode */
|
||||
MODE_GWU2X, /*! Gowin GWU2X JTAG mode */
|
||||
MODE_ESP, /*! esp32c3, esp32s3 */
|
||||
MODE_XPCU, /*! Xilinx Platform Cable USB (XPCU) */
|
||||
};
|
||||
|
||||
/*!
|
||||
@@ -137,6 +138,7 @@ static std::map <std::string, cable_t> cable_list = {
|
||||
{"usb-blasterII", CABLE_DEF(MODE_USBBLASTER, 0x09Fb, 0x6810 )},
|
||||
{"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)},
|
||||
{"xvc-client", CABLE_DEF(MODE_XVC_CLIENT, 0x0000, 0x0000 )},
|
||||
#ifdef ENABLE_LIBGPIOD
|
||||
{"libgpiod", CABLE_DEF(MODE_LIBGPIOD_BITBANG, 0, 0x0000 )},
|
||||
|
||||
Reference in New Issue
Block a user