Skip to content

Instantly share code, notes, and snippets.

@justinmassiot
justinmassiot / quartus_batch_flash.bat
Last active July 31, 2024 12:26
Multiple useful scripts to flash/erase Altera FPGA/CPLD circuits
@echo off
REM Path to the POF binary file
set pof_file="my_bitstream_file.pof"
REM Index of the target device in the JTAG chain
set device_index=1
REM Device name (for "Examine" process) ; example: EPM1270T144
set device_name=THE_DEVICE_NAME
REM Timeout before retry (in seconds)
set timeout=5