writememory
Write data to AXI4 memory-mapped locations
Description
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 manager IP on your hardware board. The socAXIManager
object, mem
, manages the connection between MATLAB® and the AXI manager 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.
Examples
Input Arguments
Name-Value Arguments
Version History
Introduced in R2019a