Fix tests to work in multi-gdb mode.
[riscv-tests.git] / debug / targets / RISC-V / spike64.py
index 9c37f877e544f3d081e8d6b0578ed3125728ad45..2cd67a5501c85148a97634ed969d76b6ae9aebe8 100644 (file)
@@ -11,7 +11,7 @@ class spike64_hart(targets.Hart):
 
 class spike64(targets.Target):
     harts = [spike64_hart()]
-    openocd_config_path = "spike.cfg"
+    openocd_config_path = "spike-1.cfg"
     timeout_sec = 30
 
     def create(self):