Intel® DevCloud
Help for those needing help starting or connecting to the Intel® DevCloud
1641 Discussions

oneAPI FPGA optimization report not working

DeepikaGanga
Employee
1,265 Views

I am working with the Hough Transform program in the Jupyter oneAPI notebook on DevCloud. This is a oneAPI program which is created for FPGA, there are 3 parts to this program as shown below, I am facing an issue with the second part which is generating FPGA Optimization report.

DeepikaGanga_0-1650574016621.png

The code executes correctly and the reports folder and files are created. But the report.html file doesn't open even after following the step of enabling "Trust Html".  A similar issue was raised in the forum, I tried querying in that thread as well, but there was no response, the link to the same is https://community.intel.com/t5/Intel-High-Level-Design/oneAPI-optimization-report-error/m-p/1378196/emcs_t/S2h8ZW1haWx8dG9waWNfc3Vic2NyaXB0aW9ufEwyNkRQSEJLWjJURTJBfDEzNzgxOTZ8U1VCU0NSSVBUSU9OU3xoSw#M2434

 

Below are the steps followed which generates a report.html file but doesn't show anything. Please clarify.

______________________________________________________________________________________

0 Kudos
1 Solution
BoonBengT_Intel
Moderator
1,171 Views

Hi @DeepikaGanga,

 

My guess is there might be some missed files in the .prj folder during the zip.

I was able to zip and download to view the report as followed:

report.jpgzip-file.jpg

 

Hence would suggest to double check on the missing folder during zip.

Best Wishes

BB

 

View solution in original post

0 Kudos
6 Replies
DeepikaGanga
Employee
1,220 Views

Can someone give me some pointers here please?

0 Kudos
BoonBengT_Intel
Moderator
1,197 Views

Hi @DeepikaGanga,


Thank you for posting in Intel community forum and hope all is well.

If understand the situation correctly, you managed to compile the project successfully and are having problem in reading the report details.


As mention in the previous post you would be able to zip and download it via jupyter.

In this case you can zip the entire .prj folder, just cd to that path and run the below command:

& zip -r temp.zip hough_transform_split.prj


You would be able to download the report and should be seeing more details.

Hope that clarify.


Best Wishes

BB


0 Kudos
DeepikaGanga
Employee
1,179 Views

Hi BB,

Thanks for your response, I tried zipping the reports folder and opening it locally, but it still doesn't work. Please see the image below:

DeepikaGanga_0-1651189815813.png

 

 

 

 

Regards,

Deepika

0 Kudos
BoonBengT_Intel
Moderator
1,172 Views

Hi @DeepikaGanga,

 

My guess is there might be some missed files in the .prj folder during the zip.

I was able to zip and download to view the report as followed:

report.jpgzip-file.jpg

 

Hence would suggest to double check on the missing folder during zip.

Best Wishes

BB

 

0 Kudos
DeepikaGanga
Employee
1,158 Views

Thanks BB, I was finally able to view the report.

0 Kudos
BoonBengT_Intel
Moderator
1,099 Views

Hi @DeepikaGanga,,


Great! Good to know that it is working now, with no further clarification on this thread, it will be transitioned to community support for further help on doubts in this thread.

Thank you for the questions and as always pleasure having you here.


Best Wishes

BB


0 Kudos
Reply