ContributionsMost RecentMost LikesSolutionsRe: Deprecation Notice for FPGA Support Package for oneAPI DPC++/C++. What is the alternative? Thank you for the clarification. My takeaway is, that Sycl for FPGA is still supported with Version 2025.0 of oneAPI. (as stated in the documentation as well). I noticed the vage information about future support, but I think, that is due to the changes in the company's structure and I am full of hope that we hear from altera (or intel?) about their HLS-approach soonish. Best regards Achim. Deprecation Notice for FPGA Support Package for oneAPI DPC++/C++. What is the alternative? Hi there, We recently began to port our HLS-C++ projects to oneAPI as the HLS-Compiler was no longer continued. Today I noticed the deprecation notice for "FPGA Support Package for Intel® oneAPI DPC++/C++ Compiler". See https://www.intel.com/content/www/us/en/developer/tools/oneapi/fpga.html . Hm. Looking at the Intel/Altera software page, it lists 4 HLS tools, of which two are the mentioned deprecated ones and the others are not suitable for continuation for our projects (no c++). So the questions are: * Is there a SYCL-for-FPGA-support in the future? * Is there a "HLS"ish C++-support planned in the future? (or other non-matlab languages) * What is the recommended High level approach for FPGA projects with an image processing background? Solved