SpinalHDL / VexRiscv

A FPGA friendly 32 bit RISC-V CPU implementation
MIT License
2.52k stars 420 forks source link

openocd missing jtag_tcp.cfg #234

Open quantrpeter opened 2 years ago

quantrpeter commented 2 years ago

Hi my openocd missing jtag_tcp.cfg, where is this file? thanks Peter

tomverbeure commented 2 years ago

You need to use the custom VexRiscv version in of OpenOCD:

https://github.com/SpinalHDL/openocd_riscv/blob/riscv_spinal/tcl/interface/jtag_tcp.cfg

Tom