Nios® V Embedded Processor Design Handbook

ID 726952
Date 5/13/2024
Public
Document Table of Contents

4.5.2.1.2. Software Design Flow

This section provides the software design flow to generate and build the Nios® V processor software project for the SDM bootloader and Nios® V application. To ensure a streamlined build flow, you are encouraged to create a similar directory tree in your design project. The following software design flow is based on the following directory tree.

To create the software project directory tree, follow these steps:
  1. In your design project folder, create a folder named software.
  2. In the software folder, create two folders named mailbox_bootloader and user_application.
  3. In the mailbox_bootloader folder, create two folders named app and bsp.
  4. In the user_application folder, create two folders named app and bsp.
Figure 52. Software Project Directory Tree