This is an automated email from Gerrit. "Jae Hyun Yoo <quic_jaeh...@quicinc.com>" just uploaded a new patch set to Gerrit, which you can find at https://review.openocd.org/c/openocd/+/7113
-- gerrit commit cd77d945bee7ea8af0ff847ea20a47166f006194 Author: Jae Hyun Yoo <quic_jaeh...@quicinc.com> Date: Thu Jan 20 12:31:18 2022 -0800 tcl/fpga: add lattice LCMXO3LF-6900C support Add support for Lattice LCMXO3LF-6900C FPGA. Signed-off-by: Jae Hyun Yoo <quic_jaeh...@quicinc.com> Change-Id: I01fcec0ee458e809246e4505019d15047655dd47 diff --git a/tcl/fpga/lattice-lcmxo3lf-6900c.cfg b/tcl/fpga/lattice-lcmxo3lf-6900c.cfg new file mode 100644 index 0000000000..04e41fa895 --- /dev/null +++ b/tcl/fpga/lattice-lcmxo3lf-6900c.cfg @@ -0,0 +1,3 @@ +# Lattice MaxhXO3 family, device LCMXO3LF-6900C +# just configure a tap +jtag newtap LCMXO3LF-6900C tap -irlen 8 -expected-id 0x612bd043 --