Forum Discussion
1 Reply
- ShafiqY_Intel
Frequent Contributor
Hi JBrod6,
The .map file memory map is differ from On-Chip Flash Intel FPGA IP memory map because .map file is add ICB information in pof file.
In On-Chip Flash Intel FPGA IP, UFM start at 0x00000000.
In .map file, UFM start at 0x00002000
0x0-0x1FFF is used for ICB information. Thus, UFM need to start at 0x2000.
I hope this is clear.
Thanks😉