Forum Discussion
Altera_Forum
Honored Contributor
11 years agoI encountered the same problem on our new design and found the same problem. I've used the .rbf file in the past to configure an EPCS128 and everything was fine. Switching to Cyclone V I found the same issue as above.
The resolution to this is to generate the .rpd file instead. It is also a raw binary file. What I found is that .rbf is for parallel configuration modes and .rpd is for serial configuration modes. The files have slightly different options for the FPGA since the configuration modes are different. Certain options are available in parallel configuration modes and vice versa. This accounts for the nibble differences that was seen. Hope that helped /Boris