Forum Discussion
Cannot Read data from MAX10 UFM
I am unable to read data from a MAX 10 UFM IP. I'm using the On-Chip Flash Intel FPGA IP, trying read only memory for sector 1, and initializing the data with 125 values with both the .mif file for synthesis and a .dat file for simulation. In simulation when I try to read from the UFM, all addresses give me XXXXXXX. At startup the values from the readdata value is 11111111, once I intiate a read it goes to 00000000 and once readdata_valid asserts the data updates to XXXXXXXX. I would appreciate any help on this!
Thank you!
5 Replies
- YuanLi_S_Intel
Regular Contributor
Have you selected burst count after you assert the read signal?
You may follow the user guide available at link below for the steps to perform read operation:
https://www.intel.com/content/dam/www/programmable/us/en/pdfs/literature/hb/max-10/ug_m10_ufm.pdf (Page 16)
- YuanLi_S_Intel
Regular Contributor
Hi,
From the warning message, seems like the connection is not completed. It would be better if you could connect the IP and your testbench properly as per the user guide.
Thank You.