Main Content

setupAXIManagerForVivado

Add AXI manager IP path to Vivado project

Description

example

setupAXIManagerForVivado(projectName) adds the AXI manager IP folder to the path of the Vivado® project, projectName.

Note

The setupAXIMasterForVivado function has been renamed to the setupAXIManagerForVivado function. For more information, see Compatibility Considerations.

example

setupAXIManagerForVivado displays the location of the AXI manager IP that is included with this support package.

Examples

collapse all

Call the setup function with a project file name. If the project is not in the current working folder, include the path.

setupAXIManagerForVivado('arty.xpr')

The location of the AXI manager IP is added to your project IP search path.

To find the folder in your MATLAB® installation that contains the AXI manager IP, call the setup function without a project file name.

setupAXIManagerForVivado
The Vivado project was not specified. You can manually add ...
C:\Program Files\MATLAB\R2022a\toolbox\hdlverifier\supportpackages ...
\fpgadebug_xilinx\+hdlverifier\+fpga\+vivado ...
to the IP search path setting of your Vivado project.

To use the IP, add this path to your FPGA project.

Input Arguments

collapse all

File name of an existing Vivado project. This function modifies the project to add the location of the AXI manager IP to the IP search path. If you do not specify this argument, the function displays the path to the AXI manager IP.

Version History

Introduced in R2017a

expand all