
Sector Offset
Value
0x0C
–
0x0F
0x00352E30
For Page 0 if you append the start address bits[31:11] with
13'b0000000000000
, the result is
32'b00000000000000010000000000000000 = 0x10000
.
If you append the end address
0x00196E0
with
2'b11
, the result is
26'b00011001011011100011000011 = 0x65B8C3
.
For Page 1 if you append the start address with 13'b0000000000000, the result is
32'b0000000000011100000000000000000000 = 0x700000
.
If you append end address
0x00352E30
with
2’b11
, the result is
32'b00000000110101001011100011000011 =
0xD4B8C3
.
The start and end address must be correlated with the start and end address for each page printed in the
.map
file.
3.1.10.1.7. Implementing Page Mode and Option Bits in the CFI Flash Memory Device
The following figure shows an sample layout of a
.pof
with three pages. The end addresses depend on the density of the
flash memory device. For different density devices refer to the Byte Address Range for CFI Flash Memory Devices with
Different Densities table below. The option bits follow the configuration data in memory.
3. Intel Agilex Configuration Schemes
UG-20205 | 2019.10.09
Intel
®
Agilex
™
Configuration User Guide
69
Содержание Agilex
Страница 165: ...4 Remote System Update RSU UG 20205 2019 10 09 Send Feedback Intel Agilex Configuration User Guide 165...
Страница 168: ...4 Remote System Update RSU UG 20205 2019 10 09 Intel Agilex Configuration User Guide Send Feedback 168...
Страница 170: ...4 Remote System Update RSU UG 20205 2019 10 09 Intel Agilex Configuration User Guide Send Feedback 170...