From 352e6c9d4b340a0ebfbcf42416802ef80837a187 Mon Sep 17 00:00:00 2001 From: Antony Pavlov Date: Tue, 28 Jul 2015 00:44:52 +0300 Subject: [PATCH] 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 --- tcl/board/marsohod2.cfg | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 tcl/board/marsohod2.cfg 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] -- 2.30.2