Forum Discussion
Altera_Forum
Honored Contributor
15 years agoIf you are using the altera functions, then alt_uncached alloc() will do something like the required action.
I suspect it might not ensure that the buffer start/end do not share a cache line with any other data, nor that the cache doesn't contain anything for the returned address range.