X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=debug%2Ftargets%2FRISC-V%2Fspike64-2-rtos.py;fp=debug%2Ftargets%2FRISC-V%2Fspike64-2-rtos.py;h=9cb3a448fe49878c4286c08446dde053b932c7ff;hb=4dddbc79ada7f0a836cf538676c57c8df103ccf6;hp=7e3fc7e2748b5a8ddeb1d75b63ac14a0e24b8260;hpb=40dbc5118c9ac4beb4fc0a28cf4ad4cb56536111;p=riscv-tests.git diff --git a/debug/targets/RISC-V/spike64-2-rtos.py b/debug/targets/RISC-V/spike64-2-rtos.py index 7e3fc7e..9cb3a44 100644 --- a/debug/targets/RISC-V/spike64-2-rtos.py +++ b/debug/targets/RISC-V/spike64-2-rtos.py @@ -7,6 +7,7 @@ class spike64_2_rtos(targets.Target): harts = [spike64.spike64_hart(), spike64.spike64_hart()] openocd_config_path = "spike-rtos.cfg" timeout_sec = 60 + implements_custom_test = True def create(self): return testlib.Spike(self)