Howdy Forum,
I'm trying to verify this result from the test reports using the existing FFT_Example_66_LE_COFF.
DSP_fft16x16_66_LE_COFF_c66-LE-COFF | 1 | (TCI6608-DevFuncSim-LE) | ccs_base | Passed | " 461 (N=128) 752 (N=256)" | " 1472 bytes" |
When I run, however, I get the following results:
[TMS320C66x_0]
overhead = 2
start, stop, time fft16x16 = 337239, 337962, 721
start, stop, time fft16x32 = 348360, 349767, 1405
start, stop, time fft32x32 = 360340, 361739, 1397
I should note that I changed N from 256 to 128 in the example project, so my expected result should be the 461 cycles.
My target config is selected as C6678 Device Cycle Approximate Simulator, little endian. However, when I go to Build Properties, the variant is "Custom C6000 Device".
- How should I change this to get the correct cycle estimates found in the benchmarks test report?
- How can I change the variant without blowing away all the "includes" and other settings relative to the project?