Nios® V Processor Software Developer Handbook

ID 743810
Date 4/01/2024
Public
Document Table of Contents

6.1. HAL BSP Settings

Every Nios® V processor project has a Board Support Package (BSP) that defines the hardware or IP available in the project. HAL relies on the settings and hardware mapping in BSP. For example, HAL relies on BSP to define the hardware component associated with standard devices such as stdout.

The BSP produces the system.h file, which contains the BSP settings for your project and other HAL configuration settings you need to develop your software.

Note: Do not edit system.h. Use the Nios® V processor tools to manipulate the system settings.

For details about how to control BSP settings, refer the following documents in Related Information.