ASMI Parallel II Intel® FPGA IP User Guide

ID 683669
Date 10/09/2023
Public

Example 2: Read and Write One Word of Data at Address H'40000000

#ensure system console prints 0xffffffff to indicate the address is empty of 
#data
read_memory 0x40000000 1
#write 0xabcd1234 into address H'40000000
write_memory 0x40000000 0xabcd1234
#read back data to ensure it is successful written into the address
read_memory 0x40000000 1