Forum Discussion
Altera_Forum
Honored Contributor
15 years agoI got the same issue here using quartus_cpf 9.0 on Linux RedHat. In my case, I need to generate a *.rbf file but it looks like the same problem with your *.ttf file.
In the option file, the required setting is : BITSTREAM_COMPRESSION=ON not COMPRESSION=ON as stated in the documentation. Also, I need to append a carriage return character (Linux LF) after the string else the option is simply (and silently) ignored from quartus_cpf. François