參考資訊:
https://trabucayre.github.io/openFPGALoader/vendors/intel.html
方法一
在*.qsf裡面添加如下設定: set_global_assignment -name ON_CHIP_BITSTREAM_DECOMPRESSION OFF set_global_assignment -name GENERATE_RBF_FILE ON set_global_assignment -name GENERATE_SVF_FILE ON
方法二
$ quartus_cpf -c -q 12.0MHz -g 3.3 -n p project_name.sof project_name.svf $ quartus_cpf --option=bitstream_compression=off -c project_name.sof project_name.rbf