AXI Manager
R2026bAccess AXI subordinate memory on FPGA board from MATLAB® or Simulink®
Note
MATLAB AXI master has been renamed to AXI manager. In the software and documentation, the terms "manager" and "subordinate" replace "master" and "slave," respectively.
Access on-board memory locations from MATLAB or Simulink by using the AXI manager IP in your FPGA design. This IP connects to subordinate memory locations on the board. The IP also responds to read and write commands from MATLAB or Simulink, over JTAG, PCI Express®, or PL Ethernet interface.
Objects
aximanager | Read and write memory locations on FPGA board from MATLAB |
intelsoc | Connection to processor on Altera SoC board to perform basic Linux shell operations or program the board (Since R2022a) |
Functions
setupAXIManagerForQuartus | Add AXI manager IP path to Quartus project |
readmemory | Read data out of AXI4 memory-mapped subordinates |
writememory | Write data to AXI4 memory-mapped subordinates |
release | Release JTAG or Ethernet cable resource |
copyImageToHostSDCardPath | Copy board-specific SD card image files to host SD card location |
programFPGA | Program FPGA and set corresponding device tree from processor on SoC board (Since R2022a) |
Blocks
| AXI Manager Read | Read memory locations on FPGA board from Simulink | |
| AXI Manager Write | Write memory locations on FPGA board from Simulink |
Topics
Overview
- Set Up AXI Manager
High-level steps for accessing memory-mapped locations on an FPGA board from MATLAB or Simulink.
AXI Manager Requirements and Preparation
- Set Up FPGA Design Software Tools
Set the MATLAB path to AMD®, Microchip, and Intel® software. - Configure Logic Analyzer
Adjust settings in the Logic Analyzer.
AXI Manager Processes
- JTAG AXI Manager
Integrate and configure JTAG AXI manager. - Ethernet AXI Manager
Integrate and configure Ethernet AXI manager for Intel devices. - PCI Express AXI Manager
Integrate and configure AXI manager IP over PCI Express. - Use Simulink to Access FPGA Locations
Access memory-mapped locations on an FPGA board from Simulink. - AXI Manager Simulation
Simulate AXI manager using the Vivado® simulator.

