Forum Discussion
pof file size and address in flash
- 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
Hi,
Welcome to Intel's Forum.
You may check the DESIGN.map file to check the .pof file stored and the information of the addresses.
All the addresses in this file are byte addresses.
You may also refer to the community's comment below to locate the address information.
Thank you and hope to hear on your findings.
Regards,
Kelly
thanks for the reply.
I can't find the DESIGN.map file... where it is stored?
(I'm using Quartus Prime Version 20.1.1 Build 720 11/11//2020 SJ Standard Edition
- ak6dn3 years ago
Regular Contributor
It is stored in your design's place and route directory, along with all your other generated files.
And replace the letters DESIGN with your design's name. Or look for a file with the .map extension in your project directory.
- dvirbuc3 years ago
New Contributor
@ak6dn wrote:
It is stored in your design's place and route directory, along with all your other generated files.
I searched in the directory \..\my_project\output_files (where the .sof\.pof file are stored) , and there are no files with .map extension... there are: my_design.map.rpt, my_design.map.summary, and they are the Analysis & Synthesis report.
I also checked in the db directory and incremental_db directory.
maybe I need to toggle an option somewhere?
And replace the letters DESIGN with your design's name.
Of course