lattice_certus.cfg 413 B

123456789101112131415161718
  1. # SPDX-License-Identifier: GPL-2.0-or-later
  2. if { [info exists CHIPNAME] } {
  3. set _CHIPNAME $_CHIPNAME
  4. } else {
  5. set _CHIPNAME certus
  6. }
  7. # Lattice Certus
  8. #
  9. # Certus NX LFD2NX-17 0x310f0043
  10. # Certus NX LFD2NX-40 0x310f1043
  11. jtag newtap $_CHIPNAME tap -irlen 8 -irmask 0x83 -ircapture 0x1 \
  12. -expected-id 0x310F1043 -expected-id 0x310F0043
  13. pld create $_CHIPNAME.pld lattice -chain-position $_CHIPNAME.tap