Test FPRs that aren't XLEN in size.
[riscv-tests.git] / debug / targets / RISC-V / spike64.py
index 2cd67a5501c85148a97634ed969d76b6ae9aebe8..2aa1dd057ef66a9723f76c201763658604b3b409 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")