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(