User manual

Tutorial: Handel-C advanced optimization
If you open the summary.html page for the version2 project in the TutorialEstimator workspace
(accessible from
Start>Programs>Celoxica>Platform Developer's Kit>Tutorials>TutorialEstimator), and click on
the link to version2.hcc, you will see a page showing the logic used to implement each line of Handel-C
source code:
LOGIC AREA INFORMATION FROM VERSION2 PROJECT
Some of the logic is associated with the calculation of the values of C, D and Output, and there is no
opportunity to eliminate this, unless the widths of the variables were reduced. However, the loop control
code is not as efficient as it could be, so we will now look at how to improve it.
www.celoxica.com
Page 94