Intel® Stratix® 10 Configuration User Guide

ID 683762
Date 1/10/2022
Public

A newer version of this document is available. Customers should click here to go to the newest version.

Document Table of Contents

3.1.7.1.3. Storing Option Bits

In addition to design data, the flash memory stores the option bits. You must specify the address for the options bits in two places: the PFL II IP and in the option bits address of the flash memory device.

The option bits contain the following information:

  • The start address for each page.
  • The .pof version for flash programming. This value is the same for all pages.
  • The Page-Valid bits for each page. The Page-Valid bit is bit 0 of the start address. The PLF II IP core writes this bit after successfully programming the page.

You use the Programming File Generator dialog box to specify the Start address of the option bits. Specify your flash device using Add Device on the Configuration Tab of the Programming File Generator dialog box. Then click OPTIONS and EDIT to specify the Start address for the option bits. This Start address must match the address you specify for What is the byte address of the option bits, in hex? when specifying the PFL II IP parameters.

You set the option bits in the PFL II IP Intel FPGA IP using the parameter editor. By default the PFL II IP displays Flash Programming for the What operating mode will be used? parameter. In this default state, the FPGA Configuration tab is not visible. Select either FPGA Configuration or Flash Programming and FPGA Configuration for the What operating mode will be used parameter on the General tab. The following figure shows the FPGA Configuration option.

Figure 22. General Tab of the PFL II IP

Specify the options bits hex address for the What is the base address of the option bits, in hex? parameter on the FPGA Configuration tab.

Figure 23. FPGA Configuration Tab of the PFL II IP

You use the Programming File Generator dialog box to specify the Start address of the option bits. Specify your flash device using Add Device on the Configuration Tab of the Programming File Generator dialog box. Then click OPTIONS and EDIT to specify the Start address for the option bits. This Start address must match the address you specify for What is the byte address of the option bits, in hex? when specifying the PFL II IP parameters.

The Intel® Quartus® Prime Programming File Generator generates the information for the .pof version when you convert the .sofs to .pofs. The value for the .pof version for Intel® Stratix® 10 is 0x05. The following table shows an example of page layout for a .pof using all eight pages. This example stores the .pof version at 0x80.

Table 17.  Option Bits Sector Format
Sector Offset Value
0x000x03 Page 0 start address
0x040x07 Page 0 end address
0x080x0B Page 1 start address
0x0C0x0F Page 1 end address
0x100x13 Page 2 start address
0x140x17 Page 2 end address
0x180x1B Page 3 start address
0x1C0x1F Page 3 end address
0x200x23 Page 4 start address
0x240x27 Page 4 end address
0x280x2B Page 5 start address
0x2C0x2F Page 5 end address
0x300x33 Page 6 start address
0x340x37 Page 6 end address
0x380x3B Page 7 start address
0x3C0x3F Page 7 end address
0x400x7F Reserved
0x80 12 .pof version
0x81-0xFF Reserved
CAUTION:
To prevent the PFL II IP core from malfunctioning, do not overwrite any information in the option bits sector. Always store the option bits in unused addresses in the flash memory device.
12 The .pof version occupies only one byte in the option bits sector.