To connect and program the Alveo data center accelerator card using
the Vivado Design Suite hardware manager:
- Attach the free end of the USB cable (coming from the Alveo programming module) to the host computer to connect the module with the host computer.
- Start the Vivado Design Suite on the host computer.
- Open the hardware manager by selecting .
- Select Alveo U50 is connected.Figure 1. Vivado Design Suite Hardware Manager Auto-Connect
When using a ribbon cable longer than 6 inches, the JTAG transfer frequency must be changed from 15 MHz to 10 MHz. This lower frequency ensures proper signal integrity and successful programming. To change the JTAG transfer frequency to 10 MHz, run the following Tcl command in the hardware manager command line as shown in the following image:
set_property PARAM.FREQUENCY 1000000 [current_hw_target]
Figure 2. Changing JTAG Transfer Frequency via Tcl Command
to open the target. A window, similar to one shown in the
following example opens. In this case, an - Choose the memory configuration device on the card.
- Right-click on the target opened and select Add Configuration Memory Device.
- Select the memory associated with the card installed, and click OK.
- When prompted to program the configuration memory device, click OK.
- Select the desired MCS file.
- In the Address Range drop-down list, select Configuration File Only and click OK.
- Disconnect the card in the Vivado Design Suite hardware manager.
- Disconnect the USB cable from your host computer.
- Power-cycle the card. The card is now updated.