Humusk
Junior Member level 1
I'm trying to the write the firmware of the FPGA into its flash memory with a custom core. So I need to first access the bitstream data, i've generated a .rpf file from the .pof (working with Intel's MAX 10 FPGA).
The doubt that I have is that, well, when I write/read the flash using the FPGA I can write 4 bytes in each address, now looking inside the .RPD file it seems that in each address (a total of 1376256) I only have 1 byte assigned.
What am I missing? I've checked and it seems to be the exact number of CFM0 addresses available in my memory, so I don't understand where are the missing bytes.
EDIT: I'm working with a MAX 10 10M50DAF484C6GES
The doubt that I have is that, well, when I write/read the flash using the FPGA I can write 4 bytes in each address, now looking inside the .RPD file it seems that in each address (a total of 1376256) I only have 1 byte assigned.
What am I missing? I've checked and it seems to be the exact number of CFM0 addresses available in my memory, so I don't understand where are the missing bytes.
EDIT: I'm working with a MAX 10 10M50DAF484C6GES
Last edited: