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