Forum Discussion
Altera_Forum
Honored Contributor
14 years agoIt should be.. somewhere. :)
- .SOF files are always the same size for a given FPGA device, because they're never compressed. - .POF files are always the same size for a given ROM device because they specify the contents of the entire ROM, even if it's blanks. Compression, however, lets you cram more stuff into a smaller ROM, as you just found out. - .JIC files are always the same size for a given FPGA and ROM combination due to the above. - .RBF files are the only ones that become smaller with compression, because they contain the raw compressed bitstream.