- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
I have been trying to program a Cyclone III (EP3C40F484C7) in Passive Serial mode, driven by a CPLD, using the RBF file. When I program the part with a compressed RBF file(1,289KB), the part programs as expected. This RBF file is created by selecting "generate compressed bitstream" in the configuration settings in Quartus. However if I program the part with an uncompressed RBF file(3,488KB) I never receive a done back from the part and it does not program.
Has anyone else encountered this issue? What might be a reason for the bitstream requiring compression? Thank you.コピーされたリンク
3 返答(返信)
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
actually you only need the compression if your program memory (flash EPCS group) is less than your program created.
Simply adjusting the compression of.- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Thanks, but I am not programming a flash, I am programing the FPGA directly with the RBF file.
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Hi, cprillo
Did you fix the problem of umcompressed RBF file? I have come to this problem too, on stratix II fpga.