Altera_Forum
Honored Contributor
18 years agoPS Configuration with Commodity Flash
Hi All,
Reading over the configuration documentation it is clear that the least significant bit of every byte must be transfered first during serial configuration. Commodity SPI flash devices, however, transmit data most significant bit first. Even the Altera Configuration Devices appear to work this way. The .RBF file, on the other hand, seems to store the data MSB first from what I have read. I am looking to use a microcontroller with commodity flash to save on costs and the configuration would be greatly slowed down if the microcontroller has to reverse the bit order on the fly. So... I'd like to take care of this in the configuration file itself before it is loaded into flash. Is there a way to reverse the bit order for configuration files in Quartus II or do I have to write my own code to do this? Is there something I'm missing or am I wrong about the .RBF format? Any help greatly appreciated.