This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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 |