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/+/7114
-- gerrit commit 8fcd0084b12e8ee2c0dc5b698bedf03ad78564e6 Author: Jae Hyun Yoo <quic_jaeh...@quicinc.com> Date: Thu Jan 20 12:31:42 2022 -0800 tcl/fpga: add lattice LCMXO3LF-9400C support Add support for Lattice LCMXO3LF-9400C FPGA. Signed-off-by: Jae Hyun Yoo <quic_jaeh...@quicinc.com> Change-Id: Id7d7ce80d70d4bf60b097d39932b17817fe58ef7 diff --git a/tcl/fpga/lattice-lcmxo3lf-9400c.cfg b/tcl/fpga/lattice-lcmxo3lf-9400c.cfg new file mode 100644 index 0000000000..befa3a7125 --- /dev/null +++ b/tcl/fpga/lattice-lcmxo3lf-9400c.cfg @@ -0,0 +1,3 @@ +# Lattice MaxhXO3 family, device LCMXO3LF-9400C +# just configure a tap +jtag newtap LCMXO3LF-9400C tap -irlen 8 -expected-id 0x612be043 --