From: Antony Pavlov Date: Sun, 27 Sep 2015 23:04:46 +0000 (+0300) Subject: tcl/board: add Marsohod3 FPGA board config X-Git-Tag: v0.10.0-rc1~117 X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=commitdiff_plain;h=68622efb3f6facf2dd7484bf586d30f9a3fd62c9;hp=f1864801a8423ea7cfad7a3149ac1a39de444748 tcl/board: add Marsohod3 FPGA board config Marsohod3 is a cheap FPGA Development and Education board. Please see http://www.marsohod.org/plata-marsokhod3 for details. Sample usage: openocd -f board/marsohod3.cfg -c init -c "svf -tap 10m50.tap project.svf" -c shutdown Change-Id: Ie5f43e696bbd1f3be2710c3916e808359f6e8d18 Signed-off-by: Antony Pavlov Reviewed-on: http://openocd.zylin.com/3606 Tested-by: jenkins Reviewed-by: Andreas Fritiofson --- diff --git a/tcl/board/marsohod3.cfg b/tcl/board/marsohod3.cfg new file mode 100644 index 0000000000..bb3c74f28e --- /dev/null +++ b/tcl/board/marsohod3.cfg @@ -0,0 +1,13 @@ +# +# Marsohod3 FPGA Development and Education board +# +# http://www.marsohod.org/plata-marsokhod3 +# + +# Built-in MBFTDI programmer +source [find interface/ftdi/mbftdi.cfg] +adapter_khz 2000 +transport select jtag + +# MAX10 10M50SAE144C8GES FPGA +source [find fpga/altera-10m50.cfg]