Test debugging with/without a program buffer
[riscv-tests.git] / debug / targets / RISC-V / spike32-2.py
index a7b9a1c0a7a1b244afef8f4980554cbd8ec6b53c..89d3c2a3602bbc59bd96f92bdeda052df81d167d 100644 (file)
@@ -5,8 +5,8 @@ import spike32  # pylint: disable=import-error
 
 class spike32_2(targets.Target):
     harts = [spike32.spike32_hart(), spike32.spike32_hart()]
-    openocd_config_path = "spike-rtos.cfg"
+    openocd_config_path = "spike-2.cfg"
     timeout_sec = 30
 
     def create(self):
-        return testlib.Spike(self)
+        return testlib.Spike(self, isa="RV32IMAFC", progbufsize=0)