Skip to content

Instantly share code, notes, and snippets.

@74hc595
Created August 23, 2022 15:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 74hc595/edba9f1cb516817a04ded9b1970c5743 to your computer and use it in GitHub Desktop.
Save 74hc595/edba9f1cb516817a04ded9b1970c5743 to your computer and use it in GitHub Desktop.
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
@DoctorWkt
Copy link

Do you have a similar config file for the ATF1508? Thanks!!

@74hc595
Copy link
Author

74hc595 commented Oct 8, 2023

Just replacing the "1504"s with "1508"s has worked for me:

source [find interface/altera-usb-blaster.cfg]

adapter_khz 400
transport select jtag
jtag newtap atf1508 tap -irlen 3 -expected-id 0x0150803f

init
svf -progress foo.svf
sleep 200
shutdown

@DoctorWkt
Copy link

Thanks, that worked :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment