Forum Discussion
Altera_Forum
Honored Contributor
13 years agoHi Daixiwen
Thank you for the suggestions. My design works perfect when I use the function alt_uncached_malloc() to allocate two buffers. Correct data are printed out even if I access buffers without using IORD. By the way, I declare these two buffers outside all functions in my previous program so I think they are global variables. I guess using the global variables may not solve this problem.