Forum Discussion

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

Can not find Optimization report after moving to SDK 17.0

Hi,

I can't see the optimization report generated by earlier versions

i.e the ${KERNEL}.log file. When I moved to intel fpga sdk 17.0.

I am not talking about the html reports (they are there alright).

Something I missed ?

I used the following command line:

aoc -c -o build/${KERNEL}.aoco --report --fp-relaxed --fpc device/${KERNEL}.cl

normally I used to get a log at build/${KERNEL}.log with detail descriptions of each loop.

Thanks in Advance

chaudhur

1 Reply

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    That info in the text report has been removed; the info has been moved to the "Loop Analysis" section of the HTML report.

    I am not really happy about the fact that Altera is moving everything into the HTML report since accessing that big report with all those files inside of it is a huge paint over a slow network; the text report and the old HTML report which was just one single file were much more convenient for network access.