Test debug authentication.
[riscv-tests.git] / debug / testlib.py
index fd587bd3188efc1dc33b5e0cf22b046d3523e869..2fa70dfb8a8a759b6705d02c7118d25673b39ac3 100644 (file)
@@ -118,6 +118,7 @@ class Spike(object):
             isa = "RV%dG" % harts[0].xlen
 
         cmd += ["--isa", isa]
+        cmd += ["--debug-auth"]
 
         if not self.progbufsize is None:
             cmd += ["--progsize", str(self.progbufsize)]