X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=debug%2Ftargets%2FRISC-V%2Fspike64-2.py;h=a2082b41b7d9e68174267d6b3be79add87f9f1e6;hb=d359b6252eceb5e28f1048591750954d09efd12b;hp=f2e0a8a7af89cc190b432f6a94b3b3400711fbfe;hpb=28fbcac967d6c2a0085faa2007c98d64d3203491;p=riscv-tests.git diff --git a/debug/targets/RISC-V/spike64-2.py b/debug/targets/RISC-V/spike64-2.py index f2e0a8a..a2082b4 100644 --- a/debug/targets/RISC-V/spike64-2.py +++ b/debug/targets/RISC-V/spike64-2.py @@ -5,7 +5,8 @@ import spike64 # pylint: disable=import-error class spike64_2(targets.Target): harts = [spike64.spike64_hart(), spike64.spike64_hart()] - openocd_config_path = "spike.cfg" + openocd_config_path = "spike-2.cfg" + timeout_sec = 60 def create(self): - return testlib.Spike(self) + return testlib.Spike(self, isa="RV64IMAFD")