writeMemory
Description
writeMemory(
writes all words specified in hFPGA,addr,data)data to 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 register or memory interfaces added to the hFPGA
object. The write operation writes to the corresponding
interface based on the address provided.
writeMemory(
writes all words specified in hFPGA,InterfaceID,addr,data)data to 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 register or memory interfaces added to the
hFPGA object. The write operation writes to the
corresponding interface based on the
InterfaceID provided.
Examples
Input Arguments
Version History
Introduced in R2023a