Forum Discussion
dvirbuc
New Contributor
3 years agopof file size and address in flash
hello
I am trying to determine the beginning address and finale address of the pof in the flash
how can I know where the pof file is stored in the flash, is it different for every FPGA?
how...
- 3 years ago
Hi,
In your case the address in flash is 0x0 which is where it is stored. You may refer to this link for additional information :https://www.intel.com/content/www/us/en/docs/programmable/683698/21-1-19-1-0/implementing-page-in-the-flash-pof.html
Hope this clarifies your doubts.
Thank you.
Regards,
Kelly
KellyJialin_Goh
Frequent Contributor
3 years agoHi,
I have found a similar community thread where you should be able to determine the pof file size with the link here:
Hope this clarifies your doubts.
Thank you.
Regards,
Kelly
dvirbuc
New Contributor
3 years agoThanks. It helped a bit.
But I still don't know where in the flash the pof is stored.
And in my pof file the last section does not have Page_0 but has:
bICB 00000000 00010000;
mCFM0 00072000 00780000;
tUFM 00002000 00380000;
thanks