Programmable Devices
CPLDs, FPGAs, SoC FPGAs, Configuration, and Transceivers
21611 Discussions

Byte order in RBF file

Altera_Forum
Honored Contributor II
1,249 Views

I'm trying to load a device in FPPx16 mode. As the code reads a byte at a time from the RBF file, is the first byte the lower 8 bits or the upper 8 bits? Do I need to flip the order of the bits? 

 

Thanks!
0 Kudos
1 Reply
Altera_Forum
Honored Contributor II
552 Views

Hi, 

 

I am not sure regarding the FPPx16 mode, but when you want to program the .rbf-file into a SPI-flash for AS-configuration, the bits inside a byte need to be flipped. So this is at least a realistic possibility ;-) 

 

Regards, 

 

Thomas
0 Kudos
Reply