Forum Discussion
Altera_Forum
Honored Contributor
17 years agoThe size of the uncompressed configuration data is fixed for a given FPGA. So a 2C35 will always require the exact same number of configurations bits and it can be found in the documentation as a previous poster pointed out.
However, compression can be enabled on the bitstream and will compress the data by 35-55%. This compressed file size can vary by design. You can use 0.65 * (rbf size) as an upper limit to the size of the compressed file. Uncompression is performed by the FPGA on the fly as it receives the compressed bitstream so this can reduce the config time in addition to saving space in the EPCS device.