Hi
I have a custom H264 Encoder source which I wanted to run on DM648 board. Before using xds 510 usb emulator, I wanted to check the encoder's performance on simulator. So I ported the code in to ccsv5.5 and copiled and the code is working fine. The problem is I am getting a very low fps (0.11 fps).
When I made a search about this problem, I found the following wiki
http://processors.wiki.ti.com/index.php/Simulator_Cycle_Accuracy
So I guessed the problem was with the simulator CPU clock. So, I modified the cpu clock from 50 ->1000 in the file
C:\ti\ccsv5\ccs_base\simulation\bin\configurations\tisim_c64plus_cpu.cfg
//! Module Type.
TYPE CPU;
CLOCK_FREQ 1000;
SUPPORTS_MEM_STAT OFF;
But there was no change. Still the fps is same.
1. Am I following the correct steps?
2. Is it possible to get a better fps with simulator? If so, how?
Best Regards
JK