Altera_Forum
Honored Contributor
14 years agofind number of elements in external memory
Say I've got 10 32-bits integers in the external memory and the system on FPGA should read all the integers but it doesn't know how many integers are actually stored in the memory. What's the regular way to allow the system to find out how many elements in the external memory it's supposed to read?
I can tell the system by sending the number (10 for the above case), but for a large-scale data set this seems not very good. Any ideas? Thanks a lot!