X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=debug%2Ftargets%2FRISC-V%2Fspike32-2-rtos.py;h=c45013f0402a69cf1868225c3643b8c508362ae3;hb=4dddbc79ada7f0a836cf538676c57c8df103ccf6;hp=a7b9a1c0a7a1b244afef8f4980554cbd8ec6b53c;hpb=49fc83aa23045abee5d396ef5a9d96b80c03178d;p=riscv-tests.git diff --git a/debug/targets/RISC-V/spike32-2-rtos.py b/debug/targets/RISC-V/spike32-2-rtos.py index a7b9a1c..c45013f 100644 --- a/debug/targets/RISC-V/spike32-2-rtos.py +++ b/debug/targets/RISC-V/spike32-2-rtos.py @@ -7,6 +7,7 @@ class spike32_2(targets.Target): harts = [spike32.spike32_hart(), spike32.spike32_hart()] openocd_config_path = "spike-rtos.cfg" timeout_sec = 30 + implements_custom_test = True def create(self): - return testlib.Spike(self) + return testlib.Spike(self, progbufsize=0)