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/4154
-- gerrit commit 59a172a58ac1c53c6e266ba5d6c0b5abb69b7c1b Author: Antony Pavlov <[email protected]> Date: Tue Jun 6 10:21:20 2017 +0300 tcl/fpga: add config file for Altera EP2C20 FPGA (Cyclone II family) Change-Id: I18a43915ececa4a62d669bb58ed1ba4af16a4b0a Signed-off-by: Antony Pavlov <[email protected]> diff --git a/tcl/fpga/altera-ep2c20.cfg b/tcl/fpga/altera-ep2c20.cfg new file mode 100644 index 0000000..fbaf520 --- /dev/null +++ b/tcl/fpga/altera-ep2c20.cfg @@ -0,0 +1,4 @@ +# Altera Cyclone II EP2C20 +# see Cyclone II Device Handbook, Volume 1; +# Table 3–3. 32-Bit Cyclone II Device IDCODE +jtag newtap ep2c20 tap -expected-id 0x020b30dd -irlen 10 -- ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ OpenOCD-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openocd-devel
