Uninstall Cable Drivers - Uninstall Cable Drivers - 2025.2 English - UG973

Vivado Design Suite User Guide: Release Notes, Installation, and Licensing (UG973)

Document ID
UG973
Release Date
2025-11-20
Version
2025.2 English
  • To uninstall the cable driver on a Windows 10 and Windows 11 client, run the following commands in an Administrator command prompt:
    cd %VIVADO_INSTALL_DIR%\data\xicom\cable_drivers\nt64 && .\dlc10_win7\wdreg.exe -inf .\dlc10_win10\xpcwinusb.inf uninstall
    
    Note: Set or replace %VIVADO_INSTALL_DIR% with the location of your install directory.
  • To uninstall the products on a Linux client, run the following commands as root:
    rm -f /etc/udev/rules.d/52-xilinx-digilent-usb.rules rm -f /etc/udev/rules.d/52-xilinx-ftdi-usb.rules rm -f /etc/udev/rules.d/52-xilinx-pcusb.rules