From ff2b7c64a493764745b700ef23f7087ce1e5530d Mon Sep 17 00:00:00 2001 From: Pradeep2004 <78598837+Pradeep2004@users.noreply.github.com> Date: Fri, 30 Apr 2021 17:46:16 +0200 Subject: [PATCH] Debugging Murax SoC without JTAG Adapter --- Readme | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme b/Readme index 4fa5265..08fc96b 100644 --- a/Readme +++ b/Readme @@ -51,7 +51,7 @@ src/openocd -c "set CPU0_YAML ..VexRiscv/cpu0.yaml" -f tcl/interface/usb_connect • You basically have to provide 2 files. usb_connect.cfg => interface configuration -soc_init.cfg => take over the control of the CPU +soc_init.cfg => take over the control of the CPU. • For usb_connect.cfg you can take it from https://github.com/SpinalHDL/SaxonSoc/blob/dev-0.3/bsp/digilent/ArtyA7SmpLinux/openocd/usb_connect.cfg (without modifications i would say)