Forum Discussion
Altera_Forum
Honored Contributor
15 years agoHi DSL!
--- Quote Start --- For (1) you need to ensure that the cache line is invalid at the start. For (2) you need to ensure that the ends of the memory block aren't shared with anything else. --- Quote End --- For (1): why the cache line have to be INVALID (?!) at the start? What this means? And how I could test it? For (2): how can I ensure that the memory block aren't shared with anything else? This work is not made by the compiler? Regards