Remove other '_s' suffix from structs
[openocd.git] / tcl / board / novena-internal-fpga.cfg
blobc36938c35a9bf84168c36869dfb2d9255db32803
1 # SPDX-License-Identifier: GPL-2.0-or-later
4 # Novena open hardware and F/OSS-friendly computing platform
6 # Design documentation:
7 # http://www.kosagi.com/w/index.php?title=Novena_PVT_Design_Source
9 # +-------------+--------------+------+-------+---------+
10 # | Pad name    | Schematic    | GPIO | sysfs | JTAG    |
11 # +-------------+--------------+------+-------+---------+
12 # | DISP0_DAT13 | FPGA_RESET_N | 5-07 |  135  | RESET_N |
13 # | DISP0_DAT14 | FPGA_TCK     | 5-08 |  136  | TCK     |
14 # | DISP0_DAT15 | FPGA_TDI     | 5-09 |  137  | TDI     |
15 # | DISP0_DAT16 | FPGA_TDO     | 5-10 |  138  | TDO     |
16 # | DISP0_DAT17 | FPGA_TMS     | 5-11 |  139  | TMS     |
17 # +-------------+--------------+------+-------+---------+
19 adapter driver sysfsgpio
21 transport select jtag
23 # TCK TMS TDI TDO
24 sysfsgpio jtag_nums 136 139 137 138
26 source [find cpld/xilinx-xc6s.cfg]