SpinalHDL / VexRiscv

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

What tools are supported #428

Closed SeanGan233 closed 2 months ago

SeanGan233 commented 2 months ago

hi.I am a green hand and would like to know if Vexriscv supports DAP CMSIS or JLINK load software programs.

Dolu1990 commented 2 months ago

Hi, As long as the tool is supported by openocd, it should be fine. => check openocd supports :D One thing, VexRiscv is JTAG only.

SeanGan233 commented 2 months ago

Hi, As long as the tool is supported by openocd, it should be fine. => check openocd supports :D One thing, VexRiscv is JTAG only.

thanks!