I'm new with CCSv4. I want to evaluate an algorithm that i would like to implement on the TMS320C6455, and first, I'm debugging the application on the C6455 Device Cycle Accurate Simulator, Little Endian.
My doubt is about the number of inclusive cycles parameter provided by the profiler. Is this the number of clock cycles elapsed while executing my program on the device? If this is the case, I could estimate the real time required by the device to execute my program from this parameter...
Can the CCSv4 consider that the TMS320C6455 can execute several instructions each clock cycle by employing the several functional units?
Thank you very much in advance.