Forum Discussion
KennyT_altera
Super Contributor
10 months agoBased on the user guide: .svf conversion is only available in the command
line.
Can you try?
quartus_cpf -c -o bitstream_compression=off -o svf_file=my_device_program.svf my_project.sof my_device_program.svf
Key options:
-c disables compression (some external SVF players can't handle compressed bitstreams).
svf_file tells it to generate the SVF output.
- KennyT_altera10 months ago
Super Contributor
user guide attached page 12