Hello,
I would like to make performance comparisons between the C66x and C7x cores.
For that I use TSCL for the first one and TSC for the second one.
For my first try, I wanted to compare the number of cycles on the two cores for a simple loop, repeating 100 times the asm( "NOP") instruction.
Compilers configured in the same way, no optimizations. I find 4807 cycles for the C7x and 1546 cycles for the C66x. I can't explain this difference, which I would have expected minor, or at least the other way around.
Is this normal? If so, why?
If not, what do you think is the cause?
Thanks,
Clément