Forum Discussion
Altera_Forum
Honored Contributor
10 years agoProgramm FPGA without running the Programmer
Hi everyone, I am working on a project and I have to programm the FPGA by USB-Blaster without running Quartus Programmer.. Have you a TCL command or any other idea ? :oops: Thanks i...
Altera_Forum
Honored Contributor
10 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 :)