Forum Discussion
FPGA report fails for matrix transpose
Hi @xwuupb,
Apologies for the confusion, with the provided source code we have managed to successfully run the emulator compilation. With that we can rule out the issues on the code.
Hence based on the error message provided above it seems to be mentioning about hardware device info not found.
Suspecting that the targeted hardware are not mention appropriately in the compilation command.
For full system compilation which I assume is the case here the BSP are required, for the supported BSP devices you may refer to the link below:
- https://www.intel.com/content/www/us/en/developer/tools/oneapi/fpga.html (For non PAC product, please scroll to the 'Choose an FPGA Platform' section)
- https://www.intel.com/content/www/us/en/docs/oneapi/programming-guide/2023-1/fpga-bsps-and-boards.html (For PAC product)
Hope that clarify, please do let us know if situation are still misunderstood.
Regards
BB
thank you for your answer! I think it may be a problem with the BSP shipped with the Bittware 520N card with Intel Stratix 10 GX 2800 FPGA. In the static report stage, if I give the compiler option -Xstarget with
- the BSP for the Bittware 520N card, it fails with the error messages shown in my question (see the first thread of this topic).
- the BSP of intel_s10sx_pac:pac_s10_usm, it succeeds in the report stage.
Does that make sense?