AXI Manager
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 Ethernet cable.
Functions
setupAXIManagerForVivado | Add AXI manager IP path to Vivado 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 |
loadImageToTargetSDCardPath | Load board-specific SD card image files to target SoC device SD card location |
loadBitstream | Load custom FPGA bitstream and corresponding DTB file to target SoC device |
Objects
aximanager | Read and write memory locations on FPGA board from MATLAB |
Blocks
AXI Manager Read | Read memory locations on FPGA board from Simulink |
AXI Manager Write | Write memory locations on FPGA board from Simulink |
Topics
- Set Up AXI Manager
High-level steps for accessing memory-mapped locations on an FPGA board from MATLAB or Simulink.
- JTAG AXI Manager
Integrate and configure JTAG AXI manager.
- Ethernet AXI Manager
Integrate and configure Ethernet AXI manager.
- Ethernet AXI Manager for Xilinx Zynq SoC Devices
Configure Ethernet AXI manager for Xilinx Zynq SoC 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.