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
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 |
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.
- Ethernet AXI Manager
Integrate and configure Ethernet AXI manager.
- 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.