Forum Discussion

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

where is the c2h build report?

Hi,

Is the c2h build report generated in a text file (like .rpt)? The build report describes about the resources and performance of the generated hardware. Where can i locate it?

I would prefer to read from a text file rather than the GUI format.

2 Replies

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

    I don't have it in front of me but if memory serves me correctly it should be in the Release/Debug folder of your application project. It is xml format so if you have a parser you can display the information any way you like.

    There are other generated files in there as well. For example the file with "pre" in the name shows you the source file after the preprocessor has been run which then gets passed to the C2H compiler. People complain about error line numbers being off when using C2H, well if you match them to the preprocessor output file then the line number will match properly.
  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    It is in the "acceleratorfunctionname.prop" file.

    However, I would like a nice parser to be provided in order to read it. This parser exist in the IDE and I can't find anything with the command line tools