Export the Generated Example Design - 1.2 English

HDMI 2.1 Receiver Subsystem v1.2 Product Guide (PG351)

Document ID
PG351
Release Date
2023-10-31
Version
1.2 English
After the hardware is created successfully, the next step is to export the generated the HDMI example design hardware to build the HDMI application software using the AMD Vitis Integrated Design Environment (IDE).
  1. To export the hardware design, in the generated HDMI example design Vivado project, select File > Export > Export Hardware.

  2. In the Export Hardware window, select OK. The hardware definition file is exported to a folder (usually the Vivado project root directory).
  3. Create a directory for the Vitis workspace on the Vivado Tcl Console.
    mkdir <vitis_workspace>
  4. Go to the <vitis_workspace> directory and execute the Vitis IDE on the Vivado Tcl Console.
    cd <vitis_workspace>
    vitis &