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.

about TMS320C64x+

hi,

  i am using TI's CCS with C64x+ simulator.

to achieve better performance ,i set the program level optimization in simulator to -op1. but with this setting the output file is not matching with reference output file. i have no assembly code part calling Cfunction code. plz can u help me solve the issue???

  • In general the output of a program that is optimized should be the same as the output of a program that is not optimized, so it is a bit unusual to see this. If you could post the code that you are optimizing and how it is different than you may get back some more insight into how to resolve it.

    My first suggestion in a case like this would be to update your code generation tools from the CCS update advisor (under the help menu of CCS), as it could be that you are seeing some bug in the tools that has since been fixed.