Tool/software:
Hi,
As per TI Training docs, we can use evalLoop() function to get a feedback on how the compiler software pipelines the loop:
Followed the same steps as in TI C7x DSP Training documents:
But in both Training and my Jupyter notebook, getting same error:
error: use of undeclared identifier 'evalLoop'
Even though all other samples are executing in the Jupyter notebook except evalLoop() function:
So it seems evalLoop() function containing library is missing.
Thank you in advance.