Forum Discussion
cheye
New Contributor
6 years agoWhat does .pof file need to be converted to for MAX10 onchip CFM flash programming
Hi, While it is pretty clear that the UFM sections of the onchip Flash memory on MAX10 FPGAs are programmed with .hex files (and as the name suggests the.hex file is just a bunch of hex values), int...
KhaiChein_Y_Intel
Regular Contributor
6 years agoHi cheye,
For MAX 10, I usually used .rpd (raw programming data file) as raw data.
if you have look at .map file (generated after you generate .pof file), you will see the details as below:
My current practice, if I only want to program CFM0, I will slice the rpd file address from 0x000BA000-0x00161FFF (copy data and create new .rpd file).
Then, I'll use system console(write the programmer using tcl scripts) to program the CFM0 portion in my MAX 10 device. Below are my tcl script GUI to program only certain portion of MAX address (program CFM0 area only)
I hope this will clear to you know.
Thanks