Programmable Devices
CPLDs, FPGAs, SoC FPGAs, Configuration, and Transceivers
20638 Discussions

Log file of USB Blaster

Clay
Novice
1,553 Views

Hello Team,

 

I want to program an MAX 10 FPGA : 10M04SCU169A7G

I can use command line to execute programming process.(D:\altera\15.0\quartus\bin64\quartus_pgm -i -c USB-Blaster -m JTAG -o P;)

Is there any log file I can check for programming result?

Programming Device : USB Blaster program MAX 10 IC

Platform: Windows 7 , quartus_pgm 15.0

 

Thank you for any advice you can provide.

0 Kudos
5 Replies
vj123
Novice
732 Views

Hi,

There is a message window/log in the Quartus tool that should be showing the programming process. Refer to the screens shot. 

After full compilation .sof programming will generate under out_files directory.

 

Let me know if this has helped resolve the issue you are facing or if you need any further assistance.

 

Best Regards

Vikas Jathar

(This message was posted on behalf of Intel Corporation)message window.jpg

0 Kudos
Clay
Novice
732 Views

Thank you for the information.

I wonder is there any readable text file to make the process traceable?

 

0 Kudos
AnandRaj_S_Intel
Employee
732 Views

Hi Clay,

 

We can verify the programming by

  • Generate the Assembler report using <designtop>.asm.rpt
  • Program file using quartus_pgm -m JTAG -o P;<designtop>.sof --verify we will get the checksum in command line.
  • Now we compare the checksum in command line and Assembler report.

Hope it helps.Checksum.JPG

 

Best Regards,

Anand Raj Shankar

(This message was posted on behalf of Intel Corporation)

 

0 Kudos
Clay
Novice
736 Views

These information are useful.

Thank you all.

0 Kudos
Arlyn_B_Intel
Employee
736 Views

c

0 Kudos
Reply