This is an automated email from Gerrit. Antony Pavlov ([email protected]) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/2890
-- gerrit commit b104a6cb3577314be9d18ce5041eef894ac09e12 Author: Antony Pavlov <[email protected]> Date: Tue Jul 28 00:44:52 2015 +0300 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 <[email protected]> diff --git a/tcl/board/marsohod2.cfg b/tcl/board/marsohod2.cfg new file mode 100644 index 0000000..925268f --- /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] -- ------------------------------------------------------------------------------ _______________________________________________ OpenOCD-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openocd-devel
