FPGA "Getting Started" report broken
I'm trying to follow the FPGA optimization and getting started guides. However, the html report generated by the early-image report appears to be coming out broken.
I'm building the fpga_compile example with the 2021.3.0 tag (e.g. https://github.com/oneapi-src/oneAPI-samples/tree/0494db82e947d7bd6bd681057cd6b33ebd842999/DirectProgramming/DPC%2B%2BFPGA/Tutorials/GettingStarted/fpga_compile ).
The compile runs without a hitch, (cd to folder, mkdir _build && cd _build && cmake .. && make) and the fpga_compile.fpga_emu/ folder gets created - but trying to open the report in a browser (Chrome and Firefox tested) get's some variation of this error in the console:
report_data.js:8 Uncaught SyntaxError: Unexpected token ';' jquery-3.5.1.min.js:2 Uncaught TypeError: Cannot read property 'hasOwnProperty' of undefined at FPGAClockFreqSummary.draw (fpgasummary.js:409) at generateTablesHTML (main.js:278) at buildFPGAReportMainMenu (main.js:226) at HTMLDocument.<anonymous> (main.js:796) at e (jquery-3.5.1.min.js:2) at t (jquery-3.5.1.min.js:2)
and an empty/broken report page:
I've tried this on a custom build, installed via the apt- instructions on the getting started, and also running on devcloud. It just appears to be broken. Since this is the very beginning of the FPGA flow (early optimisation feedback), what am I doing wrong?