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 Xilinx
Vitis Integrated Design Environment
(IDE).
- To export the hardware design, in the generated HDMI example
design Vivado project, select .
- In the Export Hardware window, select OK. The hardware definition file is exported to a folder (usually the Vivado project root directory).
- Create a directory for the Vitis workspace on the Vivado Tcl
console.
mkdir <vitis_workspace>
- Go to the <vitis_workspace> directory and execute the Vitis IDE on
the Vivado Tcl
console.
cd <vitis_workspace> vitis &