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