Skip to content

Commit

Permalink
misc/openocd: Add trellisboard.cfg
Browse files Browse the repository at this point in the history
Signed-off-by: David Shah <dave@ds0.me>
  • Loading branch information
gatecat committed Oct 29, 2019
1 parent 7806875 commit 8239026
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions misc/openocd/trellisboard.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# TrellisBoard OpenOCD config

interface ftdi
# ftdi_device_desc "TrellisBoard"
ftdi_vid_pid 0x0403 0x6010
# channel 1 does not have any functionality
ftdi_channel 0
# just TCK TDI TDO TMS, no reset
ftdi_layout_init 0xfff8 0xfffb
reset_config none

# default speed
adapter_khz 5000

# ECP5 device - LFE5UM5G-85F
jtag newtap ecp5 tap -irlen 8 -expected-id 0x81113043

0 comments on commit 8239026

Please sign in to comment.