X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=debug%2Ftargets%2FRISC-V%2Fspike32-2.py;h=89d3c2a3602bbc59bd96f92bdeda052df81d167d;hb=fc3d7e8196dfb567a9b6c34dd97c1b43260b4cd5;hp=3f87d2697e39c4d0c0225d3099fe26764d18dfb7;hpb=3a44725d27f6b2c77f0ca912d792b6856fde6a17;p=riscv-tests.git diff --git a/debug/targets/RISC-V/spike32-2.py b/debug/targets/RISC-V/spike32-2.py index 3f87d26..89d3c2a 100644 --- a/debug/targets/RISC-V/spike32-2.py +++ b/debug/targets/RISC-V/spike32-2.py @@ -1,11 +1,12 @@ import targets import testlib -import spike32 +import spike32 # pylint: disable=import-error class spike32_2(targets.Target): harts = [spike32.spike32_hart(), spike32.spike32_hart()] - openocd_config_path = "spike.cfg" + openocd_config_path = "spike-2.cfg" + timeout_sec = 30 def create(self): - return testlib.Spike(self) + return testlib.Spike(self, isa="RV32IMAFC", progbufsize=0)