Intel® Quartus® Prime Software
Intel® Quartus® Prime Design Software, Design Entry, Synthesis, Simulation, Verification, Timing Analysis, System Design (Platform Designer, formerly Qsys)
16604 Discussions

Programming Using Command Line

MHamz1
Beginner
820 Views

HI,

I am using the following command to program the CPLD from command line

start quartus_pgm -z --mode=JTAG --operation="p;C:\Test Firmware\CPLD_U1.pof@1"

It runs the quartus_pgm and exits on success or failure. I am unable to view the output as it quits immediately.

Can anyone suggest me a way to look if the programming was successful or not and how to read the output of quartus_pgm

0 Kudos
2 Replies
JohnT_Intel
Employee
523 Views

Hi,

 

Are you running this is command prompt? What do you mean by quit immediately?

0 Kudos
MHamz1
Beginner
523 Views

Yes I was running through the command prompt and the command prompt was closing as soon as the programming finished.

I have found a solution to add the /B /WAIT before the command .

Thank you

0 Kudos
Reply