aboutsummaryrefslogtreecommitdiff
path: root/tcl
diff options
context:
space:
mode:
authorAntony Pavlov <antonynpavlov@gmail.com>2015-07-28 00:44:52 +0300
committerAndreas Fritiofson <andreas.fritiofson@gmail.com>2016-08-14 02:05:12 +0100
commit352e6c9d4b340a0ebfbcf42416802ef80837a187 (patch)
treeca6ee6cc7b143865e56f2695ffa59928c4654b67 /tcl
parent6a3423748b879c189d94612d88e0014378c1a619 (diff)
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 <antonynpavlov@gmail.com> Reviewed-on: http://openocd.zylin.com/2890 Tested-by: jenkins Reviewed-by: Andreas Fritiofson <andreas.fritiofson@gmail.com> Reviewed-by: Paul Fertser <fercerpav@gmail.com>
Diffstat (limited to 'tcl')
-rw-r--r--tcl/board/marsohod2.cfg13
1 files changed, 13 insertions, 0 deletions
diff --git a/tcl/board/marsohod2.cfg b/tcl/board/marsohod2.cfg
new file mode 100644
index 00000000..d4897c3c
--- /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]