readMemory
Description
reads data
= readMemory(hFPGA
,addr
,dataLen
)dataLen
locations of data from the FPGA, hFPGA
,
starting from the address specified in addr
and incrementing the address
for each word. The address must be in the range of one of the AXI4 Slave
or Memory interfaces added to the hFPGA
object.
The read operation connects to the corresponding interface
based on the address specified.
reads data
= readMemory(hFPGA
,InterfaceID
,addr
,dataLen
)dataLen
locations of data from the FPGA, hFPGA
,
starting from the address specified in addr
and incrementing the address
for each word. The address must be in the range of one of the AXI4 Slave
or Memory interfaces added to the hFPGA
object.
The read operation connects to the corresponding interface
based on the interface ID specified.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2023a