Altera_Forum
Honored Contributor
8 years agoErasing MAX-V devices using commandline option.
Hello All,
Please help me with this simple task. I've a PCB with three CPLDs (Altera 5M160Z). I'm using following commands to program these CPLDs: --- Quote Start --- c: cd cd intelFPGA_pro\17.0\quartus\bin64 start quartus_pgm -z --mode=JTAG --operation="p;C:\Test Firmware\CPLD_U1.pof@1" start quartus_pgm -z --mode=JTAG --operation="p;C:\Test Firmware\CPLD_U2.pof@2" start quartus_pgm -z --mode=JTAG --operation="p;C:\Test Firmware\CPLD_U3.pof@3" --- Quote End --- To give more information, I'm attaching following screenshots: 1> Windows Device Manager (listing the USB Blaster) https://alteraforum.com/forum/attachment.php?attachmentid=14135&stc=1 2> Quartus Programmer Window (on selecting 'Auto Detect'): https://alteraforum.com/forum/attachment.php?attachmentid=14136&stc=1 Now my requirement is to create a command line program (BAT file) for erasing all the contents. I've came across 'Erase_All' function, however I failed in my attempt to use the same. Thank you in advance.