Altera_Forum
Honored Contributor
12 years agocyclone II decompression rbf
Does exists description how of decompressing (or compressing) algoritm wich is used in CYCLONE II with EPCS1 (active configuration)? I spent all day but searching, I found altera's patents but it doesn't much to CYCLONE II bitstream configuration compression.
The story behind.... Devices: EP2C5 (cyclone II) EPCS1 (to confiogure EP2C5) microcontroller (connected to EP2C5 JTAG interface) I would like to program compressed stream to EPCS1 via JTAG only (connected to EP2C5) from microcontroller. This requires two steps 1. Load uncompressed image to EP2C5 via JTAG (to enable SFL) 2. Load compressed image to EPCS1 via JTAG(EP2C5). Now, I'm able to program both (EP2C5, EPCS1) from microcontroller via JTAG. But I have to have two images stored in microcontroller (compressed and uncompressed). I would like to have only one image (compressed image) stored in microcontroller and the uncompressed obtain by decompressing this image. But how to decompress (or compress)?