Forum Discussion
JxBalsat
New Contributor
1 year agoHow to generate the svf format file for stratix 10 on Quartus Prime Pro 22.4?
Hello, I am using the Quartus Prime Pro 22.4 and I want to use SVF file on Stratix 10 device. But in the programmer, I can only create jam and jbc files.
KennyT_altera
Super Contributor
1 year 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_altera1 year ago
Super Contributor
user guide attached page 12