X-Git-Url: https://git.libre-soc.org/?p=riscv-tests.git;a=blobdiff_plain;f=debug%2Ftestlib.py;h=2fa70dfb8a8a759b6705d02c7118d25673b39ac3;hp=fd587bd3188efc1dc33b5e0cf22b046d3523e869;hb=45380af7d42ee3302fc229030694f8ea4506d79f;hpb=efb44a9a906e2281be7a199ca799d0256e921f1f diff --git a/debug/testlib.py b/debug/testlib.py index fd587bd..2fa70df 100644 --- a/debug/testlib.py +++ b/debug/testlib.py @@ -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)]