Embedded Design Handbook

ID 683689
Date 8/28/2023
Public
Document Table of Contents

5.2.4.2.1. Hardware Design

The following sections describe a step-by-step method for building a bootable system for a Nios® II processor application executing in place from general purpose QSPI flash. The example below is designed based on Intel® MAX® 10 FPGA development kit.

IP Component Settings

  1. Create your Nios® II Processor Project using Intel® Quartus® Prime and Platform Designer.
  2. Ensure the Generic Serial Flash Interface IP is added into your Platform Designer system.
    Figure 111. Connection for Generic Serial Flash Interface IP
    Figure 112. Generic Serial Flash Interface Parameter Settings
  3. Open Generic Serial Flash Interface parameter editor. Change the Device Density (Mb) according to the QSPI flash size.
  4. To access general purpose QSPI flash, enable Disable dedicated Active Serial Interface and Enable SPI pins interface.
  5. Change the addressing mode by modifying bit 8 of the Control Register value in the Default Settings parameter section. Changing bit 8 to 0x0 enables 3-byte addressing, or 0x1 enables 4-byte addressing.
    Note: The 4-byte addressing mode is supported in the Intel® MAX® 10 FPGA Development Kit with Micron N25Q512A83GSF40F devices.

    Prior to Intel® Quartus® Prime Pro Edition Version 19.3 and Intel® Quartus® Prime Standard Edition Version 20.1, the Control Register is available after you select Show Hidden Parameter by right clicking on the parameter editor.

  6. If you want to enable dual images configuration, ensure that Dual Configuration IP is instantiated in your Platform Designer system.
    Note: Dual Images Configuration is only available in Intel® MAX® 10 devices
    Figure 113. Dual Configuration IP

Reset and Exception Vector Settings for Nios II Execute-In-Place Method

  1. In the Nios® II Processor parameter editor, set the Reset Vector Memory to QSPI Flash and Exception Vector Memory to OCRAM/ External RAM or QSPI Flash according to your design preference.
    Figure 114.  Nios® II Parameter Editor Settings When Exception Vector is set to OCRAM/ External RAM
    Figure 115.  Nios® II Parameter Editor Settings When Exception Vector is set to QSPI Flash
  2. For dual configuration images in Intel® MAX® 10 devices, there are two Nios® II application data (HEX file) stored into the QSPI. Reset vector memory offset has to set correctly for the configuration images to call up the correct HEX data.
  3. Set Reset vector memory offset of the Nios® II Processor in first Platform Designer design to address 0x00000000.
  4. Set Reset vector memory offset of the Nios® II Processor in second Platform Designer design to another address to avoid overlapping. For example: Address 0x02000000 which is half of the QSPI memory size (512 Mb).
    Figure 116. Reset Vector Offset Setting for First Platform Designer Design
    Figure 117. Reset Vector Offset Setting for Second Platform Designer Design
  5. Click Generate HDL, the Generation dialog box appears.
  6. Specify output file generation options and click Generate.

Intel Quartus Prime Software Settings

For Intel® MAX® 10 devices, there will be an option for Single Configuration Image and Dual Configuration Image:

  1. In the Intel® Quartus® Prime software, click on Assignment > Device > Device and Pin Options > Configuration. Set Configuration mode to Single Uncompressed Image or Single Compressed Image.
    Note: Intel® MAX® 10 only supports Single Uncompressed Image with Memory Initialization.
    Figure 118. Single Configuration Mode Selection in Intel® Quartus® Prime Software
  2. If you want to set it to Dual Configuration Image, in the Intel® Quartus® Prime software, click on Assignment -> Device -> Device and Pin Options -> Configuration. Set Configuration mode to Dual Compressed Images.
    Figure 119. Dual Configuration Mode Selection in Intel® Quartus® Prime Software
  3. Click OK to exit the Device and Pin Options window.
  4. Click OK to exit the Device window.
  5. Click Start Compilation to compile your project.