udishaduttachowdhury
New Contributor
5 years agoCannot 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?