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/2889
-- gerrit commit 044229e226d054e5bec62d0a45fa6545f30a0e72 Author: Antony Pavlov <[email protected]> Date: Tue Jul 28 00:42:05 2015 +0300 tcl/fpga: add config file for Altera EP3C10 FPGA (Cyclone III family) Change-Id: I4de5156b3c43f548305f8b9a3943a727fa6f0dbe Signed-off-by: Antony Pavlov <[email protected]> diff --git a/tcl/fpga/altera-ep3c10.cfg b/tcl/fpga/altera-ep3c10.cfg new file mode 100644 index 0000000..6e8962a --- /dev/null +++ b/tcl/fpga/altera-ep3c10.cfg @@ -0,0 +1,4 @@ +# Altera Cyclone III EP3C10 +# see Cyclone III Device Handbook, Volume 1; +# Table 14–5. 32-Bit Cyclone III Device IDCODE +jtag newtap ep3c10 tap -expected-id 0x020f10dd -irlen 10 -- ------------------------------------------------------------------------------ _______________________________________________ OpenOCD-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openocd-devel
