aboutsummaryrefslogtreecommitdiff
path: root/tcl/board
diff options
context:
space:
mode:
authorRobert Jordens <jordens@gmail.com>2018-01-15 10:53:48 +0000
committerMatthias Welwarsky <matthias@welwarsky.de>2018-03-30 10:08:21 +0100
commit38607b2e560fc4d9a24e594fc0bdd66d574faea9 (patch)
tree5d44ca3278ea2283ee98c9f871b933e48d5c5454 /tcl/board
parent33f70625d7a9f6392fa7d549d696e5955543fa69 (diff)
downloadriscv-openocd-38607b2e560fc4d9a24e594fc0bdd66d574faea9.zip
riscv-openocd-38607b2e560fc4d9a24e594fc0bdd66d574faea9.tar.gz
riscv-openocd-38607b2e560fc4d9a24e594fc0bdd66d574faea9.tar.bz2
tcl/board: add support for Kasli
Kasli is an open hardware FPGA board. It is part of the Sinara family of devices designed to control quantum physics experiments (see Sayma_AMC for other boards already suppported by openocd). Kasli was developed as part of the opticlock project. It features a Xilinx Artix 7 100T FPGA, DDR3 RAM, a clock reconstruction and distribution network, four 6 Gb/s transceiver links (three SFP and one SATA) as well as interfaces to up to 12 Eurocard Extension Modules (EEMs). https://github.com/m-labs/sinara/wiki/Kasli http://www.opticlock.de/en/ Change-Id: I88b5e9f16b79e1e731056c45da6b5e1448d2c0e7 Signed-off-by: Robert Jordens <jordens@gmail.com> Reviewed-on: http://openocd.zylin.com/4341 Tested-by: jenkins Reviewed-by: Matthias Welwarsky <matthias@welwarsky.de>
Diffstat (limited to 'tcl/board')
-rw-r--r--tcl/board/kasli.cfg13
1 files changed, 13 insertions, 0 deletions
diff --git a/tcl/board/kasli.cfg b/tcl/board/kasli.cfg
new file mode 100644
index 0000000..caa294f
--- /dev/null
+++ b/tcl/board/kasli.cfg
@@ -0,0 +1,13 @@
+interface ftdi
+ftdi_device_desc "Quad RS232-HS"
+ftdi_vid_pid 0x0403 0x6011
+ftdi_channel 0
+ftdi_layout_init 0x0008 0x000b
+# ftdi_location 1:8
+
+reset_config none
+transport select jtag
+adapter_khz 25000
+
+source [find cpld/xilinx-xc7.cfg]
+source [find cpld/jtagspi.cfg]