Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
10 years ago

Have any tool can check bottleneck of AOCL?

I want use lookup table to enhance performance. Like the following example, myCos = cos(); ---------Converted into--------> myCos = checkLutCos(); Change original cosine function into chec...