Main Content

setupAXIManagerForQuartus

Add AXI manager IP path to Quartus project

Description

example

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

Note

The setupAXIMasterForQuartus function has been renamed to the setupAXIManagerForQuartus function. For more information, see Version History.

example

setupAXIManagerForQuartus() 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.

setupAXIManagerForQuartus('aximaster_deca.qpf')

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.

setupAXIManagerForQuartus
The Quartus project was not specified. You can manually add ...
C:\Program Files\MATLAB\R2022a\toolbox\hdlverifier\supportpackages ...
\fpgadebug_intel\+hdlverifier\+fpga\+quartus ...
to the IP search path setting of your Qsys file.

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

Input Arguments

collapse all

File name of an existing Quartus 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