X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=debug%2Ftargets%2FRISC-V%2Fspike64-2.py;h=23ae06b6b1dce5b97030cd538f318965952c6ac8;hb=4dddbc79ada7f0a836cf538676c57c8df103ccf6;hp=4f6f1ff92851d51b686ad0f672ee6557748a0f93;hpb=35c41f1391b51d4d9c4e0ab40fdfc45dbea346b2;p=riscv-tests.git diff --git a/debug/targets/RISC-V/spike64-2.py b/debug/targets/RISC-V/spike64-2.py index 4f6f1ff..23ae06b 100644 --- a/debug/targets/RISC-V/spike64-2.py +++ b/debug/targets/RISC-V/spike64-2.py @@ -5,8 +5,9 @@ import spike64 # pylint: disable=import-error class spike64_2(targets.Target): harts = [spike64.spike64_hart(), spike64.spike64_hart()] - openocd_config_path = "spike-rtos.cfg" - timeout_sec = 30 + openocd_config_path = "spike-2.cfg" + timeout_sec = 60 + implements_custom_test = True def create(self): - return testlib.Spike(self) + return testlib.Spike(self, isa="RV64IMAFD")