aximanager
Read and write memory locations on FPGA board from MATLAB
Description
The aximanager
object communicates with the AXI manager IP when
it is running on an FPGA board. The object forwards read and write commands to the IP to
access subordinate memory locations on the FPGA board. Before using this object, follow the
steps in Set Up AXI Manager.
Note
The aximaster
object has been renamed to the
aximanager
object. For more information, see Compatibility Considerations.
Creation
Description
returns an object, that controls an AXI4 manager IP for the FPGA that is running on your
board. mem
= aximanager(vendor
)vendor
specifies the FPGA brand name. This connection enables
you to access memory locations in an SoC design from MATLAB®.
sets properties using one or more name-value pair arguments. Enclose each property name
and value in quotes. For example, mem
= aximanager(vendor
,Name
,Value
)'DeviceAddress','192.168.0.10'
specifies the internet protocol (IP) address of the FPGA board as 192.168.0.10.
Input Arguments
Properties
Object Functions
readmemory | Read data out of AXI4 memory-mapped subordinates |
release | Release JTAG or Ethernet cable resource |
writememory | Write data to AXI4 memory-mapped subordinates |