This is an automated email from Gerrit. Frej Drejhammar ([email protected]) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/4836
-- gerrit commit 0926567f30f393ec2cbc9df43e50499c53b597c4 Author: Frej Drejhammar <[email protected]> Date: Mon Jan 7 20:34:38 2019 +0100 fpga: Add device id for Altera Cyclone EP1C6 Change-Id: I1abfed9443a0c16edb54c45ffba3e9c87f9d1be5 Signed-off-by: Frej Drejhammar <[email protected]> diff --git a/tcl/fpga/altera-ep1c6.cfg b/tcl/fpga/altera-ep1c6.cfg new file mode 100644 index 0000000..4a32798 --- /dev/null +++ b/tcl/fpga/altera-ep1c6.cfg @@ -0,0 +1,4 @@ +# Altera Cyclone EP1C6 +# see Cyclone Device Handbook, Volume 1; +# Table 3–3. 32-Bit Cyclone Device IDCODE +jtag newtap ep1c6 tap -expected-id 0x020820dd -irlen 10 -- _______________________________________________ OpenOCD-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openocd-devel
