Main Content

AXI Manager

Access 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.

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
readmemoryRead data out of AXI4 memory-mapped subordinates
writememoryWrite data to AXI4 memory-mapped subordinates
releaseRelease JTAG or Ethernet cable resource
copyImageToHostSDCardPathCopy board-specific SD card image files to host SD card location (Since R2020a)
loadImageToTargetSDCardPathLoad board-specific SD card image files to target SoC device SD card location (Since R2020a)
loadBitstreamLoad custom FPGA bitstream and corresponding DTB file to target SoC device (Since R2020a)

Objects

aximanagerRead and write memory locations on FPGA board from MATLAB

Blocks

AXI Manager ReadRead memory locations on FPGA board from Simulink (Since R2019b)
AXI Manager WriteWrite memory locations on FPGA board from Simulink (Since R2019b)

Topics