Hello,
Can two or more different cores in 6472 read/write simultaneously from different locations in the shared L2 memory? If yes, then where should I find the necessary information?
Regards,
AC.
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hello,
Can two or more different cores in 6472 read/write simultaneously from different locations in the shared L2 memory? If yes, then where should I find the necessary information?
Regards,
AC.
Hi AC,
the answer is yes. The Shared L2 is:
• Optimized for prefetchable memory reads
– Speculative prefetching
– 0 wait state prefetch hits at max CPU clock = 500 MHz
– Selectable prefetchable and non-prefetchable memory region
• LRU-based arbitration per bank ARB (The shared memory has 4 banks.)
• Optimized for single streamer writes
• Atomic access support
The document you're looking for is here:
http://focus.ti.com/lit/ug/sprueg5d/sprueg5d.pdf
Kind regards,
one and zero