Set Up Third-Party Tools
Set up your system environment to access Vivado® from MATLAB®. Use the hdlsetuptoolpath
(HDL Coder) function to set the
synthesis tool path to point to an installed Vivado. Replace /opt/Xilinx/Vivado/2021.1/bin
with the location of
your Vivado installation
directory.
hdlsetuptoolpath('ToolName','Xilinx Vivado','ToolPath', ... '/opt/Xilinx/Vivado/2021.1/bin')
For details about the required Vivado version and how to apply the AR76780 patch, see Install Vivado and Apply Patch.
See Also
Functions
hdlsetuptoolpath
(HDL Coder)