各位大侠好:
我现在使用的开发工具时CCS5.1,想做Cache命中率分析,但是Prolife工具中,只提供了L2,L1D的分析,请问哪里有L1P的分析??谢谢!
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.
各位大侠好:
我现在使用的开发工具时CCS5.1,想做Cache命中率分析,但是Prolife工具中,只提供了L2,L1D的分析,请问哪里有L1P的分析??谢谢!
你可以使用编译器自带的cache layout工具来做,\ccsv5\tools\compiler\c6000\doc下面的spru187t,里面有cache layout tools的介绍,这个可以对L1P cache 进行优化。