From b104a6cb3577314be9d18ce5041eef894ac09e12 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. See http://marsohod.org/ 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 --- tcl/board/marsohod2.cfg | 11 +++++++++++ 1 file changed, 11 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..925268f7f8 --- /dev/null +++ b/tcl/board/marsohod2.cfg @@ -0,0 +1,11 @@ +# +# Marsohod2 FPGA Development and Education board +# + +# Built-in simple FT2232HL-based programmer +source [find interface/ftdi/flossjtag-noeeprom.cfg] +adapter_khz 2000 +transport select jtag + +# Cyclone III EP3C10E144 FPGA +source [find fpga/altera-ep3c10.cfg] -- 2.30.2