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
# Configure these directories for your machine | |
PRJBUREAU_PATH = ../../prjbureau | |
WINCUPL_WINE_PATH = c:\\Wincupl | |
FILENAME = foo | |
DEVICE = ATF1504AS | |
FITTERDEV = P1504CT44 | |
# Compiled JED file | |
JED = $(FILENAME).jed |
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
source [find interface/altera-usb-blaster.cfg] | |
adapter_khz 400 | |
transport select jtag | |
jtag newtap atf1504 tap -irlen 3 -expected-id 0x0150403f | |
init | |
svf -progress foo.svf | |
sleep 200 | |
shutdown |
OlderNewer