readmemory
Read data from AXI4 memory-mapped locations
Description
reads data
= readmemory(mem
,addr
,size
)size
locations of data, starting from the address specified in
addr
, and incrementing the address for each word. By default, the
output data type is uint32
. addr
, must refer to an
AXI slave memory location controlled by the AXI manager IP on your hardware board. The
socAXIManager
object, mem
, manages
the connection between MATLAB® and the AXI manager IP.
data = readmemory(
reads mem
,addr
,size
,Name,Value
)size
locations of data, starting from the address specified in
addr
, with additional options specified by one or more
Name,Value
pair arguments.
Examples
Input Arguments
Name-Value Arguments
Output Arguments
Version History
Introduced in R2019a