Set Up FPGA Design Software Tools
Xilinx Software
Set up your system environment for accessing Xilinx® tools from MATLAB® with the function hdlsetuptoolpath
. This function
adds the specified installation folder to the MATLAB search path.
Windows® with ISE —
This example assumes that the Xilinx ISE design suite is installed athdlsetuptoolpath... ('ToolName','Xilinx ISE','ToolPath','C:\Xilinx\14.2\ISE_DS\ISE\bin\nt64')
C:\Xilinx\14.2\ISE_DS\ISE\bin\nt64
.Linux® with Vivado® —
This example assumes that the Xilinx Vivado software is installed athdlsetuptoolpath... ('ToolName','Xilinx Vivado','ToolPath','local/Xilinx/Vivado/bin')
local/Xilinx/Vivado/bin
.
Intel Software
Set up your system environment for accessing from MATLAB with the function hdlsetuptoolpath
. This function adds
the specified installation folder to the MATLAB search path. For example:
hdlsetuptoolpath... ('ToolName','Altera Quartus II','ToolPath','C:\Altera\12.0\quartus\bin64')
C:\Altera\12.0\quartus\bin64
.Microchip Software
To set up your Microchip Software environment, first add the FIL IP to Libero® SoC (or Libero SoC Polarfire®) Mega Vault. See Setup and Configuration (HDL Verifier Support Package for Microchip FPGA Boards) for additional instructions.
Next, set up your system environment for accessing from MATLAB with the function hdlsetuptoolpath
. This function adds
the specified installation folder to the MATLAB search path. For example:
hdlsetuptoolpath('ToolName','Microchip Libero SoC',... 'ToolPath','C:\Microsemi\Libero_SoC_v12.0\Designer\bin\libero.exe')
C:\Microsemi\Libero_SoC_v12.0\Designer\bin
.