Forum Discussion
Altera_Forum
Honored Contributor
9 years agoHello,
For loading a bit stream into FPGA without running Quartus Programmer, I use a batch file where I had this command : %QUARTUS_ROOTDIR%\\bin64\\quartus_pgm.exe -m jtag -c USB-Blaster[USB-0] -o "p;output_file.sof" My issue is that my bistream is a jic file so I replace the sof by the jic one but it does not work... I will be glad if someone shares his knowledge :)