Forum Discussion

udishaduttachowdhury's avatar
udishaduttachowdhury
Icon for New Contributor rankNew Contributor
5 years ago

Cannot view HTML GUI reports

Hi,

I'm compiling and running an OpenCL Code on the device: pac_a10 : PAC Arria 10 Platform (pac_a10_ed00000).

For compilation I run this command:

aoc ker.cl -o bin/ker_fpga.aocx -board=pac_a10

After each compilation I see "reports" folder that is being generated, but I am unable to view the results in reports.html GUI.

I have also tried this command to generate the .aoco file

aoc -c -v ker.cl -o bin/reports.aoco

But I am unable to look for the reports in the GUI when I open this file.

Can someone help me out?

7 Replies

  • Hi Udisha,


    Thanks for reaching out to us. Since your issue is related to FPGA, we are moving this query to FPGA forum for a faster response.


    Regards,

    Chithra


  • HRZ's avatar
    HRZ
    Icon for Frequent Contributor rankFrequent Contributor

    What do you see when you open the HTML file? Do you see anything at all?

    Also, how are you opening the report file? If you just copy the HTML file to another machine and try to open it, it won't work. You need to either open the HTML file using a browser on the same machine the report is generated on, or copy the whole report folder to another machine and open it there.

    • udishaduttachowdhury's avatar
      udishaduttachowdhury
      Icon for New Contributor rankNew Contributor

      Yes, I am opening it on the same machine that generated the "reports" folder

      This is what I see when I open "reports.html" (screenshot attached)

      Clicking on the tabs that you see don't help.

      • HRZ's avatar
        HRZ
        Icon for Frequent Contributor rankFrequent Contributor

        What is that browser which you are using? It seems to me that your browser might be incompatible with the HTML report, or maybe some addon you have installed is interfering with the report. Try with a standard browser like Firefox or Chrome and make sure java script is enabled is enabled in your browser and is not blocked by any addons.