X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=debug%2Ftargets%2FRISC-V%2Fspike64-2.py;h=709ebbeabef93cae0ce6cb5a85f5ff946c1a18a1;hb=49fc83aa23045abee5d396ef5a9d96b80c03178d;hp=4f6f1ff92851d51b686ad0f672ee6557748a0f93;hpb=b9957ef9690dc83c684e113294b068fe676b468a;p=riscv-tests.git diff --git a/debug/targets/RISC-V/spike64-2.py b/debug/targets/RISC-V/spike64-2.py index 4f6f1ff..709ebbe 100644 --- a/debug/targets/RISC-V/spike64-2.py +++ b/debug/targets/RISC-V/spike64-2.py @@ -5,7 +5,7 @@ import spike64 # pylint: disable=import-error class spike64_2(targets.Target): harts = [spike64.spike64_hart(), spike64.spike64_hart()] - openocd_config_path = "spike-rtos.cfg" + openocd_config_path = "spike-2.cfg" timeout_sec = 30 def create(self):