Write data to AXI4 memory-mapped slaves
writememory(
writes all words specified in mem
,addr
,data
)data
, starting from the address specified
in addr
, and then incrementing the address for each word.
addr
, must refer to an AXI slave memory location controlled by the
AXI master IP on your hardware board. The socAXIMaster
object, mem
, manages the connection between MATLAB® and the AXI master IP.
writememory(
writes all words specified in mem
,addr
,data
,Name,Value
)data
, starting from the address specified
in addr
, with additional options specified by one or more
Name,Value
pair arguments.