Intel® Quartus® Prime Software
Intel® Quartus® Prime Design Software, Design Entry, Synthesis, Simulation, Verification, Timing Analysis, System Design (Platform Designer, formerly Qsys)
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
17268 Discussions

Have any tool can check bottleneck of AOCL?

Altera_Forum
Honored Contributor II
1,396 Views

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?
0 Kudos
1 Reply
Altera_Forum
Honored Contributor II
644 Views

I don't have a tool, but I just take loads of measurements, changing types, changing implementations and than comparing those to see which is faster or uses less resources. Though if someone does have a tool, I would like to know about it as wel.

0 Kudos
Reply