Visible to Intel only — GUID: qyx1638454806726
Ixiasoft
Visible to Intel only — GUID: qyx1638454806726
Ixiasoft
4.2.1.1. Default BSP Linking
- Assign memory region names: Assign a name to each system memory device and add each name to the linker file as a memory region.
- Find largest memory: Identify the largest read-and-write memory region in the linker file.
- Assign linker sections: Place the default linker sections (.text, .rodata, .rwdata, .bss, .heap, and .stack) in the memory region identified in the previous step.
- Write files: Write the linker.x and linker.h files.
Typically, the linker section allocation scheme works during the software development process because the application is guaranteed to function if the memory is large enough.
The rules for the default linking behaviour are contained in the Intel-generated Tcl scripts bsp-set-defaults.tcl and bsp-linker-utils.tcl found in the <Intel Quartus Prime installation directory>/niosv/scripts/bsp-defaults directory. The niosv-bsp command invokes these scripts. Do not modify these scripts directly.