Altera_Forum
Honored Contributor
16 years agoEPCS4 data format?
I have an EPCS4 on a board with a Cyclone II. I'm using the pof file to load the EPCS4 and that all works fine. I have a processor on the board which then goes to read the EPCS4 to save it on an SD Card.
I'm reading the data out of the EPCS4, MSB first as described in Chapter 4 of the Configuration Handbook. Each of the bytes appears to be a bit-reversed copy of the bytes in the file. Does that mean if I want to copy the contents of a pof or hexout file into the EPCS4, that I should write the bits LSB first so they end up going in backwards so to speak? Can anyone offer an explanation for this observation or point to an explicit statement in the documentation that this might be required?