Forum Discussion
Altera_Forum
Honored Contributor
16 years agoIf you have a data cache enabled, it will probably prevent you from reading the updated values.
You can use alt_remap_uncached() to change a pointer value to something that will force the CPU to bypass the cache.