chipsalliance / rocket-chip

Rocket Chip Generator
Other
3.2k stars 1.12k forks source link

SimJTAG connecting to OpenOCD #3535

Closed hyperion009 closed 10 months ago

hyperion009 commented 10 months ago

Hi I am trying to connect SimJTAG to OpenOCD by the following command: setenv JTAG_VPI_PORT 36054; setenv JTAG_DTM_ENABLE_SBA on; openocd -f RocketSim.cfg -d -l log However, a issue was poping up: 1700482785481 Can't connect to SimJTAG after commenting out the command above: 1700483003109

Please give some hints to what's the next to do

note: I am using the rockchip-1.6 and riscv-openocd-riscv-master database.

TommyMurphyTM1234 commented 10 months ago