X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=debug%2Ftargets%2FRISC-V%2Fspike32.py;h=bcb58927bc0e55205dffa7997edbfafdf94c05f6;hb=fcd0e956339560021e2a16a143697b8123f227d6;hp=665d7e99a56c6ae73e7364a60ef11a33f80b14f5;hpb=51b823c7ed8391756a83cab854cd4c646dd13acf;p=riscv-tests.git diff --git a/debug/targets/RISC-V/spike32.py b/debug/targets/RISC-V/spike32.py index 665d7e9..bcb5892 100644 --- a/debug/targets/RISC-V/spike32.py +++ b/debug/targets/RISC-V/spike32.py @@ -6,7 +6,7 @@ class spike32_hart(targets.Hart): ram = 0x10000000 ram_size = 0x10000000 instruction_hardware_breakpoint_count = 4 - reset_vector = 0x1000 + reset_vectors = [0x1000] link_script_path = "spike32.lds" class spike32(targets.Target):