Altera_Forum
Honored Contributor
10 years agoHave 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 check Lut, but “Performance does not improve”, Even if Converted cos() into constant zero myCos = cos(); ---------Converted into--------> myCos = 0; also not improve So I think this cosine function isn't in bottleneck.Have any tools can see bottleneck of AOCL?