You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Then I'm trying to use openocd on my board with the command'src/openocd -c 'set VEXRISCV_YAML ../VexRiscv/cpu0.yaml' -f tcl/target/vexriscv_sim.cfg', the errors are as following.
Open On-Chip Debugger 0.11.0+dev-04033-g058dfa50d (2023-09-22-21:50)
Licensed under GNU GPL v2
For bug reports, read http://openocd.org/doc/doxygen/bugs.html
../VexRiscv/cpu0.yaml
Info : only one transport option; autoselect 'jtag'
Info : set servers polling period to 50ms
Error: cpuConfigFile ../VexRiscv/cpu0.yaml not found
Error: target 'fpga_spinal.cpu0' init failed
I'm wondering how cpu0.yaml is generated or what is the location of it. Looing forward to your rely!
The text was updated successfully, but these errors were encountered:
Hi,I'm running VexRiscv on Sipeed TANG PRIMER 20K and I connect my board to the virtual machine via a usb jtag.
Then I'm trying to use openocd on my board with the command'src/openocd -c 'set VEXRISCV_YAML ../VexRiscv/cpu0.yaml' -f tcl/target/vexriscv_sim.cfg', the errors are as following.
I'm wondering how cpu0.yaml is generated or what is the location of it. Looing forward to your rely!
The text was updated successfully, but these errors were encountered: