A newer version of this document is available. Customers should click here to go to the newest version.
Visible to Intel only — GUID: yww1653378831261
Ixiasoft
Visible to Intel only — GUID: yww1653378831261
Ixiasoft
3.1.2. Application Project
- Consists of a collection of source code and a CMakeLists.txt.
- The CMakeLists.txt compiles the source code and links it with a BSP and one or more optional libraries, to create one .elf file
- One of the source files contains function main().
- Includes code that calls functions in libraries and BSPs.
Intel provides niosv-app utility tool in the Intel® Quartus® Prime software utility tools to create the Application CMakeLists.txt, and RiscFree* IDE for Intel FPGAs to modify the source code in an Eclipse-based environment.