Hello,
Can Anyone help me out in putting code and data at register levels and in that way to L1, L2 and MSMC. I mean, I am working on C6678 and I am trying to see the performance difference between the overall calculation of Simple and Complex matrix to matrix Multiplication. I am not very sure how to manually keep my code and data at registers only or At L1or L2 SRAM. I was trrying with RTSC projects and trying to edit it and from there I was trying to change the positions over there, But I am not very sure whether I am doing right or not. And, Do I need to add link.cmd file to my project or the file which will be generated on its own will be good?
may be I have confused what I actually want, In one single line, My Problem is I want to see what is the performance of Matrix to Matrix Multiplication ( Simple and Complex both, single and Double Precision) at different levels when I keep data over there, Starting from Register, then L1, then L2, MSMC and Then DDR3.
Thanks.