From ce516397dac6171ba06ffdd0bb8a581647ec321a Mon Sep 17 00:00:00 2001 From: "Bobby R. Bruce" Date: Wed, 22 Feb 2023 08:41:11 -0800 Subject: [PATCH] configs stdlib: Update checkpoint resource for riscv-hello This change updates the riscv-hello-restore-checkpoint.py script's checkpoint for one compatible with v23 Change-Id: Idee262491db45049d9afe69190bc8890d75c8cdf Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/68337 Maintainer: Bobby Bruce Reviewed-by: Bobby Bruce Tested-by: kokoro --- .../gem5_library/checkpoints/riscv-hello-restore-checkpoint.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/example/gem5_library/checkpoints/riscv-hello-restore-checkpoint.py b/configs/example/gem5_library/checkpoints/riscv-hello-restore-checkpoint.py index e112b76ddb..60a7dd0f59 100644 --- a/configs/example/gem5_library/checkpoints/riscv-hello-restore-checkpoint.py +++ b/configs/example/gem5_library/checkpoints/riscv-hello-restore-checkpoint.py @@ -90,7 +90,7 @@ board = SimpleBoard( board.set_se_binary_workload( # the workload should be the same as the save-checkpoint script Resource("riscv-hello"), - checkpoint=Resource("riscv-hello-example-checkpoint-v22-1"), + checkpoint=Resource("riscv-hello-example-checkpoint-v23"), ) simulator = Simulator(