Forum Discussion
Altera_Forum
Honored Contributor
15 years agoI believe this is a problem with generating compressed bitstreams in the assembler stage. Two workarounds:
In Quartus GUI, go to Assignments>Device>Device and Pin Options and deselect the option "Generate compressed bitstreams". (This is for Linux web version; Windows version may have this option in a different menu.) Or throw away the .pof file and use the command line to convert the .sof into one that works: quartus_cpf -c -d EPCS16 project.sof project.pof Both of these worked for me (I have a DE2-70 board and had the same problem with active serial programming on Quartus 9.1SP2).