You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
735 B
22 lines
735 B
# this supports ulx3s
|
|
|
|
interface ft232r
|
|
#ft232r_device_desc "ulx3s"
|
|
ft232r_vid_pid 0x0403 0x6015
|
|
# ULX3S specific GPIO setting
|
|
ft232r_tck_num DSR
|
|
ft232r_tms_num DCD
|
|
ft232r_tdi_num RI
|
|
ft232r_tdo_num CTS
|
|
# trst/srst are not used but must have different values than above
|
|
ft232r_trst_num RTS
|
|
ft232r_srst_num DTR
|
|
# default speed
|
|
adapter_khz 1000
|
|
|
|
# JTAG TAPs - lfe5u12, lfe5u25, lfe5u45, lfe5u85
|
|
#jtag newtap lfe5u12 tap -expected-id 0x21111043 -irlen 8 -irmask 0xFF -ircapture 0x5
|
|
#jtag newtap lfe5u25 tap -expected-id 0x41111043 -irlen 8 -irmask 0xFF -ircapture 0x5
|
|
#jtag newtap lfe5u45 tap -expected-id 0x41112043 -irlen 8 -irmask 0xFF -ircapture 0x5
|
|
jtag newtap lfe5u85 tap -expected-id 0x41113043 -irlen 8 -irmask 0xFF -ircapture 0x5
|