nxp_rdb-ls1088a.cfg 432 B

1234567891011121314
  1. # SPDX-License-Identifier: GPL-2.0-or-later
  2. # NXP LS1088ARDB (Reference Design Board)
  3. # This is for the "main" JTAG connector J55
  4. transport select jtag
  5. reset_config srst_only
  6. # To access the CPLD, populate J48 and add `-c 'set CWTAP 1'` to your command
  7. # line. At the time of this writing, programming is unsupported.
  8. if { [info exists CWTAP] } {
  9. source [find cpld/altera-epm240.cfg]
  10. } else {
  11. source [find target/ls1088a.cfg]
  12. }