Test debugging with/without a program buffer
[riscv-tests.git] / debug / targets / RISC-V / spike64.py
index 2cd67a5501c85148a97634ed969d76b6ae9aebe8..d5802b5714c9e7443ec3e09151e981a95b917bc3 100644 (file)
@@ -15,4 +15,5 @@ class spike64(targets.Target):
     timeout_sec = 30
 
     def create(self):
-        return testlib.Spike(self)
+        # 32-bit FPRs only
+        return testlib.Spike(self, isa="RV64IMAFC", progbufsize=0)