added two more possible pins
[x300-pci] / tb276.ocd
1 # tb276.cfg
2 # OpenOCD commands
3
4 telnet_port 4444
5 gdb_port 3333
6
7 adapter_khz 1000
8
9 # JTAG TAPs
10 jtag newtap tb276 tap -expected-id 0x020f10dd -irlen 10
11
12 init
13 scan_chain
14 svf -tap tb276.tap project.svf
15 shutdown