Forum Discussion
Altera_Forum
Honored Contributor
16 years agoWhat I would do is just set up Quartus to generate the RBF file automatically during compilation:
1 - Assignments->Device->Device and Pin Options 2 - Select the "Configuration" tab and make sure the Configuration Scheme is set to active serial. 3 - Select the "Programming Files" tab and check the "Raw Binary File (.rbf)" checkbox. Now the RBF file will be automatically created with the SOF file. This should produce a correct RBF file. You'll just have to perform the bit-reversal manually (which you must already be doing anyway). Jake