Main Content
Set Up Third-Party Tools
Set up your system environment to access Vivado® from MATLAB®. The hdlsetuptoolpath
(HDL Coder) function adds the required
folders to the MATLAB search path, using the installation folder that you specify. The folder that you
specify should include the AR73068 patch that you installed in the Vivado step in the installation, or
use a Linux® environment as described in the 'README'
file that you
download with the patch.
hdlsetuptoolpath('ToolName','Xilinx Vivado','ToolPath', ... '/opt/Xilinx/Vivado/2019.1/bin')
See Also
Functions
hdlsetuptoolpath
(HDL Coder)