From: Antony Pavlov Date: Mon, 27 Jul 2015 21:44:52 +0000 (+0300) Subject: tcl/board: add Marsohod2 FPGA board config X-Git-Tag: v0.10.0-rc1~119 X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=commitdiff_plain;h=352e6c9d4b340a0ebfbcf42416802ef80837a187 tcl/board: add Marsohod2 FPGA board config Marsohod2 is a very cheap FPGA Development and Education board. Please see http://www.marsohod.org/prodmarsohod2 for details. Sample usage: openocd -f board/marsohod2.cfg -c init -c "svf -tap ep3c10.tap project.svf" -c shutdown Change-Id: Ibf39a5d463eeda9d4031fa626f01ea2599396ff2 Signed-off-by: Antony Pavlov Reviewed-on: http://openocd.zylin.com/2890 Tested-by: jenkins Reviewed-by: Andreas Fritiofson Reviewed-by: Paul Fertser --- diff --git a/tcl/board/marsohod2.cfg b/tcl/board/marsohod2.cfg new file mode 100644 index 0000000000..d4897c3c33 --- /dev/null +++ b/tcl/board/marsohod2.cfg @@ -0,0 +1,13 @@ +# +# Marsohod2 FPGA Development and Education board +# +# http://www.marsohod.org/prodmarsohod2 +# + +# Built-in MBFTDI programmer +source [find interface/ftdi/mbftdi.cfg] +adapter_khz 2000 +transport select jtag + +# Cyclone III EP3C10E144 FPGA +source [find fpga/altera-ep3c10.cfg]