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.
Use AXI manager to access subordinate memory locations on the board. You can read from and write to on-board memory locations from MATLAB or Simulink over Ethernet (programmable logic (PL) Ethernet or processing system (PS) Ethernet), JTAG, PCI Express®, or USB Ethernet interface.
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 (Since R2020a) |
loadImageToTargetSDCardPath | Load board-specific SD card image files to target SoC device SD card location (Since R2020a) |
loadBitstream | Load custom FPGA bitstream and corresponding DTB file to target SoC device (Since R2020a) |
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 AMD Zynq SoC Devices
Configure Ethernet AXI manager for AMD® Zynq® SoC devices.
- PCI Express AXI Manager
Integrate and configure AXI manager IP over PCI Express.
- USB Ethernet AXI Manager
Run AXI manager over USB Ethernet interface.
- 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.